Shades of Heliotrope #DE56FE
Tints of Heliotrope #DE56FE
RGB
CMYK
RGB Variations
Color information
#DE56FE (or 0xDE56FE) is known color: Heliotrope. HEX triplet: DE, 56 and FE. RGB value is (222,86,254). Sum of RGB (Red+Green+Blue) = 222+86+254=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE56FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE56FE is #21A901. Grayscale: #919191. Windows color (decimal): -2205954 or 16668382. OLE color: 16668382.
HSL color Cylindrical-coordinate representation of color #DE56FE: hue angle of 288.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE56FE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 86 | 254 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.00 |
| HSL | 288.57º | 0.99% | 0.67% | - |
| HSV(B) | 288.57º | 0.66% | 1% | - |
| XYZ | 51.34 | 29.34 | 96.72 | - |
| YUV | 145.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 254 | 0.13 | 0.66 | 0 | 0.00 | 288.57 | 0.99 | 0.67 |
| Hex | DE | 56 | FE | D | 42 | 0 | 0 | 121 | 63 | 43 |
| Octal | 336 | 126 | 376 | 15 | 102 | 0 | 0 | 441 | 143 | 103 |
| Binary | 11011110 | 1010110 | 11111110 | 1101 | 1000010 | 0 | 0 | 100100001 | 1100011 | 1000011 |
Color Harmonies of #DE56FE
Complementary color
Monochromatic Colors of #DE56FE
Black with #DE56FE
Text Example
Text Example
White with #DE56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE56FE; }
p { color: rgb(222,86,254); }
H1.HeaderClassName
{
color: #DE56FE;
}
.AnyTagClassName
{
color: #DE56FE;
}
</style>
background-color css
<style>
a { background-color: #DE56FE; }
a { background-color: rgb(222,86,254); }
div.DivClassName
{
background-color: #DE56FE;
}
.BgClassName
{
background-color: #DE56FE;
}
</style>
border-color css
<style>
span { border-color: #DE56FE; }
span { border-color: rgb(222,86,254); }
td.TdClassName
{
border-color: #DE56FE;
}
.TagClassName
{
border-color: #DE56FE;
}
</style>