Shades of Plum #DDA2D2
Tints of Plum #DDA2D2
RGB
CMYK
RGB Variations
Color information
#DDA2D2 (or 0xDDA2D2) is known color: Plum. HEX triplet: DD, A2 and D2. RGB value is (221,162,210). Sum of RGB (Red+Green+Blue) = 221+162+210=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2D2 is #225D2D. Grayscale: #B8B8B8. Windows color (decimal): -2252078 or 13804253. OLE color: 13804253.
HSL color Cylindrical-coordinate representation of color #DDA2D2: hue angle of 311.19º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2D2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 210 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.13 |
| HSL | 311.19º | 0.46% | 0.75% | - |
| HSV(B) | 311.19º | 0.27% | 0.87% | - |
| XYZ | 54.37 | 45.87 | 66.96 | - |
| YUV | 185.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 210 | 0 | 0.27 | 0.05 | 0.13 | 311.19 | 0.46 | 0.75 |
| Hex | DD | A2 | D2 | 0 | 1B | 5 | D | 137 | 2E | 4B |
| Octal | 335 | 242 | 322 | 0 | 33 | 5 | 15 | 467 | 56 | 113 |
| Binary | 11011101 | 10100010 | 11010010 | 0 | 11011 | 101 | 1101 | 100110111 | 101110 | 1001011 |
Color Harmonies of #DDA2D2
Complementary color
Monochromatic Colors of #DDA2D2
Black with #DDA2D2
Text Example
Text Example
White with #DDA2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2D2; }
p { color: rgb(221,162,210); }
H1.HeaderClassName
{
color: #DDA2D2;
}
.AnyTagClassName
{
color: #DDA2D2;
}
</style>
background-color css
<style>
a { background-color: #DDA2D2; }
a { background-color: rgb(221,162,210); }
div.DivClassName
{
background-color: #DDA2D2;
}
.BgClassName
{
background-color: #DDA2D2;
}
</style>
border-color css
<style>
span { border-color: #DDA2D2; }
span { border-color: rgb(221,162,210); }
td.TdClassName
{
border-color: #DDA2D2;
}
.TagClassName
{
border-color: #DDA2D2;
}
</style>