Shades of Heliotrope #DE70F4
Tints of Heliotrope #DE70F4
RGB
CMYK
RGB Variations
Color information
#DE70F4 (or 0xDE70F4) is known color: Heliotrope. HEX triplet: DE, 70 and F4. RGB value is (222,112,244). Sum of RGB (Red+Green+Blue) = 222+112+244=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE70F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70F4 is #218F0B. Grayscale: #9F9F9F. Windows color (decimal): -2199308 or 16019678. OLE color: 16019678.
HSL color Cylindrical-coordinate representation of color #DE70F4: hue angle of 290º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE70F4 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 112 | 244 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.04 |
| HSL | 290º | 0.86% | 0.7% | - |
| HSV(B) | 290º | 0.54% | 0.96% | - |
| XYZ | 52.25 | 33.65 | 89.33 | - |
| YUV | 159.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 244 | 0.09 | 0.54 | 0 | 0.04 | 290 | 0.86 | 0.7 |
| Hex | DE | 70 | F4 | 9 | 36 | 0 | 4 | 122 | 56 | 46 |
| Octal | 336 | 160 | 364 | 11 | 66 | 0 | 4 | 442 | 126 | 106 |
| Binary | 11011110 | 1110000 | 11110100 | 1001 | 110110 | 0 | 100 | 100100010 | 1010110 | 1000110 |
Color Harmonies of #DE70F4
Complementary color
Monochromatic Colors of #DE70F4
Black with #DE70F4
Text Example
Text Example
White with #DE70F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70F4; }
p { color: rgb(222,112,244); }
H1.HeaderClassName
{
color: #DE70F4;
}
.AnyTagClassName
{
color: #DE70F4;
}
</style>
background-color css
<style>
a { background-color: #DE70F4; }
a { background-color: rgb(222,112,244); }
div.DivClassName
{
background-color: #DE70F4;
}
.BgClassName
{
background-color: #DE70F4;
}
</style>
border-color css
<style>
span { border-color: #DE70F4; }
span { border-color: rgb(222,112,244); }
td.TdClassName
{
border-color: #DE70F4;
}
.TagClassName
{
border-color: #DE70F4;
}
</style>