Shades of Heliotrope #DE7EF6
Tints of Heliotrope #DE7EF6
RGB
CMYK
RGB Variations
Color information
#DE7EF6 (or 0xDE7EF6) is known color: Heliotrope. HEX triplet: DE, 7E and F6. RGB value is (222,126,246). Sum of RGB (Red+Green+Blue) = 222+126+246=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE7EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EF6 is #218109. Grayscale: #A8A8A8. Windows color (decimal): -2195722 or 16154334. OLE color: 16154334.
HSL color Cylindrical-coordinate representation of color #DE7EF6: hue angle of 288º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7EF6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 126 | 246 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.04 |
| HSL | 288º | 0.87% | 0.73% | - |
| HSV(B) | 288º | 0.49% | 0.96% | - |
| XYZ | 54.22 | 37.11 | 91.49 | - |
| YUV | 168.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 246 | 0.10 | 0.49 | 0 | 0.04 | 288 | 0.87 | 0.73 |
| Hex | DE | 7E | F6 | A | 31 | 0 | 4 | 120 | 57 | 49 |
| Octal | 336 | 176 | 366 | 12 | 61 | 0 | 4 | 440 | 127 | 111 |
| Binary | 11011110 | 1111110 | 11110110 | 1010 | 110001 | 0 | 100 | 100100000 | 1010111 | 1001001 |
Color Harmonies of #DE7EF6
Complementary color
Monochromatic Colors of #DE7EF6
Black with #DE7EF6
Text Example
Text Example
White with #DE7EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EF6; }
p { color: rgb(222,126,246); }
H1.HeaderClassName
{
color: #DE7EF6;
}
.AnyTagClassName
{
color: #DE7EF6;
}
</style>
background-color css
<style>
a { background-color: #DE7EF6; }
a { background-color: rgb(222,126,246); }
div.DivClassName
{
background-color: #DE7EF6;
}
.BgClassName
{
background-color: #DE7EF6;
}
</style>
border-color css
<style>
span { border-color: #DE7EF6; }
span { border-color: rgb(222,126,246); }
td.TdClassName
{
border-color: #DE7EF6;
}
.TagClassName
{
border-color: #DE7EF6;
}
</style>