Shades of Heliotrope #D86EEE
Tints of Heliotrope #D86EEE
RGB
CMYK
RGB Variations
Color information
#D86EEE (or 0xD86EEE) is known color: Heliotrope. HEX triplet: D8, 6E and EE. RGB value is (216,110,238). Sum of RGB (Red+Green+Blue) = 216+110+238=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #D86EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86EEE is #279111. Grayscale: #9B9B9B. Windows color (decimal): -2593042 or 15625944. OLE color: 15625944.
HSL color Cylindrical-coordinate representation of color #D86EEE: hue angle of 289.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86EEE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 110 | 238 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.07 |
| HSL | 289.69º | 0.79% | 0.68% | - |
| HSV(B) | 289.69º | 0.54% | 0.93% | - |
| XYZ | 49.33 | 31.92 | 84.45 | - |
| YUV | 156.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 238 | 0.09 | 0.54 | 0 | 0.07 | 289.69 | 0.79 | 0.68 |
| Hex | D8 | 6E | EE | 9 | 36 | 0 | 7 | 122 | 4F | 44 |
| Octal | 330 | 156 | 356 | 11 | 66 | 0 | 7 | 442 | 117 | 104 |
| Binary | 11011000 | 1101110 | 11101110 | 1001 | 110110 | 0 | 111 | 100100010 | 1001111 | 1000100 |
Color Harmonies of #D86EEE
Complementary color
Monochromatic Colors of #D86EEE
Black with #D86EEE
Text Example
Text Example
White with #D86EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EEE; }
p { color: rgb(216,110,238); }
H1.HeaderClassName
{
color: #D86EEE;
}
.AnyTagClassName
{
color: #D86EEE;
}
</style>
background-color css
<style>
a { background-color: #D86EEE; }
a { background-color: rgb(216,110,238); }
div.DivClassName
{
background-color: #D86EEE;
}
.BgClassName
{
background-color: #D86EEE;
}
</style>
border-color css
<style>
span { border-color: #D86EEE; }
span { border-color: rgb(216,110,238); }
td.TdClassName
{
border-color: #D86EEE;
}
.TagClassName
{
border-color: #D86EEE;
}
</style>