Shades of Plum #DDA1D9
Tints of Plum #DDA1D9
RGB
CMYK
RGB Variations
Color information
#DDA1D9 (or 0xDDA1D9) is known color: Plum. HEX triplet: DD, A1 and D9. RGB value is (221,161,217). Sum of RGB (Red+Green+Blue) = 221+161+217=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1D9 is #225E26. Grayscale: #B9B9B9. Windows color (decimal): -2252327 or 14262749. OLE color: 14262749.
HSL color Cylindrical-coordinate representation of color #DDA1D9: hue angle of 304º 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 #DDA1D9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 161 | 217 | - |
CMYK | 0 | 0.27 | 0.02 | 0.13 |
HSL | 304º | 0.47% | 0.75% | - |
HSV(B) | 304º | 0.27% | 0.87% | - |
XYZ | 55.09 | 45.87 | 71.6 | - |
YUV | 185.32 | 145.88 | 153.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 161 | 217 | 0 | 0.27 | 0.02 | 0.13 | 304 | 0.47 | 0.75 |
Hex | DD | A1 | D9 | 0 | 1B | 2 | D | 130 | 2F | 4B |
Octal | 335 | 241 | 331 | 0 | 33 | 2 | 15 | 460 | 57 | 113 |
Binary | 11011101 | 10100001 | 11011001 | 0 | 11011 | 10 | 1101 | 100110000 | 101111 | 1001011 |
Color Harmonies of #DDA1D9
Complementary color
Monochromatic Colors of #DDA1D9
Black with #DDA1D9
Text Example
Text Example
White with #DDA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1D9; }
p { color: rgb(221,161,217); }
H1.HeaderClassName
{
color: #DDA1D9;
}
.AnyTagClassName
{
color: #DDA1D9;
}
</style>
background-color css
<style>
a { background-color: #DDA1D9; }
a { background-color: rgb(221,161,217); }
div.DivClassName
{
background-color: #DDA1D9;
}
.BgClassName
{
background-color: #DDA1D9;
}
</style>
border-color css
<style>
span { border-color: #DDA1D9; }
span { border-color: rgb(221,161,217); }
td.TdClassName
{
border-color: #DDA1D9;
}
.TagClassName
{
border-color: #DDA1D9;
}
</style>