Shades of Heliotrope #DF59FA
Tints of Heliotrope #DF59FA
RGB
CMYK
RGB Variations
Color information
#DF59FA (or 0xDF59FA) is known color: Heliotrope. HEX triplet: DF, 59 and FA. RGB value is (223,89,250). Sum of RGB (Red+Green+Blue) = 223+89+250=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF59FA is #20A605. Grayscale: #929292. Windows color (decimal): -2139654 or 16407007. OLE color: 16407007.
HSL color Cylindrical-coordinate representation of color #DF59FA: hue angle of 289.94º 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 #DF59FA is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 89 | 250 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.02 |
| HSL | 289.94º | 0.94% | 0.66% | - |
| HSV(B) | 289.94º | 0.64% | 0.98% | - |
| XYZ | 51.26 | 29.73 | 93.48 | - |
| YUV | 147.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 250 | 0.11 | 0.64 | 0 | 0.02 | 289.94 | 0.94 | 0.66 |
| Hex | DF | 59 | FA | B | 40 | 0 | 2 | 122 | 5E | 42 |
| Octal | 337 | 131 | 372 | 13 | 100 | 0 | 2 | 442 | 136 | 102 |
| Binary | 11011111 | 1011001 | 11111010 | 1011 | 1000000 | 0 | 10 | 100100010 | 1011110 | 1000010 |
Color Harmonies of #DF59FA
Complementary color
Monochromatic Colors of #DF59FA
Black with #DF59FA
Text Example
Text Example
White with #DF59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59FA; }
p { color: rgb(223,89,250); }
H1.HeaderClassName
{
color: #DF59FA;
}
.AnyTagClassName
{
color: #DF59FA;
}
</style>
background-color css
<style>
a { background-color: #DF59FA; }
a { background-color: rgb(223,89,250); }
div.DivClassName
{
background-color: #DF59FA;
}
.BgClassName
{
background-color: #DF59FA;
}
</style>
border-color css
<style>
span { border-color: #DF59FA; }
span { border-color: rgb(223,89,250); }
td.TdClassName
{
border-color: #DF59FA;
}
.TagClassName
{
border-color: #DF59FA;
}
</style>