Shades of Heliotrope #DC59F6
Tints of Heliotrope #DC59F6
RGB
CMYK
RGB Variations
Color information
#DC59F6 (or 0xDC59F6) is known color: Heliotrope. HEX triplet: DC, 59 and F6. RGB value is (220,89,246). Sum of RGB (Red+Green+Blue) = 220+89+246=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC59F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59F6 is #23A609. Grayscale: #919191. Windows color (decimal): -2336266 or 16144860. OLE color: 16144860.
HSL color Cylindrical-coordinate representation of color #DC59F6: hue angle of 290.06º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC59F6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 89 | 246 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.04 |
| HSL | 290.06º | 0.9% | 0.66% | - |
| HSV(B) | 290.06º | 0.64% | 0.96% | - |
| XYZ | 49.72 | 29.01 | 90.17 | - |
| YUV | 146.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 246 | 0.11 | 0.64 | 0 | 0.04 | 290.06 | 0.9 | 0.66 |
| Hex | DC | 59 | F6 | B | 40 | 0 | 4 | 122 | 5A | 42 |
| Octal | 334 | 131 | 366 | 13 | 100 | 0 | 4 | 442 | 132 | 102 |
| Binary | 11011100 | 1011001 | 11110110 | 1011 | 1000000 | 0 | 100 | 100100010 | 1011010 | 1000010 |
Color Harmonies of #DC59F6
Complementary color
Monochromatic Colors of #DC59F6
Black with #DC59F6
Text Example
Text Example
White with #DC59F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59F6; }
p { color: rgb(220,89,246); }
H1.HeaderClassName
{
color: #DC59F6;
}
.AnyTagClassName
{
color: #DC59F6;
}
</style>
background-color css
<style>
a { background-color: #DC59F6; }
a { background-color: rgb(220,89,246); }
div.DivClassName
{
background-color: #DC59F6;
}
.BgClassName
{
background-color: #DC59F6;
}
</style>
border-color css
<style>
span { border-color: #DC59F6; }
span { border-color: rgb(220,89,246); }
td.TdClassName
{
border-color: #DC59F6;
}
.TagClassName
{
border-color: #DC59F6;
}
</style>