Shades of Heliotrope #DE6EEB
Tints of Heliotrope #DE6EEB
RGB
CMYK
RGB Variations
Color information
#DE6EEB (or 0xDE6EEB) is known color: Heliotrope. HEX triplet: DE, 6E and EB. RGB value is (222,110,235). Sum of RGB (Red+Green+Blue) = 222+110+235=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6EEB is #219114. Grayscale: #9D9D9D. Windows color (decimal): -2199829 or 15429342. OLE color: 15429342.
HSL color Cylindrical-coordinate representation of color #DE6EEB: hue angle of 293.76º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6EEB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 110 | 235 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.08 |
| HSL | 293.76º | 0.76% | 0.68% | - |
| HSV(B) | 293.76º | 0.53% | 0.92% | - |
| XYZ | 50.7 | 32.68 | 82.23 | - |
| YUV | 157.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 235 | 0.06 | 0.53 | 0 | 0.08 | 293.76 | 0.76 | 0.68 |
| Hex | DE | 6E | EB | 6 | 35 | 0 | 8 | 126 | 4C | 44 |
| Octal | 336 | 156 | 353 | 6 | 65 | 0 | 10 | 446 | 114 | 104 |
| Binary | 11011110 | 1101110 | 11101011 | 110 | 110101 | 0 | 1000 | 100100110 | 1001100 | 1000100 |
Color Harmonies of #DE6EEB
Complementary color
Monochromatic Colors of #DE6EEB
Black with #DE6EEB
Text Example
Text Example
White with #DE6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6EEB; }
p { color: rgb(222,110,235); }
H1.HeaderClassName
{
color: #DE6EEB;
}
.AnyTagClassName
{
color: #DE6EEB;
}
</style>
background-color css
<style>
a { background-color: #DE6EEB; }
a { background-color: rgb(222,110,235); }
div.DivClassName
{
background-color: #DE6EEB;
}
.BgClassName
{
background-color: #DE6EEB;
}
</style>
border-color css
<style>
span { border-color: #DE6EEB; }
span { border-color: rgb(222,110,235); }
td.TdClassName
{
border-color: #DE6EEB;
}
.TagClassName
{
border-color: #DE6EEB;
}
</style>