Shades of Heliotrope #DE6FF6
Tints of Heliotrope #DE6FF6
RGB
CMYK
RGB Variations
Color information
#DE6FF6 (or 0xDE6FF6) is known color: Heliotrope. HEX triplet: DE, 6F and F6. RGB value is (222,111,246). Sum of RGB (Red+Green+Blue) = 222+111+246=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6FF6 is #219009. Grayscale: #9F9F9F. Windows color (decimal): -2199562 or 16150494. OLE color: 16150494.
HSL color Cylindrical-coordinate representation of color #DE6FF6: hue angle of 289.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6FF6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 111 | 246 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.04 |
| HSL | 289.33º | 0.88% | 0.7% | - |
| HSV(B) | 289.33º | 0.55% | 0.96% | - |
| XYZ | 52.44 | 33.55 | 90.9 | - |
| YUV | 159.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 246 | 0.10 | 0.55 | 0 | 0.04 | 289.33 | 0.88 | 0.7 |
| Hex | DE | 6F | F6 | A | 37 | 0 | 4 | 121 | 58 | 46 |
| Octal | 336 | 157 | 366 | 12 | 67 | 0 | 4 | 441 | 130 | 106 |
| Binary | 11011110 | 1101111 | 11110110 | 1010 | 110111 | 0 | 100 | 100100001 | 1011000 | 1000110 |
Color Harmonies of #DE6FF6
Complementary color
Monochromatic Colors of #DE6FF6
Black with #DE6FF6
Text Example
Text Example
White with #DE6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FF6; }
p { color: rgb(222,111,246); }
H1.HeaderClassName
{
color: #DE6FF6;
}
.AnyTagClassName
{
color: #DE6FF6;
}
</style>
background-color css
<style>
a { background-color: #DE6FF6; }
a { background-color: rgb(222,111,246); }
div.DivClassName
{
background-color: #DE6FF6;
}
.BgClassName
{
background-color: #DE6FF6;
}
</style>
border-color css
<style>
span { border-color: #DE6FF6; }
span { border-color: rgb(222,111,246); }
td.TdClassName
{
border-color: #DE6FF6;
}
.TagClassName
{
border-color: #DE6FF6;
}
</style>