Shades of Violet #D988EB
Tints of Violet #D988EB
RGB
CMYK
RGB Variations
Color information
#D988EB (or 0xD988EB) is known color: Violet. HEX triplet: D9, 88 and EB. RGB value is (217,136,235). Sum of RGB (Red+Green+Blue) = 217+136+235=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #D988EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988EB is #267714. Grayscale: #ABABAB. Windows color (decimal): -2520853 or 15435993. OLE color: 15435993.
HSL color Cylindrical-coordinate representation of color #D988EB: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D988EB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 136 | 235 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.08 |
| HSL | 289.09º | 0.71% | 0.73% | - |
| HSV(B) | 289.09º | 0.42% | 0.92% | - |
| XYZ | 52.41 | 38.36 | 83.24 | - |
| YUV | 171.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 235 | 0.08 | 0.42 | 0 | 0.08 | 289.09 | 0.71 | 0.73 |
| Hex | D9 | 88 | EB | 8 | 2A | 0 | 8 | 121 | 47 | 49 |
| Octal | 331 | 210 | 353 | 10 | 52 | 0 | 10 | 441 | 107 | 111 |
| Binary | 11011001 | 10001000 | 11101011 | 1000 | 101010 | 0 | 1000 | 100100001 | 1000111 | 1001001 |
Color Harmonies of #D988EB
Complementary color
Monochromatic Colors of #D988EB
Black with #D988EB
Text Example
Text Example
White with #D988EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988EB; }
p { color: rgb(217,136,235); }
H1.HeaderClassName
{
color: #D988EB;
}
.AnyTagClassName
{
color: #D988EB;
}
</style>
background-color css
<style>
a { background-color: #D988EB; }
a { background-color: rgb(217,136,235); }
div.DivClassName
{
background-color: #D988EB;
}
.BgClassName
{
background-color: #D988EB;
}
</style>
border-color css
<style>
span { border-color: #D988EB; }
span { border-color: rgb(217,136,235); }
td.TdClassName
{
border-color: #D988EB;
}
.TagClassName
{
border-color: #D988EB;
}
</style>