Shades of Plum #DDAADA
Tints of Plum #DDAADA
RGB
CMYK
RGB Variations
Color information
#DDAADA (or 0xDDAADA) is known color: Plum. HEX triplet: DD, AA and DA. RGB value is (221,170,218). Sum of RGB (Red+Green+Blue) = 221+170+218=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADA is #225525. Grayscale: #BEBEBE. Windows color (decimal): -2250022 or 14330589. OLE color: 14330589.
HSL color Cylindrical-coordinate representation of color #DDAADA: hue angle of 303.53º 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 #DDAADA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 218 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.13 |
| HSL | 303.53º | 0.43% | 0.77% | - |
| HSV(B) | 303.53º | 0.23% | 0.87% | - |
| XYZ | 56.85 | 49.18 | 72.83 | - |
| YUV | 190.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 218 | 0 | 0.23 | 0.01 | 0.13 | 303.53 | 0.43 | 0.77 |
| Hex | DD | AA | DA | 0 | 17 | 1 | D | 130 | 2B | 4D |
| Octal | 335 | 252 | 332 | 0 | 27 | 1 | 15 | 460 | 53 | 115 |
| Binary | 11011101 | 10101010 | 11011010 | 0 | 10111 | 1 | 1101 | 100110000 | 101011 | 1001101 |
Color Harmonies of #DDAADA
Complementary color
Monochromatic Colors of #DDAADA
Black with #DDAADA
Text Example
Text Example
White with #DDAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAADA; }
p { color: rgb(221,170,218); }
H1.HeaderClassName
{
color: #DDAADA;
}
.AnyTagClassName
{
color: #DDAADA;
}
</style>
background-color css
<style>
a { background-color: #DDAADA; }
a { background-color: rgb(221,170,218); }
div.DivClassName
{
background-color: #DDAADA;
}
.BgClassName
{
background-color: #DDAADA;
}
</style>
border-color css
<style>
span { border-color: #DDAADA; }
span { border-color: rgb(221,170,218); }
td.TdClassName
{
border-color: #DDAADA;
}
.TagClassName
{
border-color: #DDAADA;
}
</style>