Shades of Heliotrope #DE86FE
Tints of Heliotrope #DE86FE
RGB
CMYK
RGB Variations
Color information
#DE86FE (or 0xDE86FE) is known color: Heliotrope. HEX triplet: DE, 86 and FE. RGB value is (222,134,254). Sum of RGB (Red+Green+Blue) = 222+134+254=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE86FE is #217901. Grayscale: #ADADAD. Windows color (decimal): -2193666 or 16680670. OLE color: 16680670.
HSL color Cylindrical-coordinate representation of color #DE86FE: hue angle of 284º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE86FE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 134 | 254 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.00 |
| HSL | 284º | 0.98% | 0.76% | - |
| HSV(B) | 284º | 0.47% | 1% | - |
| XYZ | 56.54 | 39.74 | 98.46 | - |
| YUV | 173.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 254 | 0.13 | 0.47 | 0 | 0.00 | 284 | 0.98 | 0.76 |
| Hex | DE | 86 | FE | D | 2F | 0 | 0 | 11C | 62 | 4C |
| Octal | 336 | 206 | 376 | 15 | 57 | 0 | 0 | 434 | 142 | 114 |
| Binary | 11011110 | 10000110 | 11111110 | 1101 | 101111 | 0 | 0 | 100011100 | 1100010 | 1001100 |
Color Harmonies of #DE86FE
Complementary color
Monochromatic Colors of #DE86FE
Black with #DE86FE
Text Example
Text Example
White with #DE86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE86FE; }
p { color: rgb(222,134,254); }
H1.HeaderClassName
{
color: #DE86FE;
}
.AnyTagClassName
{
color: #DE86FE;
}
</style>
background-color css
<style>
a { background-color: #DE86FE; }
a { background-color: rgb(222,134,254); }
div.DivClassName
{
background-color: #DE86FE;
}
.BgClassName
{
background-color: #DE86FE;
}
</style>
border-color css
<style>
span { border-color: #DE86FE; }
span { border-color: rgb(222,134,254); }
td.TdClassName
{
border-color: #DE86FE;
}
.TagClassName
{
border-color: #DE86FE;
}
</style>