Shades of Heliotrope #D85EEE
Tints of Heliotrope #D85EEE
RGB
CMYK
RGB Variations
Color information
#D85EEE (or 0xD85EEE) is known color: Heliotrope. HEX triplet: D8, 5E and EE. RGB value is (216,94,238). Sum of RGB (Red+Green+Blue) = 216+94+238=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #D85EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EEE is #27A111. Grayscale: #929292. Windows color (decimal): -2597138 or 15621848. OLE color: 15621848.
HSL color Cylindrical-coordinate representation of color #D85EEE: hue angle of 290.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85EEE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 94 | 238 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.07 |
| HSL | 290.83º | 0.81% | 0.65% | - |
| HSV(B) | 290.83º | 0.61% | 0.93% | - |
| XYZ | 47.75 | 28.78 | 83.93 | - |
| YUV | 146.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 238 | 0.09 | 0.61 | 0 | 0.07 | 290.83 | 0.81 | 0.65 |
| Hex | D8 | 5E | EE | 9 | 3D | 0 | 7 | 123 | 51 | 41 |
| Octal | 330 | 136 | 356 | 11 | 75 | 0 | 7 | 443 | 121 | 101 |
| Binary | 11011000 | 1011110 | 11101110 | 1001 | 111101 | 0 | 111 | 100100011 | 1010001 | 1000001 |
Color Harmonies of #D85EEE
Complementary color
Monochromatic Colors of #D85EEE
Black with #D85EEE
Text Example
Text Example
White with #D85EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EEE; }
p { color: rgb(216,94,238); }
H1.HeaderClassName
{
color: #D85EEE;
}
.AnyTagClassName
{
color: #D85EEE;
}
</style>
background-color css
<style>
a { background-color: #D85EEE; }
a { background-color: rgb(216,94,238); }
div.DivClassName
{
background-color: #D85EEE;
}
.BgClassName
{
background-color: #D85EEE;
}
</style>
border-color css
<style>
span { border-color: #D85EEE; }
span { border-color: rgb(216,94,238); }
td.TdClassName
{
border-color: #D85EEE;
}
.TagClassName
{
border-color: #D85EEE;
}
</style>