Shades of Heliotrope #DC59FF
Tints of Heliotrope #DC59FF
RGB
CMYK
RGB Variations
Color information
#DC59FF (or 0xDC59FF) is known color: Heliotrope. HEX triplet: DC, 59 and FF. RGB value is (220,89,255). Sum of RGB (Red+Green+Blue) = 220+89+255=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FF is #23A600. Grayscale: #929292. Windows color (decimal): -2336257 or 16734684. OLE color: 16734684.
HSL color Cylindrical-coordinate representation of color #DC59FF: hue angle of 287.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC59FF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 89 | 255 | - |
| CMYK | 0.14 | 0.65 | 0 | 0 |
| HSL | 287.35º | 1% | 0.67% | - |
| HSV(B) | 287.35º | 0.65% | 1% | - |
| XYZ | 51.14 | 29.58 | 97.62 | - |
| YUV | 147.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 255 | 0.14 | 0.65 | 0 | 0 | 287.35 | 1 | 0.67 |
| Hex | DC | 59 | FF | E | 41 | 0 | 0 | 11F | 64 | 43 |
| Octal | 334 | 131 | 377 | 16 | 101 | 0 | 0 | 437 | 144 | 103 |
| Binary | 11011100 | 1011001 | 11111111 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100100 | 1000011 |
Color Harmonies of #DC59FF
Complementary color
Monochromatic Colors of #DC59FF
Black with #DC59FF
Text Example
Text Example
White with #DC59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59FF; }
p { color: rgb(220,89,255); }
H1.HeaderClassName
{
color: #DC59FF;
}
.AnyTagClassName
{
color: #DC59FF;
}
</style>
background-color css
<style>
a { background-color: #DC59FF; }
a { background-color: rgb(220,89,255); }
div.DivClassName
{
background-color: #DC59FF;
}
.BgClassName
{
background-color: #DC59FF;
}
</style>
border-color css
<style>
span { border-color: #DC59FF; }
span { border-color: rgb(220,89,255); }
td.TdClassName
{
border-color: #DC59FF;
}
.TagClassName
{
border-color: #DC59FF;
}
</style>