Shades of Heliotrope #DE85FE
Tints of Heliotrope #DE85FE
RGB
CMYK
RGB Variations
Color information
#DE85FE (or 0xDE85FE) is known color: Heliotrope. HEX triplet: DE, 85 and FE. RGB value is (222,133,254). Sum of RGB (Red+Green+Blue) = 222+133+254=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FE is #217A01. Grayscale: #ADADAD. Windows color (decimal): -2193922 or 16680414. OLE color: 16680414.
HSL color Cylindrical-coordinate representation of color #DE85FE: hue angle of 284.13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE85FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 133 | 254 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.00 |
| HSL | 284.13º | 0.98% | 0.76% | - |
| HSV(B) | 284.13º | 0.48% | 1% | - |
| XYZ | 56.4 | 39.46 | 98.41 | - |
| YUV | 173.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 254 | 0.13 | 0.48 | 0 | 0.00 | 284.13 | 0.98 | 0.76 |
| Hex | DE | 85 | FE | D | 30 | 0 | 0 | 11C | 62 | 4C |
| Octal | 336 | 205 | 376 | 15 | 60 | 0 | 0 | 434 | 142 | 114 |
| Binary | 11011110 | 10000101 | 11111110 | 1101 | 110000 | 0 | 0 | 100011100 | 1100010 | 1001100 |
Color Harmonies of #DE85FE
Complementary color
Monochromatic Colors of #DE85FE
Black with #DE85FE
Text Example
Text Example
White with #DE85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85FE; }
p { color: rgb(222,133,254); }
H1.HeaderClassName
{
color: #DE85FE;
}
.AnyTagClassName
{
color: #DE85FE;
}
</style>
background-color css
<style>
a { background-color: #DE85FE; }
a { background-color: rgb(222,133,254); }
div.DivClassName
{
background-color: #DE85FE;
}
.BgClassName
{
background-color: #DE85FE;
}
</style>
border-color css
<style>
span { border-color: #DE85FE; }
span { border-color: rgb(222,133,254); }
td.TdClassName
{
border-color: #DE85FE;
}
.TagClassName
{
border-color: #DE85FE;
}
</style>