Shades of Violet #D986EC
Tints of Violet #D986EC
RGB
CMYK
RGB Variations
Color information
#D986EC (or 0xD986EC) is known color: Violet. HEX triplet: D9, 86 and EC. RGB value is (217,134,236). Sum of RGB (Red+Green+Blue) = 217+134+236=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #D986EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986EC is #267913. Grayscale: #AAAAAA. Windows color (decimal): -2521364 or 15501017. OLE color: 15501017.
HSL color Cylindrical-coordinate representation of color #D986EC: hue angle of 288.82º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D986EC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 134 | 236 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.07 |
| HSL | 288.82º | 0.73% | 0.73% | - |
| HSV(B) | 288.82º | 0.43% | 0.93% | - |
| XYZ | 52.28 | 37.86 | 83.91 | - |
| YUV | 170.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 236 | 0.08 | 0.43 | 0 | 0.07 | 288.82 | 0.73 | 0.73 |
| Hex | D9 | 86 | EC | 8 | 2B | 0 | 7 | 121 | 49 | 49 |
| Octal | 331 | 206 | 354 | 10 | 53 | 0 | 7 | 441 | 111 | 111 |
| Binary | 11011001 | 10000110 | 11101100 | 1000 | 101011 | 0 | 111 | 100100001 | 1001001 | 1001001 |
Color Harmonies of #D986EC
Complementary color
Monochromatic Colors of #D986EC
Black with #D986EC
Text Example
Text Example
White with #D986EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986EC; }
p { color: rgb(217,134,236); }
H1.HeaderClassName
{
color: #D986EC;
}
.AnyTagClassName
{
color: #D986EC;
}
</style>
background-color css
<style>
a { background-color: #D986EC; }
a { background-color: rgb(217,134,236); }
div.DivClassName
{
background-color: #D986EC;
}
.BgClassName
{
background-color: #D986EC;
}
</style>
border-color css
<style>
span { border-color: #D986EC; }
span { border-color: rgb(217,134,236); }
td.TdClassName
{
border-color: #D986EC;
}
.TagClassName
{
border-color: #D986EC;
}
</style>