Shades of Plum #DDA8D7
Tints of Plum #DDA8D7
RGB
CMYK
RGB Variations
Color information
#DDA8D7 (or 0xDDA8D7) is known color: Plum. HEX triplet: DD, A8 and D7. RGB value is (221,168,215). Sum of RGB (Red+Green+Blue) = 221+168+215=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D7 is #225728. Grayscale: #BDBDBD. Windows color (decimal): -2250537 or 14133469. OLE color: 14133469.
HSL color Cylindrical-coordinate representation of color #DDA8D7: hue angle of 306.79º 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 #DDA8D7 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 215 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.13 |
| HSL | 306.79º | 0.44% | 0.76% | - |
| HSV(B) | 306.79º | 0.24% | 0.87% | - |
| XYZ | 56.09 | 48.28 | 70.65 | - |
| YUV | 189.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 215 | 0 | 0.24 | 0.03 | 0.13 | 306.79 | 0.44 | 0.76 |
| Hex | DD | A8 | D7 | 0 | 18 | 3 | D | 133 | 2C | 4C |
| Octal | 335 | 250 | 327 | 0 | 30 | 3 | 15 | 463 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11010111 | 0 | 11000 | 11 | 1101 | 100110011 | 101100 | 1001100 |
Color Harmonies of #DDA8D7
Complementary color
Monochromatic Colors of #DDA8D7
Black with #DDA8D7
Text Example
Text Example
White with #DDA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8D7; }
p { color: rgb(221,168,215); }
H1.HeaderClassName
{
color: #DDA8D7;
}
.AnyTagClassName
{
color: #DDA8D7;
}
</style>
background-color css
<style>
a { background-color: #DDA8D7; }
a { background-color: rgb(221,168,215); }
div.DivClassName
{
background-color: #DDA8D7;
}
.BgClassName
{
background-color: #DDA8D7;
}
</style>
border-color css
<style>
span { border-color: #DDA8D7; }
span { border-color: rgb(221,168,215); }
td.TdClassName
{
border-color: #DDA8D7;
}
.TagClassName
{
border-color: #DDA8D7;
}
</style>