Shades of Heliotrope #DE7EF5
Tints of Heliotrope #DE7EF5
RGB
CMYK
RGB Variations
Color information
#DE7EF5 (or 0xDE7EF5) is known color: Heliotrope. HEX triplet: DE, 7E and F5. RGB value is (222,126,245). Sum of RGB (Red+Green+Blue) = 222+126+245=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #DE7EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EF5 is #21810A. Grayscale: #A7A7A7. Windows color (decimal): -2195723 or 16088798. OLE color: 16088798.
HSL color Cylindrical-coordinate representation of color #DE7EF5: hue angle of 288.4º degrees, saturation: 0.86, 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 #DE7EF5 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 126 | 245 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.04 |
| HSL | 288.4º | 0.86% | 0.73% | - |
| HSV(B) | 288.4º | 0.49% | 0.96% | - |
| XYZ | 54.07 | 37.04 | 90.69 | - |
| YUV | 168.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 245 | 0.09 | 0.49 | 0 | 0.04 | 288.4 | 0.86 | 0.73 |
| Hex | DE | 7E | F5 | 9 | 31 | 0 | 4 | 120 | 56 | 49 |
| Octal | 336 | 176 | 365 | 11 | 61 | 0 | 4 | 440 | 126 | 111 |
| Binary | 11011110 | 1111110 | 11110101 | 1001 | 110001 | 0 | 100 | 100100000 | 1010110 | 1001001 |
Color Harmonies of #DE7EF5
Complementary color
Monochromatic Colors of #DE7EF5
Black with #DE7EF5
Text Example
Text Example
White with #DE7EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EF5; }
p { color: rgb(222,126,245); }
H1.HeaderClassName
{
color: #DE7EF5;
}
.AnyTagClassName
{
color: #DE7EF5;
}
</style>
background-color css
<style>
a { background-color: #DE7EF5; }
a { background-color: rgb(222,126,245); }
div.DivClassName
{
background-color: #DE7EF5;
}
.BgClassName
{
background-color: #DE7EF5;
}
</style>
border-color css
<style>
span { border-color: #DE7EF5; }
span { border-color: rgb(222,126,245); }
td.TdClassName
{
border-color: #DE7EF5;
}
.TagClassName
{
border-color: #DE7EF5;
}
</style>