Shades of Heliotrope #D886EF
Tints of Heliotrope #D886EF
RGB
CMYK
RGB Variations
Color information
#D886EF (or 0xD886EF) is known color: Heliotrope. HEX triplet: D8, 86 and EF. RGB value is (216,134,239). Sum of RGB (Red+Green+Blue) = 216+134+239=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #D886EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D886EF is #277910. Grayscale: #AAAAAA. Windows color (decimal): -2586897 or 15697624. OLE color: 15697624.
HSL color Cylindrical-coordinate representation of color #D886EF: hue angle of 286.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D886EF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 134 | 239 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.06 |
| HSL | 286.86º | 0.77% | 0.73% | - |
| HSV(B) | 286.86º | 0.44% | 0.94% | - |
| XYZ | 52.42 | 37.88 | 86.21 | - |
| YUV | 170.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 239 | 0.10 | 0.44 | 0 | 0.06 | 286.86 | 0.77 | 0.73 |
| Hex | D8 | 86 | EF | A | 2C | 0 | 6 | 11F | 4D | 49 |
| Octal | 330 | 206 | 357 | 12 | 54 | 0 | 6 | 437 | 115 | 111 |
| Binary | 11011000 | 10000110 | 11101111 | 1010 | 101100 | 0 | 110 | 100011111 | 1001101 | 1001001 |
Color Harmonies of #D886EF
Complementary color
Monochromatic Colors of #D886EF
Black with #D886EF
Text Example
Text Example
White with #D886EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886EF; }
p { color: rgb(216,134,239); }
H1.HeaderClassName
{
color: #D886EF;
}
.AnyTagClassName
{
color: #D886EF;
}
</style>
background-color css
<style>
a { background-color: #D886EF; }
a { background-color: rgb(216,134,239); }
div.DivClassName
{
background-color: #D886EF;
}
.BgClassName
{
background-color: #D886EF;
}
</style>
border-color css
<style>
span { border-color: #D886EF; }
span { border-color: rgb(216,134,239); }
td.TdClassName
{
border-color: #D886EF;
}
.TagClassName
{
border-color: #D886EF;
}
</style>