Shades of Plum #DDA1DC
Tints of Plum #DDA1DC
RGB
CMYK
RGB Variations
Color information
#DDA1DC (or 0xDDA1DC) is known color: Plum. HEX triplet: DD, A1 and DC. RGB value is (221,161,220). Sum of RGB (Red+Green+Blue) = 221+161+220=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DC is #225E23. Grayscale: #B9B9B9. Windows color (decimal): -2252324 or 14459357. OLE color: 14459357.
HSL color Cylindrical-coordinate representation of color #DDA1DC: hue angle of 301º 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 #DDA1DC is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 220 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.13 |
| HSL | 301º | 0.47% | 0.75% | - |
| HSV(B) | 301º | 0.27% | 0.87% | - |
| XYZ | 55.48 | 46.03 | 73.67 | - |
| YUV | 185.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 220 | 0 | 0.27 | 0.00 | 0.13 | 301 | 0.47 | 0.75 |
| Hex | DD | A1 | DC | 0 | 1B | 0 | D | 12D | 2F | 4B |
| Octal | 335 | 241 | 334 | 0 | 33 | 0 | 15 | 455 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11011100 | 0 | 11011 | 0 | 1101 | 100101101 | 101111 | 1001011 |
Color Harmonies of #DDA1DC
Complementary color
Monochromatic Colors of #DDA1DC
Black with #DDA1DC
Text Example
Text Example
White with #DDA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1DC; }
p { color: rgb(221,161,220); }
H1.HeaderClassName
{
color: #DDA1DC;
}
.AnyTagClassName
{
color: #DDA1DC;
}
</style>
background-color css
<style>
a { background-color: #DDA1DC; }
a { background-color: rgb(221,161,220); }
div.DivClassName
{
background-color: #DDA1DC;
}
.BgClassName
{
background-color: #DDA1DC;
}
</style>
border-color css
<style>
span { border-color: #DDA1DC; }
span { border-color: rgb(221,161,220); }
td.TdClassName
{
border-color: #DDA1DC;
}
.TagClassName
{
border-color: #DDA1DC;
}
</style>