Shades of Heliotrope #D86EEA
Tints of Heliotrope #D86EEA
RGB
CMYK
RGB Variations
Color information
#D86EEA (or 0xD86EEA) is known color: Heliotrope. HEX triplet: D8, 6E and EA. RGB value is (216,110,234). Sum of RGB (Red+Green+Blue) = 216+110+234=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #D86EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86EEA is #279115. Grayscale: #9B9B9B. Windows color (decimal): -2593046 or 15363800. OLE color: 15363800.
HSL color Cylindrical-coordinate representation of color #D86EEA: hue angle of 291.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86EEA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 110 | 234 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.08 |
| HSL | 291.29º | 0.75% | 0.67% | - |
| HSV(B) | 291.29º | 0.53% | 0.92% | - |
| XYZ | 48.75 | 31.69 | 81.39 | - |
| YUV | 155.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 234 | 0.08 | 0.53 | 0 | 0.08 | 291.29 | 0.75 | 0.67 |
| Hex | D8 | 6E | EA | 8 | 35 | 0 | 8 | 123 | 4B | 43 |
| Octal | 330 | 156 | 352 | 10 | 65 | 0 | 10 | 443 | 113 | 103 |
| Binary | 11011000 | 1101110 | 11101010 | 1000 | 110101 | 0 | 1000 | 100100011 | 1001011 | 1000011 |
Color Harmonies of #D86EEA
Complementary color
Monochromatic Colors of #D86EEA
Black with #D86EEA
Text Example
Text Example
White with #D86EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EEA; }
p { color: rgb(216,110,234); }
H1.HeaderClassName
{
color: #D86EEA;
}
.AnyTagClassName
{
color: #D86EEA;
}
</style>
background-color css
<style>
a { background-color: #D86EEA; }
a { background-color: rgb(216,110,234); }
div.DivClassName
{
background-color: #D86EEA;
}
.BgClassName
{
background-color: #D86EEA;
}
</style>
border-color css
<style>
span { border-color: #D86EEA; }
span { border-color: rgb(216,110,234); }
td.TdClassName
{
border-color: #D86EEA;
}
.TagClassName
{
border-color: #D86EEA;
}
</style>