Shades of Plum #D9AADB
Tints of Plum #D9AADB
RGB
CMYK
RGB Variations
Color information
#D9AADB (or 0xD9AADB) is known color: Plum. HEX triplet: D9, AA and DB. RGB value is (217,170,219). Sum of RGB (Red+Green+Blue) = 217+170+219=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AADB is #265524. Grayscale: #BDBDBD. Windows color (decimal): -2512165 or 14396121. OLE color: 14396121.
HSL color Cylindrical-coordinate representation of color #D9AADB: hue angle of 297.55º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AADB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 170 | 219 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.14 |
| HSL | 297.55º | 0.4% | 0.76% | - |
| HSV(B) | 297.55º | 0.22% | 0.86% | - |
| XYZ | 55.78 | 48.62 | 73.46 | - |
| YUV | 189.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 219 | 0.01 | 0.22 | 0 | 0.14 | 297.55 | 0.4 | 0.76 |
| Hex | D9 | AA | DB | 1 | 16 | 0 | E | 12A | 28 | 4C |
| Octal | 331 | 252 | 333 | 1 | 26 | 0 | 16 | 452 | 50 | 114 |
| Binary | 11011001 | 10101010 | 11011011 | 1 | 10110 | 0 | 1110 | 100101010 | 101000 | 1001100 |
Color Harmonies of #D9AADB
Complementary color
Monochromatic Colors of #D9AADB
Black with #D9AADB
Text Example
Text Example
White with #D9AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AADB; }
p { color: rgb(217,170,219); }
H1.HeaderClassName
{
color: #D9AADB;
}
.AnyTagClassName
{
color: #D9AADB;
}
</style>
background-color css
<style>
a { background-color: #D9AADB; }
a { background-color: rgb(217,170,219); }
div.DivClassName
{
background-color: #D9AADB;
}
.BgClassName
{
background-color: #D9AADB;
}
</style>
border-color css
<style>
span { border-color: #D9AADB; }
span { border-color: rgb(217,170,219); }
td.TdClassName
{
border-color: #D9AADB;
}
.TagClassName
{
border-color: #D9AADB;
}
</style>