Shades of Heliotrope #DC59FA
Tints of Heliotrope #DC59FA
RGB
CMYK
RGB Variations
Color information
#DC59FA (or 0xDC59FA) is known color: Heliotrope. HEX triplet: DC, 59 and FA. RGB value is (220,89,250). Sum of RGB (Red+Green+Blue) = 220+89+250=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FA is #23A605. Grayscale: #929292. Windows color (decimal): -2336262 or 16407004. OLE color: 16407004.
HSL color Cylindrical-coordinate representation of color #DC59FA: hue angle of 288.82º degrees, saturation: 0.94, 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 #DC59FA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 89 | 250 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 288.82º | 0.94% | 0.66% | - |
| HSV(B) | 288.82º | 0.64% | 0.98% | - |
| XYZ | 50.34 | 29.26 | 93.44 | - |
| YUV | 146.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 250 | 0.12 | 0.64 | 0 | 0.02 | 288.82 | 0.94 | 0.66 |
| Hex | DC | 59 | FA | C | 40 | 0 | 2 | 121 | 5E | 42 |
| Octal | 334 | 131 | 372 | 14 | 100 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011100 | 1011001 | 11111010 | 1100 | 1000000 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DC59FA
Complementary color
Monochromatic Colors of #DC59FA
Black with #DC59FA
Text Example
Text Example
White with #DC59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59FA; }
p { color: rgb(220,89,250); }
H1.HeaderClassName
{
color: #DC59FA;
}
.AnyTagClassName
{
color: #DC59FA;
}
</style>
background-color css
<style>
a { background-color: #DC59FA; }
a { background-color: rgb(220,89,250); }
div.DivClassName
{
background-color: #DC59FA;
}
.BgClassName
{
background-color: #DC59FA;
}
</style>
border-color css
<style>
span { border-color: #DC59FA; }
span { border-color: rgb(220,89,250); }
td.TdClassName
{
border-color: #DC59FA;
}
.TagClassName
{
border-color: #DC59FA;
}
</style>