Shades of Heliotrope #DE70EF
Tints of Heliotrope #DE70EF
RGB
CMYK
RGB Variations
Color information
#DE70EF (or 0xDE70EF) is known color: Heliotrope. HEX triplet: DE, 70 and EF. RGB value is (222,112,239). Sum of RGB (Red+Green+Blue) = 222+112+239=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70EF is #218F10. Grayscale: #9E9E9E. Windows color (decimal): -2199313 or 15691998. OLE color: 15691998.
HSL color Cylindrical-coordinate representation of color #DE70EF: hue angle of 291.97º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE70EF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 112 | 239 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.06 |
| HSL | 291.97º | 0.8% | 0.69% | - |
| HSV(B) | 291.97º | 0.53% | 0.94% | - |
| XYZ | 51.5 | 33.35 | 85.38 | - |
| YUV | 159.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 239 | 0.07 | 0.53 | 0 | 0.06 | 291.97 | 0.8 | 0.69 |
| Hex | DE | 70 | EF | 7 | 35 | 0 | 6 | 124 | 50 | 45 |
| Octal | 336 | 160 | 357 | 7 | 65 | 0 | 6 | 444 | 120 | 105 |
| Binary | 11011110 | 1110000 | 11101111 | 111 | 110101 | 0 | 110 | 100100100 | 1010000 | 1000101 |
Color Harmonies of #DE70EF
Complementary color
Monochromatic Colors of #DE70EF
Black with #DE70EF
Text Example
Text Example
White with #DE70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70EF; }
p { color: rgb(222,112,239); }
H1.HeaderClassName
{
color: #DE70EF;
}
.AnyTagClassName
{
color: #DE70EF;
}
</style>
background-color css
<style>
a { background-color: #DE70EF; }
a { background-color: rgb(222,112,239); }
div.DivClassName
{
background-color: #DE70EF;
}
.BgClassName
{
background-color: #DE70EF;
}
</style>
border-color css
<style>
span { border-color: #DE70EF; }
span { border-color: rgb(222,112,239); }
td.TdClassName
{
border-color: #DE70EF;
}
.TagClassName
{
border-color: #DE70EF;
}
</style>