Shades of Plum #DDA0D2
Tints of Plum #DDA0D2
RGB
CMYK
RGB Variations
Color information
#DDA0D2 (or 0xDDA0D2) is known color: Plum. HEX triplet: DD, A0 and D2. RGB value is (221,160,210). Sum of RGB (Red+Green+Blue) = 221+160+210=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0D2 is #225F2D. Grayscale: #B7B7B7. Windows color (decimal): -2252590 or 13803741. OLE color: 13803741.
HSL color Cylindrical-coordinate representation of color #DDA0D2: hue angle of 310.82º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0D2 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 210 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.13 |
| HSL | 310.82º | 0.47% | 0.75% | - |
| HSV(B) | 310.82º | 0.28% | 0.87% | - |
| XYZ | 54.02 | 45.17 | 66.84 | - |
| YUV | 183.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 210 | 0 | 0.28 | 0.05 | 0.13 | 310.82 | 0.47 | 0.75 |
| Hex | DD | A0 | D2 | 0 | 1C | 5 | D | 137 | 2F | 4B |
| Octal | 335 | 240 | 322 | 0 | 34 | 5 | 15 | 467 | 57 | 113 |
| Binary | 11011101 | 10100000 | 11010010 | 0 | 11100 | 101 | 1101 | 100110111 | 101111 | 1001011 |
Color Harmonies of #DDA0D2
Complementary color
Monochromatic Colors of #DDA0D2
Black with #DDA0D2
Text Example
Text Example
White with #DDA0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0D2; }
p { color: rgb(221,160,210); }
H1.HeaderClassName
{
color: #DDA0D2;
}
.AnyTagClassName
{
color: #DDA0D2;
}
</style>
background-color css
<style>
a { background-color: #DDA0D2; }
a { background-color: rgb(221,160,210); }
div.DivClassName
{
background-color: #DDA0D2;
}
.BgClassName
{
background-color: #DDA0D2;
}
</style>
border-color css
<style>
span { border-color: #DDA0D2; }
span { border-color: rgb(221,160,210); }
td.TdClassName
{
border-color: #DDA0D2;
}
.TagClassName
{
border-color: #DDA0D2;
}
</style>