Shades of Heliotrope #DE6DEE
Tints of Heliotrope #DE6DEE
RGB
CMYK
RGB Variations
Color information
#DE6DEE (or 0xDE6DEE) is known color: Heliotrope. HEX triplet: DE, 6D and EE. RGB value is (222,109,238). Sum of RGB (Red+Green+Blue) = 222+109+238=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6DEE is #219211. Grayscale: #9D9D9D. Windows color (decimal): -2200082 or 15625694. OLE color: 15625694.
HSL color Cylindrical-coordinate representation of color #DE6DEE: hue angle of 292.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6DEE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 109 | 238 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.07 |
| HSL | 292.56º | 0.79% | 0.68% | - |
| HSV(B) | 292.56º | 0.54% | 0.93% | - |
| XYZ | 51.03 | 32.64 | 84.5 | - |
| YUV | 157.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 238 | 0.07 | 0.54 | 0 | 0.07 | 292.56 | 0.79 | 0.68 |
| Hex | DE | 6D | EE | 7 | 36 | 0 | 7 | 125 | 4F | 44 |
| Octal | 336 | 155 | 356 | 7 | 66 | 0 | 7 | 445 | 117 | 104 |
| Binary | 11011110 | 1101101 | 11101110 | 111 | 110110 | 0 | 111 | 100100101 | 1001111 | 1000100 |
Color Harmonies of #DE6DEE
Complementary color
Monochromatic Colors of #DE6DEE
Black with #DE6DEE
Text Example
Text Example
White with #DE6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DEE; }
p { color: rgb(222,109,238); }
H1.HeaderClassName
{
color: #DE6DEE;
}
.AnyTagClassName
{
color: #DE6DEE;
}
</style>
background-color css
<style>
a { background-color: #DE6DEE; }
a { background-color: rgb(222,109,238); }
div.DivClassName
{
background-color: #DE6DEE;
}
.BgClassName
{
background-color: #DE6DEE;
}
</style>
border-color css
<style>
span { border-color: #DE6DEE; }
span { border-color: rgb(222,109,238); }
td.TdClassName
{
border-color: #DE6DEE;
}
.TagClassName
{
border-color: #DE6DEE;
}
</style>