Shades of Heliotrope #D86FED
Tints of Heliotrope #D86FED
RGB
CMYK
RGB Variations
Color information
#D86FED (or 0xD86FED) is known color: Heliotrope. HEX triplet: D8, 6F and ED. RGB value is (216,111,237). Sum of RGB (Red+Green+Blue) = 216+111+237=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #D86FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FED is #279012. Grayscale: #9C9C9C. Windows color (decimal): -2592787 or 15560664. OLE color: 15560664.
HSL color Cylindrical-coordinate representation of color #D86FED: hue angle of 290º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86FED is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 111 | 237 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.07 |
| HSL | 290º | 0.78% | 0.68% | - |
| HSV(B) | 290º | 0.53% | 0.93% | - |
| XYZ | 49.29 | 32.08 | 83.72 | - |
| YUV | 156.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 237 | 0.09 | 0.53 | 0 | 0.07 | 290 | 0.78 | 0.68 |
| Hex | D8 | 6F | ED | 9 | 35 | 0 | 7 | 122 | 4E | 44 |
| Octal | 330 | 157 | 355 | 11 | 65 | 0 | 7 | 442 | 116 | 104 |
| Binary | 11011000 | 1101111 | 11101101 | 1001 | 110101 | 0 | 111 | 100100010 | 1001110 | 1000100 |
Color Harmonies of #D86FED
Complementary color
Monochromatic Colors of #D86FED
Black with #D86FED
Text Example
Text Example
White with #D86FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FED; }
p { color: rgb(216,111,237); }
H1.HeaderClassName
{
color: #D86FED;
}
.AnyTagClassName
{
color: #D86FED;
}
</style>
background-color css
<style>
a { background-color: #D86FED; }
a { background-color: rgb(216,111,237); }
div.DivClassName
{
background-color: #D86FED;
}
.BgClassName
{
background-color: #D86FED;
}
</style>
border-color css
<style>
span { border-color: #D86FED; }
span { border-color: rgb(216,111,237); }
td.TdClassName
{
border-color: #D86FED;
}
.TagClassName
{
border-color: #D86FED;
}
</style>