Shades of Plum #DDA8D8
Tints of Plum #DDA8D8
RGB
CMYK
RGB Variations
Color information
#DDA8D8 (or 0xDDA8D8) is known color: Plum. HEX triplet: DD, A8 and D8. RGB value is (221,168,216). Sum of RGB (Red+Green+Blue) = 221+168+216=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D8 is #225727. Grayscale: #BDBDBD. Windows color (decimal): -2250536 or 14199005. OLE color: 14199005.
HSL color Cylindrical-coordinate representation of color #DDA8D8: hue angle of 305.66º 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 #DDA8D8 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 216 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.13 |
| HSL | 305.66º | 0.44% | 0.76% | - |
| HSV(B) | 305.66º | 0.24% | 0.87% | - |
| XYZ | 56.22 | 48.34 | 71.33 | - |
| YUV | 189.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 216 | 0 | 0.24 | 0.02 | 0.13 | 305.66 | 0.44 | 0.76 |
| Hex | DD | A8 | D8 | 0 | 18 | 2 | D | 132 | 2C | 4C |
| Octal | 335 | 250 | 330 | 0 | 30 | 2 | 15 | 462 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11011000 | 0 | 11000 | 10 | 1101 | 100110010 | 101100 | 1001100 |
Color Harmonies of #DDA8D8
Complementary color
Monochromatic Colors of #DDA8D8
Black with #DDA8D8
Text Example
Text Example
White with #DDA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8D8; }
p { color: rgb(221,168,216); }
H1.HeaderClassName
{
color: #DDA8D8;
}
.AnyTagClassName
{
color: #DDA8D8;
}
</style>
background-color css
<style>
a { background-color: #DDA8D8; }
a { background-color: rgb(221,168,216); }
div.DivClassName
{
background-color: #DDA8D8;
}
.BgClassName
{
background-color: #DDA8D8;
}
</style>
border-color css
<style>
span { border-color: #DDA8D8; }
span { border-color: rgb(221,168,216); }
td.TdClassName
{
border-color: #DDA8D8;
}
.TagClassName
{
border-color: #DDA8D8;
}
</style>