Shades of Heliotrope #DE62F6
Tints of Heliotrope #DE62F6
RGB
CMYK
RGB Variations
Color information
#DE62F6 (or 0xDE62F6) is known color: Heliotrope. HEX triplet: DE, 62 and F6. RGB value is (222,98,246). Sum of RGB (Red+Green+Blue) = 222+98+246=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE62F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE62F6 is #219D09. Grayscale: #979797. Windows color (decimal): -2202890 or 16147166. OLE color: 16147166.
HSL color Cylindrical-coordinate representation of color #DE62F6: hue angle of 290.27º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE62F6 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 98 | 246 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.04 |
| HSL | 290.27º | 0.89% | 0.67% | - |
| HSV(B) | 290.27º | 0.6% | 0.96% | - |
| XYZ | 51.13 | 30.92 | 90.46 | - |
| YUV | 151.95 | 181.08 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 246 | 0.10 | 0.60 | 0 | 0.04 | 290.27 | 0.89 | 0.67 |
| Hex | DE | 62 | F6 | A | 3C | 0 | 4 | 122 | 59 | 43 |
| Octal | 336 | 142 | 366 | 12 | 74 | 0 | 4 | 442 | 131 | 103 |
| Binary | 11011110 | 1100010 | 11110110 | 1010 | 111100 | 0 | 100 | 100100010 | 1011001 | 1000011 |
Color Harmonies of #DE62F6
Complementary color
Monochromatic Colors of #DE62F6
Black with #DE62F6
Text Example
Text Example
White with #DE62F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE62F6; }
p { color: rgb(222,98,246); }
H1.HeaderClassName
{
color: #DE62F6;
}
.AnyTagClassName
{
color: #DE62F6;
}
</style>
background-color css
<style>
a { background-color: #DE62F6; }
a { background-color: rgb(222,98,246); }
div.DivClassName
{
background-color: #DE62F6;
}
.BgClassName
{
background-color: #DE62F6;
}
</style>
border-color css
<style>
span { border-color: #DE62F6; }
span { border-color: rgb(222,98,246); }
td.TdClassName
{
border-color: #DE62F6;
}
.TagClassName
{
border-color: #DE62F6;
}
</style>