Shades of Plum #DDA1D8
Tints of Plum #DDA1D8
RGB
CMYK
RGB Variations
Color information
#DDA1D8 (or 0xDDA1D8) is known color: Plum. HEX triplet: DD, A1 and D8. RGB value is (221,161,216). Sum of RGB (Red+Green+Blue) = 221+161+216=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1D8 is #225E27. Grayscale: #B9B9B9. Windows color (decimal): -2252328 or 14197213. OLE color: 14197213.
HSL color Cylindrical-coordinate representation of color #DDA1D8: hue angle of 305º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA1D8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 216 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.13 |
| HSL | 305º | 0.47% | 0.75% | - |
| HSV(B) | 305º | 0.27% | 0.87% | - |
| XYZ | 54.96 | 45.82 | 70.91 | - |
| YUV | 185.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 216 | 0 | 0.27 | 0.02 | 0.13 | 305 | 0.47 | 0.75 |
| Hex | DD | A1 | D8 | 0 | 1B | 2 | D | 131 | 2F | 4B |
| Octal | 335 | 241 | 330 | 0 | 33 | 2 | 15 | 461 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11011000 | 0 | 11011 | 10 | 1101 | 100110001 | 101111 | 1001011 |
Color Harmonies of #DDA1D8
Complementary color
Monochromatic Colors of #DDA1D8
Black with #DDA1D8
Text Example
Text Example
White with #DDA1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1D8; }
p { color: rgb(221,161,216); }
H1.HeaderClassName
{
color: #DDA1D8;
}
.AnyTagClassName
{
color: #DDA1D8;
}
</style>
background-color css
<style>
a { background-color: #DDA1D8; }
a { background-color: rgb(221,161,216); }
div.DivClassName
{
background-color: #DDA1D8;
}
.BgClassName
{
background-color: #DDA1D8;
}
</style>
border-color css
<style>
span { border-color: #DDA1D8; }
span { border-color: rgb(221,161,216); }
td.TdClassName
{
border-color: #DDA1D8;
}
.TagClassName
{
border-color: #DDA1D8;
}
</style>