Shades of Heliotrope #DC60F6
Tints of Heliotrope #DC60F6
RGB
CMYK
RGB Variations
Color information
#DC60F6 (or 0xDC60F6) is known color: Heliotrope. HEX triplet: DC, 60 and F6. RGB value is (220,96,246). Sum of RGB (Red+Green+Blue) = 220+96+246=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC60F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60F6 is #239F09. Grayscale: #959595. Windows color (decimal): -2334474 or 16146652. OLE color: 16146652.
HSL color Cylindrical-coordinate representation of color #DC60F6: hue angle of 289.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC60F6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 96 | 246 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.04 |
| HSL | 289.6º | 0.89% | 0.67% | - |
| HSV(B) | 289.6º | 0.61% | 0.96% | - |
| XYZ | 50.33 | 30.24 | 90.37 | - |
| YUV | 150.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 246 | 0.11 | 0.61 | 0 | 0.04 | 289.6 | 0.89 | 0.67 |
| Hex | DC | 60 | F6 | B | 3D | 0 | 4 | 122 | 59 | 43 |
| Octal | 334 | 140 | 366 | 13 | 75 | 0 | 4 | 442 | 131 | 103 |
| Binary | 11011100 | 1100000 | 11110110 | 1011 | 111101 | 0 | 100 | 100100010 | 1011001 | 1000011 |
Color Harmonies of #DC60F6
Complementary color
Monochromatic Colors of #DC60F6
Black with #DC60F6
Text Example
Text Example
White with #DC60F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60F6; }
p { color: rgb(220,96,246); }
H1.HeaderClassName
{
color: #DC60F6;
}
.AnyTagClassName
{
color: #DC60F6;
}
</style>
background-color css
<style>
a { background-color: #DC60F6; }
a { background-color: rgb(220,96,246); }
div.DivClassName
{
background-color: #DC60F6;
}
.BgClassName
{
background-color: #DC60F6;
}
</style>
border-color css
<style>
span { border-color: #DC60F6; }
span { border-color: rgb(220,96,246); }
td.TdClassName
{
border-color: #DC60F6;
}
.TagClassName
{
border-color: #DC60F6;
}
</style>