Shades of Heliotrope #DC60F9
Tints of Heliotrope #DC60F9
RGB
CMYK
RGB Variations
Color information
#DC60F9 (or 0xDC60F9) is known color: Heliotrope. HEX triplet: DC, 60 and F9. RGB value is (220,96,249). Sum of RGB (Red+Green+Blue) = 220+96+249=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60F9 is #239F06. Grayscale: #969696. Windows color (decimal): -2334471 or 16343260. OLE color: 16343260.
HSL color Cylindrical-coordinate representation of color #DC60F9: hue angle of 288.63º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC60F9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 96 | 249 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.02 |
| HSL | 288.63º | 0.93% | 0.68% | - |
| HSV(B) | 288.63º | 0.61% | 0.98% | - |
| XYZ | 50.8 | 30.42 | 92.82 | - |
| YUV | 150.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 249 | 0.12 | 0.61 | 0 | 0.02 | 288.63 | 0.93 | 0.68 |
| Hex | DC | 60 | F9 | C | 3D | 0 | 2 | 121 | 5D | 44 |
| Octal | 334 | 140 | 371 | 14 | 75 | 0 | 2 | 441 | 135 | 104 |
| Binary | 11011100 | 1100000 | 11111001 | 1100 | 111101 | 0 | 10 | 100100001 | 1011101 | 1000100 |
Color Harmonies of #DC60F9
Complementary color
Monochromatic Colors of #DC60F9
Black with #DC60F9
Text Example
Text Example
White with #DC60F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60F9; }
p { color: rgb(220,96,249); }
H1.HeaderClassName
{
color: #DC60F9;
}
.AnyTagClassName
{
color: #DC60F9;
}
</style>
background-color css
<style>
a { background-color: #DC60F9; }
a { background-color: rgb(220,96,249); }
div.DivClassName
{
background-color: #DC60F9;
}
.BgClassName
{
background-color: #DC60F9;
}
</style>
border-color css
<style>
span { border-color: #DC60F9; }
span { border-color: rgb(220,96,249); }
td.TdClassName
{
border-color: #DC60F9;
}
.TagClassName
{
border-color: #DC60F9;
}
</style>