Shades of Heliotrope #D86DFE
Tints of Heliotrope #D86DFE
RGB
CMYK
RGB Variations
Color information
#D86DFE (or 0xD86DFE) is known color: Heliotrope. HEX triplet: D8, 6D and FE. RGB value is (216,109,254). Sum of RGB (Red+Green+Blue) = 216+109+254=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #D86DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DFE is #279201. Grayscale: #9D9D9D. Windows color (decimal): -2593282 or 16674264. OLE color: 16674264.
HSL color Cylindrical-coordinate representation of color #D86DFE: hue angle of 284.28º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86DFE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 109 | 254 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.00 |
| HSL | 284.28º | 0.99% | 0.71% | - |
| HSV(B) | 284.28º | 0.57% | 1% | - |
| XYZ | 51.68 | 32.69 | 97.35 | - |
| YUV | 157.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 254 | 0.15 | 0.57 | 0 | 0.00 | 284.28 | 0.99 | 0.71 |
| Hex | D8 | 6D | FE | F | 39 | 0 | 0 | 11C | 63 | 47 |
| Octal | 330 | 155 | 376 | 17 | 71 | 0 | 0 | 434 | 143 | 107 |
| Binary | 11011000 | 1101101 | 11111110 | 1111 | 111001 | 0 | 0 | 100011100 | 1100011 | 1000111 |
Color Harmonies of #D86DFE
Complementary color
Monochromatic Colors of #D86DFE
Black with #D86DFE
Text Example
Text Example
White with #D86DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DFE; }
p { color: rgb(216,109,254); }
H1.HeaderClassName
{
color: #D86DFE;
}
.AnyTagClassName
{
color: #D86DFE;
}
</style>
background-color css
<style>
a { background-color: #D86DFE; }
a { background-color: rgb(216,109,254); }
div.DivClassName
{
background-color: #D86DFE;
}
.BgClassName
{
background-color: #D86DFE;
}
</style>
border-color css
<style>
span { border-color: #D86DFE; }
span { border-color: rgb(216,109,254); }
td.TdClassName
{
border-color: #D86DFE;
}
.TagClassName
{
border-color: #D86DFE;
}
</style>