Shades of Heliotrope #D86DFB
Tints of Heliotrope #D86DFB
RGB
CMYK
RGB Variations
Color information
#D86DFB (or 0xD86DFB) is known color: Heliotrope. HEX triplet: D8, 6D and FB. RGB value is (216,109,251). Sum of RGB (Red+Green+Blue) = 216+109+251=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #D86DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DFB is #279204. Grayscale: #9C9C9C. Windows color (decimal): -2593285 or 16477656. OLE color: 16477656.
HSL color Cylindrical-coordinate representation of color #D86DFB: hue angle of 285.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86DFB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 109 | 251 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.02 |
| HSL | 285.21º | 0.95% | 0.71% | - |
| HSV(B) | 285.21º | 0.57% | 0.98% | - |
| XYZ | 51.2 | 32.5 | 94.84 | - |
| YUV | 157.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 251 | 0.14 | 0.57 | 0 | 0.02 | 285.21 | 0.95 | 0.71 |
| Hex | D8 | 6D | FB | E | 39 | 0 | 2 | 11D | 5F | 47 |
| Octal | 330 | 155 | 373 | 16 | 71 | 0 | 2 | 435 | 137 | 107 |
| Binary | 11011000 | 1101101 | 11111011 | 1110 | 111001 | 0 | 10 | 100011101 | 1011111 | 1000111 |
Color Harmonies of #D86DFB
Complementary color
Monochromatic Colors of #D86DFB
Black with #D86DFB
Text Example
Text Example
White with #D86DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DFB; }
p { color: rgb(216,109,251); }
H1.HeaderClassName
{
color: #D86DFB;
}
.AnyTagClassName
{
color: #D86DFB;
}
</style>
background-color css
<style>
a { background-color: #D86DFB; }
a { background-color: rgb(216,109,251); }
div.DivClassName
{
background-color: #D86DFB;
}
.BgClassName
{
background-color: #D86DFB;
}
</style>
border-color css
<style>
span { border-color: #D86DFB; }
span { border-color: rgb(216,109,251); }
td.TdClassName
{
border-color: #D86DFB;
}
.TagClassName
{
border-color: #D86DFB;
}
</style>