Shades of Plum #DDAADB
Tints of Plum #DDAADB
RGB
CMYK
RGB Variations
Color information
#DDAADB (or 0xDDAADB) is known color: Plum. HEX triplet: DD, AA and DB. RGB value is (221,170,219). Sum of RGB (Red+Green+Blue) = 221+170+219=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADB is #225524. Grayscale: #BEBEBE. Windows color (decimal): -2250021 or 14396125. OLE color: 14396125.
HSL color Cylindrical-coordinate representation of color #DDAADB: hue angle of 302.35º degrees, saturation: 0.43, 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 #DDAADB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 219 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.13 |
| HSL | 302.35º | 0.43% | 0.77% | - |
| HSV(B) | 302.35º | 0.23% | 0.87% | - |
| XYZ | 56.98 | 49.24 | 73.52 | - |
| YUV | 190.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 219 | 0 | 0.23 | 0.01 | 0.13 | 302.35 | 0.43 | 0.77 |
| Hex | DD | AA | DB | 0 | 17 | 1 | D | 12E | 2B | 4D |
| Octal | 335 | 252 | 333 | 0 | 27 | 1 | 15 | 456 | 53 | 115 |
| Binary | 11011101 | 10101010 | 11011011 | 0 | 10111 | 1 | 1101 | 100101110 | 101011 | 1001101 |
Color Harmonies of #DDAADB
Complementary color
Monochromatic Colors of #DDAADB
Black with #DDAADB
Text Example
Text Example
White with #DDAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAADB; }
p { color: rgb(221,170,219); }
H1.HeaderClassName
{
color: #DDAADB;
}
.AnyTagClassName
{
color: #DDAADB;
}
</style>
background-color css
<style>
a { background-color: #DDAADB; }
a { background-color: rgb(221,170,219); }
div.DivClassName
{
background-color: #DDAADB;
}
.BgClassName
{
background-color: #DDAADB;
}
</style>
border-color css
<style>
span { border-color: #DDAADB; }
span { border-color: rgb(221,170,219); }
td.TdClassName
{
border-color: #DDAADB;
}
.TagClassName
{
border-color: #DDAADB;
}
</style>