Shades of Heliotrope #D86FFF
Tints of Heliotrope #D86FFF
RGB
CMYK
RGB Variations
Color information
#D86FFF (or 0xD86FFF) is known color: Heliotrope. HEX triplet: D8, 6F and FF. RGB value is (216,111,255). Sum of RGB (Red+Green+Blue) = 216+111+255=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #D86FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FFF is #279000. Grayscale: #9E9E9E. Windows color (decimal): -2592769 or 16740312. OLE color: 16740312.
HSL color Cylindrical-coordinate representation of color #D86FFF: hue angle of 283.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86FFF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 111 | 255 | - |
| CMYK | 0.15 | 0.56 | 0 | 0 |
| HSL | 283.75º | 1% | 0.72% | - |
| HSV(B) | 283.75º | 0.56% | 1% | - |
| XYZ | 52.05 | 33.19 | 98.27 | - |
| YUV | 158.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 255 | 0.15 | 0.56 | 0 | 0 | 283.75 | 1 | 0.72 |
| Hex | D8 | 6F | FF | F | 38 | 0 | 0 | 11C | 64 | 48 |
| Octal | 330 | 157 | 377 | 17 | 70 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011000 | 1101111 | 11111111 | 1111 | 111000 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #D86FFF
Complementary color
Monochromatic Colors of #D86FFF
Black with #D86FFF
Text Example
Text Example
White with #D86FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FFF; }
p { color: rgb(216,111,255); }
H1.HeaderClassName
{
color: #D86FFF;
}
.AnyTagClassName
{
color: #D86FFF;
}
</style>
background-color css
<style>
a { background-color: #D86FFF; }
a { background-color: rgb(216,111,255); }
div.DivClassName
{
background-color: #D86FFF;
}
.BgClassName
{
background-color: #D86FFF;
}
</style>
border-color css
<style>
span { border-color: #D86FFF; }
span { border-color: rgb(216,111,255); }
td.TdClassName
{
border-color: #D86FFF;
}
.TagClassName
{
border-color: #D86FFF;
}
</style>