Shades of Heliotrope #D86DEF
Tints of Heliotrope #D86DEF
RGB
CMYK
RGB Variations
Color information
#D86DEF (or 0xD86DEF) is known color: Heliotrope. HEX triplet: D8, 6D and EF. RGB value is (216,109,239). Sum of RGB (Red+Green+Blue) = 216+109+239=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #D86DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DEF is #279210. Grayscale: #9B9B9B. Windows color (decimal): -2593297 or 15691224. OLE color: 15691224.
HSL color Cylindrical-coordinate representation of color #D86DEF: hue angle of 289.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86DEF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 109 | 239 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.06 |
| HSL | 289.38º | 0.8% | 0.68% | - |
| HSV(B) | 289.38º | 0.54% | 0.94% | - |
| XYZ | 49.37 | 31.77 | 85.19 | - |
| YUV | 155.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 239 | 0.10 | 0.54 | 0 | 0.06 | 289.38 | 0.8 | 0.68 |
| Hex | D8 | 6D | EF | A | 36 | 0 | 6 | 121 | 50 | 44 |
| Octal | 330 | 155 | 357 | 12 | 66 | 0 | 6 | 441 | 120 | 104 |
| Binary | 11011000 | 1101101 | 11101111 | 1010 | 110110 | 0 | 110 | 100100001 | 1010000 | 1000100 |
Color Harmonies of #D86DEF
Complementary color
Monochromatic Colors of #D86DEF
Black with #D86DEF
Text Example
Text Example
White with #D86DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DEF; }
p { color: rgb(216,109,239); }
H1.HeaderClassName
{
color: #D86DEF;
}
.AnyTagClassName
{
color: #D86DEF;
}
</style>
background-color css
<style>
a { background-color: #D86DEF; }
a { background-color: rgb(216,109,239); }
div.DivClassName
{
background-color: #D86DEF;
}
.BgClassName
{
background-color: #D86DEF;
}
</style>
border-color css
<style>
span { border-color: #D86DEF; }
span { border-color: rgb(216,109,239); }
td.TdClassName
{
border-color: #D86DEF;
}
.TagClassName
{
border-color: #D86DEF;
}
</style>