Shades of Plum #D5AADB
Tints of Plum #D5AADB
RGB
CMYK
RGB Variations
Color information
#D5AADB (or 0xD5AADB) is known color: Plum. HEX triplet: D5, AA and DB. RGB value is (213,170,219). Sum of RGB (Red+Green+Blue) = 213+170+219=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AADB is #2A5524. Grayscale: #BCBCBC. Windows color (decimal): -2774309 or 14396117. OLE color: 14396117.
HSL color Cylindrical-coordinate representation of color #D5AADB: hue angle of 292.65º 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 #D5AADB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 170 | 219 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.14 |
| HSL | 292.65º | 0.4% | 0.76% | - |
| HSV(B) | 292.65º | 0.22% | 0.86% | - |
| XYZ | 54.6 | 48.01 | 73.41 | - |
| YUV | 188.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 219 | 0.03 | 0.22 | 0 | 0.14 | 292.65 | 0.4 | 0.76 |
| Hex | D5 | AA | DB | 3 | 16 | 0 | E | 125 | 28 | 4C |
| Octal | 325 | 252 | 333 | 3 | 26 | 0 | 16 | 445 | 50 | 114 |
| Binary | 11010101 | 10101010 | 11011011 | 11 | 10110 | 0 | 1110 | 100100101 | 101000 | 1001100 |
Color Harmonies of #D5AADB
Complementary color
Monochromatic Colors of #D5AADB
Black with #D5AADB
Text Example
Text Example
White with #D5AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AADB; }
p { color: rgb(213,170,219); }
H1.HeaderClassName
{
color: #D5AADB;
}
.AnyTagClassName
{
color: #D5AADB;
}
</style>
background-color css
<style>
a { background-color: #D5AADB; }
a { background-color: rgb(213,170,219); }
div.DivClassName
{
background-color: #D5AADB;
}
.BgClassName
{
background-color: #D5AADB;
}
</style>
border-color css
<style>
span { border-color: #D5AADB; }
span { border-color: rgb(213,170,219); }
td.TdClassName
{
border-color: #D5AADB;
}
.TagClassName
{
border-color: #D5AADB;
}
</style>