Shades of Plum #D8AADB
Tints of Plum #D8AADB
RGB
CMYK
RGB Variations
Color information
#D8AADB (or 0xD8AADB) is known color: Plum. HEX triplet: D8, AA and DB. RGB value is (216,170,219). Sum of RGB (Red+Green+Blue) = 216+170+219=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AADB is #275524. Grayscale: #BDBDBD. Windows color (decimal): -2577701 or 14396120. OLE color: 14396120.
HSL color Cylindrical-coordinate representation of color #D8AADB: hue angle of 296.33º 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 #D8AADB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 170 | 219 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.14 |
| HSL | 296.33º | 0.4% | 0.76% | - |
| HSV(B) | 296.33º | 0.22% | 0.86% | - |
| XYZ | 55.48 | 48.46 | 73.45 | - |
| YUV | 189.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 219 | 0.01 | 0.22 | 0 | 0.14 | 296.33 | 0.4 | 0.76 |
| Hex | D8 | AA | DB | 1 | 16 | 0 | E | 128 | 28 | 4C |
| Octal | 330 | 252 | 333 | 1 | 26 | 0 | 16 | 450 | 50 | 114 |
| Binary | 11011000 | 10101010 | 11011011 | 1 | 10110 | 0 | 1110 | 100101000 | 101000 | 1001100 |
Color Harmonies of #D8AADB
Complementary color
Monochromatic Colors of #D8AADB
Black with #D8AADB
Text Example
Text Example
White with #D8AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AADB; }
p { color: rgb(216,170,219); }
H1.HeaderClassName
{
color: #D8AADB;
}
.AnyTagClassName
{
color: #D8AADB;
}
</style>
background-color css
<style>
a { background-color: #D8AADB; }
a { background-color: rgb(216,170,219); }
div.DivClassName
{
background-color: #D8AADB;
}
.BgClassName
{
background-color: #D8AADB;
}
</style>
border-color css
<style>
span { border-color: #D8AADB; }
span { border-color: rgb(216,170,219); }
td.TdClassName
{
border-color: #D8AADB;
}
.TagClassName
{
border-color: #D8AADB;
}
</style>