Shades of Plum #DDA8D9
Tints of Plum #DDA8D9
RGB
CMYK
RGB Variations
Color information
#DDA8D9 (or 0xDDA8D9) is known color: Plum. HEX triplet: DD, A8 and D9. RGB value is (221,168,217). Sum of RGB (Red+Green+Blue) = 221+168+217=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D9 is #225726. Grayscale: #BDBDBD. Windows color (decimal): -2250535 or 14264541. OLE color: 14264541.
HSL color Cylindrical-coordinate representation of color #DDA8D9: hue angle of 304.53º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8D9 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 217 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.13 |
| HSL | 304.53º | 0.44% | 0.76% | - |
| HSV(B) | 304.53º | 0.24% | 0.87% | - |
| XYZ | 56.35 | 48.39 | 72.02 | - |
| YUV | 189.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 217 | 0 | 0.24 | 0.02 | 0.13 | 304.53 | 0.44 | 0.76 |
| Hex | DD | A8 | D9 | 0 | 18 | 2 | D | 131 | 2C | 4C |
| Octal | 335 | 250 | 331 | 0 | 30 | 2 | 15 | 461 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11011001 | 0 | 11000 | 10 | 1101 | 100110001 | 101100 | 1001100 |
Color Harmonies of #DDA8D9
Complementary color
Monochromatic Colors of #DDA8D9
Black with #DDA8D9
Text Example
Text Example
White with #DDA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8D9; }
p { color: rgb(221,168,217); }
H1.HeaderClassName
{
color: #DDA8D9;
}
.AnyTagClassName
{
color: #DDA8D9;
}
</style>
background-color css
<style>
a { background-color: #DDA8D9; }
a { background-color: rgb(221,168,217); }
div.DivClassName
{
background-color: #DDA8D9;
}
.BgClassName
{
background-color: #DDA8D9;
}
</style>
border-color css
<style>
span { border-color: #DDA8D9; }
span { border-color: rgb(221,168,217); }
td.TdClassName
{
border-color: #DDA8D9;
}
.TagClassName
{
border-color: #DDA8D9;
}
</style>