Shades of Heliotrope #DE70FF
Tints of Heliotrope #DE70FF
RGB
CMYK
RGB Variations
Color information
#DE70FF (or 0xDE70FF) is known color: Heliotrope. HEX triplet: DE, 70 and FF. RGB value is (222,112,255). Sum of RGB (Red+Green+Blue) = 222+112+255=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70FF is #218F00. Grayscale: #A0A0A0. Windows color (decimal): -2199297 or 16740574. OLE color: 16740574.
HSL color Cylindrical-coordinate representation of color #DE70FF: hue angle of 286.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE70FF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 112 | 255 | - |
| CMYK | 0.13 | 0.56 | 0 | 0 |
| HSL | 286.15º | 1% | 0.72% | - |
| HSV(B) | 286.15º | 0.56% | 1% | - |
| XYZ | 53.97 | 34.34 | 98.39 | - |
| YUV | 161.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 255 | 0.13 | 0.56 | 0 | 0 | 286.15 | 1 | 0.72 |
| Hex | DE | 70 | FF | D | 38 | 0 | 0 | 11E | 64 | 48 |
| Octal | 336 | 160 | 377 | 15 | 70 | 0 | 0 | 436 | 144 | 110 |
| Binary | 11011110 | 1110000 | 11111111 | 1101 | 111000 | 0 | 0 | 100011110 | 1100100 | 1001000 |
Color Harmonies of #DE70FF
Complementary color
Monochromatic Colors of #DE70FF
Black with #DE70FF
Text Example
Text Example
White with #DE70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70FF; }
p { color: rgb(222,112,255); }
H1.HeaderClassName
{
color: #DE70FF;
}
.AnyTagClassName
{
color: #DE70FF;
}
</style>
background-color css
<style>
a { background-color: #DE70FF; }
a { background-color: rgb(222,112,255); }
div.DivClassName
{
background-color: #DE70FF;
}
.BgClassName
{
background-color: #DE70FF;
}
</style>
border-color css
<style>
span { border-color: #DE70FF; }
span { border-color: rgb(222,112,255); }
td.TdClassName
{
border-color: #DE70FF;
}
.TagClassName
{
border-color: #DE70FF;
}
</style>