Shades of Plum #DDA1D2
Tints of Plum #DDA1D2
RGB
CMYK
RGB Variations
Color information
#DDA1D2 (or 0xDDA1D2) is known color: Plum. HEX triplet: DD, A1 and D2. RGB value is (221,161,210). Sum of RGB (Red+Green+Blue) = 221+161+210=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1D2 is #225E2D. Grayscale: #B8B8B8. Windows color (decimal): -2252334 or 13803997. OLE color: 13803997.
HSL color Cylindrical-coordinate representation of color #DDA1D2: hue angle of 311º degrees, saturation: 0.47, 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 #DDA1D2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 210 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.13 |
| HSL | 311º | 0.47% | 0.75% | - |
| HSV(B) | 311º | 0.27% | 0.87% | - |
| XYZ | 54.2 | 45.52 | 66.9 | - |
| YUV | 184.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 210 | 0 | 0.27 | 0.05 | 0.13 | 311 | 0.47 | 0.75 |
| Hex | DD | A1 | D2 | 0 | 1B | 5 | D | 137 | 2F | 4B |
| Octal | 335 | 241 | 322 | 0 | 33 | 5 | 15 | 467 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11010010 | 0 | 11011 | 101 | 1101 | 100110111 | 101111 | 1001011 |
Color Harmonies of #DDA1D2
Complementary color
Monochromatic Colors of #DDA1D2
Black with #DDA1D2
Text Example
Text Example
White with #DDA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1D2; }
p { color: rgb(221,161,210); }
H1.HeaderClassName
{
color: #DDA1D2;
}
.AnyTagClassName
{
color: #DDA1D2;
}
</style>
background-color css
<style>
a { background-color: #DDA1D2; }
a { background-color: rgb(221,161,210); }
div.DivClassName
{
background-color: #DDA1D2;
}
.BgClassName
{
background-color: #DDA1D2;
}
</style>
border-color css
<style>
span { border-color: #DDA1D2; }
span { border-color: rgb(221,161,210); }
td.TdClassName
{
border-color: #DDA1D2;
}
.TagClassName
{
border-color: #DDA1D2;
}
</style>