Shades of Heliotrope #DF62F0
Tints of Heliotrope #DF62F0
RGB
CMYK
RGB Variations
Color information
#DF62F0 (or 0xDF62F0) is known color: Heliotrope. HEX triplet: DF, 62 and F0. RGB value is (223,98,240). Sum of RGB (Red+Green+Blue) = 223+98+240=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF62F0 is #209D0F. Grayscale: #979797. Windows color (decimal): -2137360 or 15753951. OLE color: 15753951.
HSL color Cylindrical-coordinate representation of color #DF62F0: hue angle of 292.82º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF62F0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 98 | 240 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.06 |
| HSL | 292.82º | 0.83% | 0.66% | - |
| HSV(B) | 292.82º | 0.59% | 0.94% | - |
| XYZ | 50.53 | 30.71 | 85.7 | - |
| YUV | 151.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 240 | 0.07 | 0.59 | 0 | 0.06 | 292.82 | 0.83 | 0.66 |
| Hex | DF | 62 | F0 | 7 | 3B | 0 | 6 | 125 | 53 | 42 |
| Octal | 337 | 142 | 360 | 7 | 73 | 0 | 6 | 445 | 123 | 102 |
| Binary | 11011111 | 1100010 | 11110000 | 111 | 111011 | 0 | 110 | 100100101 | 1010011 | 1000010 |
Color Harmonies of #DF62F0
Complementary color
Monochromatic Colors of #DF62F0
Black with #DF62F0
Text Example
Text Example
White with #DF62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62F0; }
p { color: rgb(223,98,240); }
H1.HeaderClassName
{
color: #DF62F0;
}
.AnyTagClassName
{
color: #DF62F0;
}
</style>
background-color css
<style>
a { background-color: #DF62F0; }
a { background-color: rgb(223,98,240); }
div.DivClassName
{
background-color: #DF62F0;
}
.BgClassName
{
background-color: #DF62F0;
}
</style>
border-color css
<style>
span { border-color: #DF62F0; }
span { border-color: rgb(223,98,240); }
td.TdClassName
{
border-color: #DF62F0;
}
.TagClassName
{
border-color: #DF62F0;
}
</style>