Shades of Heliotrope #D85BEE
Tints of Heliotrope #D85BEE
RGB
CMYK
RGB Variations
Color information
#D85BEE (or 0xD85BEE) is known color: Heliotrope. HEX triplet: D8, 5B and EE. RGB value is (216,91,238). Sum of RGB (Red+Green+Blue) = 216+91+238=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D85BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85BEE is #27A411. Grayscale: #909090. Windows color (decimal): -2597906 or 15621080. OLE color: 15621080.
HSL color Cylindrical-coordinate representation of color #D85BEE: hue angle of 291.02º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85BEE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 91 | 238 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.07 |
| HSL | 291.02º | 0.81% | 0.65% | - |
| HSV(B) | 291.02º | 0.62% | 0.93% | - |
| XYZ | 47.49 | 28.25 | 83.84 | - |
| YUV | 145.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 238 | 0.09 | 0.62 | 0 | 0.07 | 291.02 | 0.81 | 0.65 |
| Hex | D8 | 5B | EE | 9 | 3E | 0 | 7 | 123 | 51 | 41 |
| Octal | 330 | 133 | 356 | 11 | 76 | 0 | 7 | 443 | 121 | 101 |
| Binary | 11011000 | 1011011 | 11101110 | 1001 | 111110 | 0 | 111 | 100100011 | 1010001 | 1000001 |
Color Harmonies of #D85BEE
Complementary color
Monochromatic Colors of #D85BEE
Black with #D85BEE
Text Example
Text Example
White with #D85BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BEE; }
p { color: rgb(216,91,238); }
H1.HeaderClassName
{
color: #D85BEE;
}
.AnyTagClassName
{
color: #D85BEE;
}
</style>
background-color css
<style>
a { background-color: #D85BEE; }
a { background-color: rgb(216,91,238); }
div.DivClassName
{
background-color: #D85BEE;
}
.BgClassName
{
background-color: #D85BEE;
}
</style>
border-color css
<style>
span { border-color: #D85BEE; }
span { border-color: rgb(216,91,238); }
td.TdClassName
{
border-color: #D85BEE;
}
.TagClassName
{
border-color: #D85BEE;
}
</style>