Shades of Violet #D986E9
Tints of Violet #D986E9
RGB
CMYK
RGB Variations
Color information
#D986E9 (or 0xD986E9) is known color: Violet. HEX triplet: D9, 86 and E9. RGB value is (217,134,233). Sum of RGB (Red+Green+Blue) = 217+134+233=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #D986E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986E9 is #267916. Grayscale: #A9A9A9. Windows color (decimal): -2521367 or 15304409. OLE color: 15304409.
HSL color Cylindrical-coordinate representation of color #D986E9: hue angle of 290.3º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D986E9 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 134 | 233 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.09 |
| HSL | 290.3º | 0.69% | 0.72% | - |
| HSV(B) | 290.3º | 0.42% | 0.91% | - |
| XYZ | 51.85 | 37.69 | 81.63 | - |
| YUV | 170.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 233 | 0.07 | 0.42 | 0 | 0.09 | 290.3 | 0.69 | 0.72 |
| Hex | D9 | 86 | E9 | 7 | 2A | 0 | 9 | 122 | 45 | 48 |
| Octal | 331 | 206 | 351 | 7 | 52 | 0 | 11 | 442 | 105 | 110 |
| Binary | 11011001 | 10000110 | 11101001 | 111 | 101010 | 0 | 1001 | 100100010 | 1000101 | 1001000 |
Color Harmonies of #D986E9
Complementary color
Monochromatic Colors of #D986E9
Black with #D986E9
Text Example
Text Example
White with #D986E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986E9; }
p { color: rgb(217,134,233); }
H1.HeaderClassName
{
color: #D986E9;
}
.AnyTagClassName
{
color: #D986E9;
}
</style>
background-color css
<style>
a { background-color: #D986E9; }
a { background-color: rgb(217,134,233); }
div.DivClassName
{
background-color: #D986E9;
}
.BgClassName
{
background-color: #D986E9;
}
</style>
border-color css
<style>
span { border-color: #D986E9; }
span { border-color: rgb(217,134,233); }
td.TdClassName
{
border-color: #D986E9;
}
.TagClassName
{
border-color: #D986E9;
}
</style>