Shades of Heliotrope #DF62FA
Tints of Heliotrope #DF62FA
RGB
CMYK
RGB Variations
Color information
#DF62FA (or 0xDF62FA) is known color: Heliotrope. HEX triplet: DF, 62 and FA. RGB value is (223,98,250). Sum of RGB (Red+Green+Blue) = 223+98+250=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF62FA is #209D05. Grayscale: #989898. Windows color (decimal): -2137350 or 16409311. OLE color: 16409311.
HSL color Cylindrical-coordinate representation of color #DF62FA: hue angle of 289.34º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF62FA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 98 | 250 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.02 |
| HSL | 289.34º | 0.94% | 0.68% | - |
| HSV(B) | 289.34º | 0.61% | 0.98% | - |
| XYZ | 52.05 | 31.33 | 93.75 | - |
| YUV | 152.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 250 | 0.11 | 0.61 | 0 | 0.02 | 289.34 | 0.94 | 0.68 |
| Hex | DF | 62 | FA | B | 3D | 0 | 2 | 121 | 5E | 44 |
| Octal | 337 | 142 | 372 | 13 | 75 | 0 | 2 | 441 | 136 | 104 |
| Binary | 11011111 | 1100010 | 11111010 | 1011 | 111101 | 0 | 10 | 100100001 | 1011110 | 1000100 |
Color Harmonies of #DF62FA
Complementary color
Monochromatic Colors of #DF62FA
Black with #DF62FA
Text Example
Text Example
White with #DF62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62FA; }
p { color: rgb(223,98,250); }
H1.HeaderClassName
{
color: #DF62FA;
}
.AnyTagClassName
{
color: #DF62FA;
}
</style>
background-color css
<style>
a { background-color: #DF62FA; }
a { background-color: rgb(223,98,250); }
div.DivClassName
{
background-color: #DF62FA;
}
.BgClassName
{
background-color: #DF62FA;
}
</style>
border-color css
<style>
span { border-color: #DF62FA; }
span { border-color: rgb(223,98,250); }
td.TdClassName
{
border-color: #DF62FA;
}
.TagClassName
{
border-color: #DF62FA;
}
</style>