Shades of Plum #DDA0D1
Tints of Plum #DDA0D1
RGB
CMYK
RGB Variations
Color information
#DDA0D1 (or 0xDDA0D1) is known color: Plum. HEX triplet: DD, A0 and D1. RGB value is (221,160,209). Sum of RGB (Red+Green+Blue) = 221+160+209=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0D1 is #225F2E. Grayscale: #B7B7B7. Windows color (decimal): -2252591 or 13738205. OLE color: 13738205.
HSL color Cylindrical-coordinate representation of color #DDA0D1: hue angle of 311.8º 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 #DDA0D1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 209 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.13 |
| HSL | 311.8º | 0.47% | 0.75% | - |
| HSV(B) | 311.8º | 0.28% | 0.87% | - |
| XYZ | 53.9 | 45.12 | 66.19 | - |
| YUV | 183.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 209 | 0 | 0.28 | 0.05 | 0.13 | 311.8 | 0.47 | 0.75 |
| Hex | DD | A0 | D1 | 0 | 1C | 5 | D | 138 | 2F | 4B |
| Octal | 335 | 240 | 321 | 0 | 34 | 5 | 15 | 470 | 57 | 113 |
| Binary | 11011101 | 10100000 | 11010001 | 0 | 11100 | 101 | 1101 | 100111000 | 101111 | 1001011 |
Color Harmonies of #DDA0D1
Complementary color
Monochromatic Colors of #DDA0D1
Black with #DDA0D1
Text Example
Text Example
White with #DDA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0D1; }
p { color: rgb(221,160,209); }
H1.HeaderClassName
{
color: #DDA0D1;
}
.AnyTagClassName
{
color: #DDA0D1;
}
</style>
background-color css
<style>
a { background-color: #DDA0D1; }
a { background-color: rgb(221,160,209); }
div.DivClassName
{
background-color: #DDA0D1;
}
.BgClassName
{
background-color: #DDA0D1;
}
</style>
border-color css
<style>
span { border-color: #DDA0D1; }
span { border-color: rgb(221,160,209); }
td.TdClassName
{
border-color: #DDA0D1;
}
.TagClassName
{
border-color: #DDA0D1;
}
</style>