Shades of Violet #D988EC
Tints of Violet #D988EC
RGB
CMYK
RGB Variations
Color information
#D988EC (or 0xD988EC) is known color: Violet. HEX triplet: D9, 88 and EC. RGB value is (217,136,236). Sum of RGB (Red+Green+Blue) = 217+136+236=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #D988EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988EC is #267713. Grayscale: #ABABAB. Windows color (decimal): -2520852 or 15501529. OLE color: 15501529.
HSL color Cylindrical-coordinate representation of color #D988EC: hue angle of 288.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D988EC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 136 | 236 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.07 |
| HSL | 288.6º | 0.72% | 0.73% | - |
| HSV(B) | 288.6º | 0.42% | 0.93% | - |
| XYZ | 52.56 | 38.42 | 84 | - |
| YUV | 171.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 236 | 0.08 | 0.42 | 0 | 0.07 | 288.6 | 0.72 | 0.73 |
| Hex | D9 | 88 | EC | 8 | 2A | 0 | 7 | 121 | 48 | 49 |
| Octal | 331 | 210 | 354 | 10 | 52 | 0 | 7 | 441 | 110 | 111 |
| Binary | 11011001 | 10001000 | 11101100 | 1000 | 101010 | 0 | 111 | 100100001 | 1001000 | 1001001 |
Color Harmonies of #D988EC
Complementary color
Monochromatic Colors of #D988EC
Black with #D988EC
Text Example
Text Example
White with #D988EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988EC; }
p { color: rgb(217,136,236); }
H1.HeaderClassName
{
color: #D988EC;
}
.AnyTagClassName
{
color: #D988EC;
}
</style>
background-color css
<style>
a { background-color: #D988EC; }
a { background-color: rgb(217,136,236); }
div.DivClassName
{
background-color: #D988EC;
}
.BgClassName
{
background-color: #D988EC;
}
</style>
border-color css
<style>
span { border-color: #D988EC; }
span { border-color: rgb(217,136,236); }
td.TdClassName
{
border-color: #D988EC;
}
.TagClassName
{
border-color: #D988EC;
}
</style>