Shades of Heliotrope #DC59FE
Tints of Heliotrope #DC59FE
RGB
CMYK
RGB Variations
Color information
#DC59FE (or 0xDC59FE) is known color: Heliotrope. HEX triplet: DC, 59 and FE. RGB value is (220,89,254). Sum of RGB (Red+Green+Blue) = 220+89+254=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FE is #23A601. Grayscale: #929292. Windows color (decimal): -2336258 or 16669148. OLE color: 16669148.
HSL color Cylindrical-coordinate representation of color #DC59FE: hue angle of 287.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC59FE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 89 | 254 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.00 |
| HSL | 287.64º | 0.99% | 0.67% | - |
| HSV(B) | 287.64º | 0.65% | 1% | - |
| XYZ | 50.98 | 29.52 | 96.78 | - |
| YUV | 146.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 254 | 0.13 | 0.65 | 0 | 0.00 | 287.64 | 0.99 | 0.67 |
| Hex | DC | 59 | FE | D | 41 | 0 | 0 | 120 | 63 | 43 |
| Octal | 334 | 131 | 376 | 15 | 101 | 0 | 0 | 440 | 143 | 103 |
| Binary | 11011100 | 1011001 | 11111110 | 1101 | 1000001 | 0 | 0 | 100100000 | 1100011 | 1000011 |
Color Harmonies of #DC59FE
Complementary color
Monochromatic Colors of #DC59FE
Black with #DC59FE
Text Example
Text Example
White with #DC59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59FE; }
p { color: rgb(220,89,254); }
H1.HeaderClassName
{
color: #DC59FE;
}
.AnyTagClassName
{
color: #DC59FE;
}
</style>
background-color css
<style>
a { background-color: #DC59FE; }
a { background-color: rgb(220,89,254); }
div.DivClassName
{
background-color: #DC59FE;
}
.BgClassName
{
background-color: #DC59FE;
}
</style>
border-color css
<style>
span { border-color: #DC59FE; }
span { border-color: rgb(220,89,254); }
td.TdClassName
{
border-color: #DC59FE;
}
.TagClassName
{
border-color: #DC59FE;
}
</style>