Shades of Heliotrope #DE7EF0
Tints of Heliotrope #DE7EF0
RGB
CMYK
RGB Variations
Color information
#DE7EF0 (or 0xDE7EF0) is known color: Heliotrope. HEX triplet: DE, 7E and F0. RGB value is (222,126,240). Sum of RGB (Red+Green+Blue) = 222+126+240=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE7EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EF0 is #21810F. Grayscale: #A7A7A7. Windows color (decimal): -2195728 or 15761118. OLE color: 15761118.
HSL color Cylindrical-coordinate representation of color #DE7EF0: hue angle of 290.53º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7EF0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 126 | 240 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.06 |
| HSL | 290.53º | 0.79% | 0.72% | - |
| HSV(B) | 290.53º | 0.48% | 0.94% | - |
| XYZ | 53.31 | 36.74 | 86.72 | - |
| YUV | 167.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 240 | 0.08 | 0.48 | 0 | 0.06 | 290.53 | 0.79 | 0.72 |
| Hex | DE | 7E | F0 | 8 | 30 | 0 | 6 | 123 | 4F | 48 |
| Octal | 336 | 176 | 360 | 10 | 60 | 0 | 6 | 443 | 117 | 110 |
| Binary | 11011110 | 1111110 | 11110000 | 1000 | 110000 | 0 | 110 | 100100011 | 1001111 | 1001000 |
Color Harmonies of #DE7EF0
Complementary color
Monochromatic Colors of #DE7EF0
Black with #DE7EF0
Text Example
Text Example
White with #DE7EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EF0; }
p { color: rgb(222,126,240); }
H1.HeaderClassName
{
color: #DE7EF0;
}
.AnyTagClassName
{
color: #DE7EF0;
}
</style>
background-color css
<style>
a { background-color: #DE7EF0; }
a { background-color: rgb(222,126,240); }
div.DivClassName
{
background-color: #DE7EF0;
}
.BgClassName
{
background-color: #DE7EF0;
}
</style>
border-color css
<style>
span { border-color: #DE7EF0; }
span { border-color: rgb(222,126,240); }
td.TdClassName
{
border-color: #DE7EF0;
}
.TagClassName
{
border-color: #DE7EF0;
}
</style>