Shades of Plum #DDA1D1
Tints of Plum #DDA1D1
RGB
CMYK
RGB Variations
Color information
#DDA1D1 (or 0xDDA1D1) is known color: Plum. HEX triplet: DD, A1 and D1. RGB value is (221,161,209). Sum of RGB (Red+Green+Blue) = 221+161+209=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1D1 is #225E2E. Grayscale: #B8B8B8. Windows color (decimal): -2252335 or 13738461. OLE color: 13738461.
HSL color Cylindrical-coordinate representation of color #DDA1D1: hue angle of 312º 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 #DDA1D1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 209 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.13 |
| HSL | 312º | 0.47% | 0.75% | - |
| HSV(B) | 312º | 0.27% | 0.87% | - |
| XYZ | 54.07 | 45.47 | 66.25 | - |
| YUV | 184.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 209 | 0 | 0.27 | 0.05 | 0.13 | 312 | 0.47 | 0.75 |
| Hex | DD | A1 | D1 | 0 | 1B | 5 | D | 138 | 2F | 4B |
| Octal | 335 | 241 | 321 | 0 | 33 | 5 | 15 | 470 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11010001 | 0 | 11011 | 101 | 1101 | 100111000 | 101111 | 1001011 |
Color Harmonies of #DDA1D1
Complementary color
Monochromatic Colors of #DDA1D1
Black with #DDA1D1
Text Example
Text Example
White with #DDA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1D1; }
p { color: rgb(221,161,209); }
H1.HeaderClassName
{
color: #DDA1D1;
}
.AnyTagClassName
{
color: #DDA1D1;
}
</style>
background-color css
<style>
a { background-color: #DDA1D1; }
a { background-color: rgb(221,161,209); }
div.DivClassName
{
background-color: #DDA1D1;
}
.BgClassName
{
background-color: #DDA1D1;
}
</style>
border-color css
<style>
span { border-color: #DDA1D1; }
span { border-color: rgb(221,161,209); }
td.TdClassName
{
border-color: #DDA1D1;
}
.TagClassName
{
border-color: #DDA1D1;
}
</style>