Shades of Plum #D4AADB
Tints of Plum #D4AADB
RGB
CMYK
RGB Variations
Color information
#D4AADB (or 0xD4AADB) is known color: Plum. HEX triplet: D4, AA and DB. RGB value is (212,170,219). Sum of RGB (Red+Green+Blue) = 212+170+219=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AADB is #2B5524. Grayscale: #BBBBBB. Windows color (decimal): -2839845 or 14396116. OLE color: 14396116.
HSL color Cylindrical-coordinate representation of color #D4AADB: hue angle of 291.43º 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 #D4AADB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 170 | 219 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.14 |
| HSL | 291.43º | 0.4% | 0.76% | - |
| HSV(B) | 291.43º | 0.22% | 0.86% | - |
| XYZ | 54.31 | 47.86 | 73.39 | - |
| YUV | 188.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 219 | 0.03 | 0.22 | 0 | 0.14 | 291.43 | 0.4 | 0.76 |
| Hex | D4 | AA | DB | 3 | 16 | 0 | E | 123 | 28 | 4C |
| Octal | 324 | 252 | 333 | 3 | 26 | 0 | 16 | 443 | 50 | 114 |
| Binary | 11010100 | 10101010 | 11011011 | 11 | 10110 | 0 | 1110 | 100100011 | 101000 | 1001100 |
Color Harmonies of #D4AADB
Complementary color
Monochromatic Colors of #D4AADB
Black with #D4AADB
Text Example
Text Example
White with #D4AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AADB; }
p { color: rgb(212,170,219); }
H1.HeaderClassName
{
color: #D4AADB;
}
.AnyTagClassName
{
color: #D4AADB;
}
</style>
background-color css
<style>
a { background-color: #D4AADB; }
a { background-color: rgb(212,170,219); }
div.DivClassName
{
background-color: #D4AADB;
}
.BgClassName
{
background-color: #D4AADB;
}
</style>
border-color css
<style>
span { border-color: #D4AADB; }
span { border-color: rgb(212,170,219); }
td.TdClassName
{
border-color: #D4AADB;
}
.TagClassName
{
border-color: #D4AADB;
}
</style>