Shades of Heliotrope #DC59F9
Tints of Heliotrope #DC59F9
RGB
CMYK
RGB Variations
Color information
#DC59F9 (or 0xDC59F9) is known color: Heliotrope. HEX triplet: DC, 59 and F9. RGB value is (220,89,249). Sum of RGB (Red+Green+Blue) = 220+89+249=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC59F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59F9 is #23A606. Grayscale: #919191. Windows color (decimal): -2336263 or 16341468. OLE color: 16341468.
HSL color Cylindrical-coordinate representation of color #DC59F9: hue angle of 289.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC59F9 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 89 | 249 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 289.13º | 0.93% | 0.66% | - |
| HSV(B) | 289.13º | 0.64% | 0.98% | - |
| XYZ | 50.19 | 29.2 | 92.61 | - |
| YUV | 146.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 249 | 0.12 | 0.64 | 0 | 0.02 | 289.13 | 0.93 | 0.66 |
| Hex | DC | 59 | F9 | C | 40 | 0 | 2 | 121 | 5D | 42 |
| Octal | 334 | 131 | 371 | 14 | 100 | 0 | 2 | 441 | 135 | 102 |
| Binary | 11011100 | 1011001 | 11111001 | 1100 | 1000000 | 0 | 10 | 100100001 | 1011101 | 1000010 |
Color Harmonies of #DC59F9
Complementary color
Monochromatic Colors of #DC59F9
Black with #DC59F9
Text Example
Text Example
White with #DC59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59F9; }
p { color: rgb(220,89,249); }
H1.HeaderClassName
{
color: #DC59F9;
}
.AnyTagClassName
{
color: #DC59F9;
}
</style>
background-color css
<style>
a { background-color: #DC59F9; }
a { background-color: rgb(220,89,249); }
div.DivClassName
{
background-color: #DC59F9;
}
.BgClassName
{
background-color: #DC59F9;
}
</style>
border-color css
<style>
span { border-color: #DC59F9; }
span { border-color: rgb(220,89,249); }
td.TdClassName
{
border-color: #DC59F9;
}
.TagClassName
{
border-color: #DC59F9;
}
</style>