Shades of Heliotrope #DE85FF
Tints of Heliotrope #DE85FF
RGB
CMYK
RGB Variations
Color information
#DE85FF (or 0xDE85FF) is known color: Heliotrope. HEX triplet: DE, 85 and FF. RGB value is (222,133,255). Sum of RGB (Red+Green+Blue) = 222+133+255=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FF is #217A00. Grayscale: #ADADAD. Windows color (decimal): -2193921 or 16745950. OLE color: 16745950.
HSL color Cylindrical-coordinate representation of color #DE85FF: hue angle of 283.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE85FF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 133 | 255 | - |
| CMYK | 0.13 | 0.48 | 0 | 0 |
| HSL | 283.77º | 1% | 0.76% | - |
| HSV(B) | 283.77º | 0.48% | 1% | - |
| XYZ | 56.56 | 39.52 | 99.26 | - |
| YUV | 173.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 255 | 0.13 | 0.48 | 0 | 0 | 283.77 | 1 | 0.76 |
| Hex | DE | 85 | FF | D | 30 | 0 | 0 | 11C | 64 | 4C |
| Octal | 336 | 205 | 377 | 15 | 60 | 0 | 0 | 434 | 144 | 114 |
| Binary | 11011110 | 10000101 | 11111111 | 1101 | 110000 | 0 | 0 | 100011100 | 1100100 | 1001100 |
Color Harmonies of #DE85FF
Complementary color
Monochromatic Colors of #DE85FF
Black with #DE85FF
Text Example
Text Example
White with #DE85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85FF; }
p { color: rgb(222,133,255); }
H1.HeaderClassName
{
color: #DE85FF;
}
.AnyTagClassName
{
color: #DE85FF;
}
</style>
background-color css
<style>
a { background-color: #DE85FF; }
a { background-color: rgb(222,133,255); }
div.DivClassName
{
background-color: #DE85FF;
}
.BgClassName
{
background-color: #DE85FF;
}
</style>
border-color css
<style>
span { border-color: #DE85FF; }
span { border-color: rgb(222,133,255); }
td.TdClassName
{
border-color: #DE85FF;
}
.TagClassName
{
border-color: #DE85FF;
}
</style>