Shades of Heliotrope #DE70FE
Tints of Heliotrope #DE70FE
RGB
CMYK
RGB Variations
Color information
#DE70FE (or 0xDE70FE) is known color: Heliotrope. HEX triplet: DE, 70 and FE. RGB value is (222,112,254). Sum of RGB (Red+Green+Blue) = 222+112+254=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70FE is #218F01. Grayscale: #A0A0A0. Windows color (decimal): -2199298 or 16675038. OLE color: 16675038.
HSL color Cylindrical-coordinate representation of color #DE70FE: hue angle of 286.48º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE70FE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 112 | 254 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.00 |
| HSL | 286.48º | 0.99% | 0.72% | - |
| HSV(B) | 286.48º | 0.56% | 1% | - |
| XYZ | 53.81 | 34.27 | 97.55 | - |
| YUV | 161.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 254 | 0.13 | 0.56 | 0 | 0.00 | 286.48 | 0.99 | 0.72 |
| Hex | DE | 70 | FE | D | 38 | 0 | 0 | 11E | 63 | 48 |
| Octal | 336 | 160 | 376 | 15 | 70 | 0 | 0 | 436 | 143 | 110 |
| Binary | 11011110 | 1110000 | 11111110 | 1101 | 111000 | 0 | 0 | 100011110 | 1100011 | 1001000 |
Color Harmonies of #DE70FE
Complementary color
Monochromatic Colors of #DE70FE
Black with #DE70FE
Text Example
Text Example
White with #DE70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70FE; }
p { color: rgb(222,112,254); }
H1.HeaderClassName
{
color: #DE70FE;
}
.AnyTagClassName
{
color: #DE70FE;
}
</style>
background-color css
<style>
a { background-color: #DE70FE; }
a { background-color: rgb(222,112,254); }
div.DivClassName
{
background-color: #DE70FE;
}
.BgClassName
{
background-color: #DE70FE;
}
</style>
border-color css
<style>
span { border-color: #DE70FE; }
span { border-color: rgb(222,112,254); }
td.TdClassName
{
border-color: #DE70FE;
}
.TagClassName
{
border-color: #DE70FE;
}
</style>