Shades of Plum #D8ABDD
Tints of Plum #D8ABDD
RGB
CMYK
RGB Variations
Color information
#D8ABDD (or 0xD8ABDD) is known color: Plum. HEX triplet: D8, AB and DD. RGB value is (216,171,221). Sum of RGB (Red+Green+Blue) = 216+171+221=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDD is #275422. Grayscale: #BEBEBE. Windows color (decimal): -2577443 or 14527448. OLE color: 14527448.
HSL color Cylindrical-coordinate representation of color #D8ABDD: hue angle of 294º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8ABDD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 171 | 221 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.13 |
| HSL | 294º | 0.42% | 0.77% | - |
| HSV(B) | 294º | 0.23% | 0.87% | - |
| XYZ | 55.93 | 48.95 | 74.91 | - |
| YUV | 190.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 221 | 0.02 | 0.23 | 0 | 0.13 | 294 | 0.42 | 0.77 |
| Hex | D8 | AB | DD | 2 | 17 | 0 | D | 126 | 2A | 4D |
| Octal | 330 | 253 | 335 | 2 | 27 | 0 | 15 | 446 | 52 | 115 |
| Binary | 11011000 | 10101011 | 11011101 | 10 | 10111 | 0 | 1101 | 100100110 | 101010 | 1001101 |
Color Harmonies of #D8ABDD
Complementary color
Monochromatic Colors of #D8ABDD
Black with #D8ABDD
Text Example
Text Example
White with #D8ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABDD; }
p { color: rgb(216,171,221); }
H1.HeaderClassName
{
color: #D8ABDD;
}
.AnyTagClassName
{
color: #D8ABDD;
}
</style>
background-color css
<style>
a { background-color: #D8ABDD; }
a { background-color: rgb(216,171,221); }
div.DivClassName
{
background-color: #D8ABDD;
}
.BgClassName
{
background-color: #D8ABDD;
}
</style>
border-color css
<style>
span { border-color: #D8ABDD; }
span { border-color: rgb(216,171,221); }
td.TdClassName
{
border-color: #D8ABDD;
}
.TagClassName
{
border-color: #D8ABDD;
}
</style>