Shades of Plum #DDA7D8
Tints of Plum #DDA7D8
RGB
CMYK
RGB Variations
Color information
#DDA7D8 (or 0xDDA7D8) is known color: Plum. HEX triplet: DD, A7 and D8. RGB value is (221,167,216). Sum of RGB (Red+Green+Blue) = 221+167+216=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D8 is #225827. Grayscale: #BCBCBC. Windows color (decimal): -2250792 or 14198749. OLE color: 14198749.
HSL color Cylindrical-coordinate representation of color #DDA7D8: hue angle of 305.56º 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 #DDA7D8 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 216 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.13 |
| HSL | 305.56º | 0.44% | 0.76% | - |
| HSV(B) | 305.56º | 0.24% | 0.87% | - |
| XYZ | 56.03 | 47.97 | 71.27 | - |
| YUV | 188.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 216 | 0 | 0.24 | 0.02 | 0.13 | 305.56 | 0.44 | 0.76 |
| Hex | DD | A7 | D8 | 0 | 18 | 2 | D | 132 | 2C | 4C |
| Octal | 335 | 247 | 330 | 0 | 30 | 2 | 15 | 462 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11011000 | 0 | 11000 | 10 | 1101 | 100110010 | 101100 | 1001100 |
Color Harmonies of #DDA7D8
Complementary color
Monochromatic Colors of #DDA7D8
Black with #DDA7D8
Text Example
Text Example
White with #DDA7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7D8; }
p { color: rgb(221,167,216); }
H1.HeaderClassName
{
color: #DDA7D8;
}
.AnyTagClassName
{
color: #DDA7D8;
}
</style>
background-color css
<style>
a { background-color: #DDA7D8; }
a { background-color: rgb(221,167,216); }
div.DivClassName
{
background-color: #DDA7D8;
}
.BgClassName
{
background-color: #DDA7D8;
}
</style>
border-color css
<style>
span { border-color: #DDA7D8; }
span { border-color: rgb(221,167,216); }
td.TdClassName
{
border-color: #DDA7D8;
}
.TagClassName
{
border-color: #DDA7D8;
}
</style>