Shades of Plum #DDA2DB
Tints of Plum #DDA2DB
RGB
CMYK
RGB Variations
Color information
#DDA2DB (or 0xDDA2DB) is known color: Plum. HEX triplet: DD, A2 and DB. RGB value is (221,162,219). Sum of RGB (Red+Green+Blue) = 221+162+219=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2DB is #225D24. Grayscale: #B9B9B9. Windows color (decimal): -2252069 or 14394077. OLE color: 14394077.
HSL color Cylindrical-coordinate representation of color #DDA2DB: hue angle of 302.03º degrees, saturation: 0.46, 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 #DDA2DB is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 219 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.13 |
| HSL | 302.03º | 0.46% | 0.75% | - |
| HSV(B) | 302.03º | 0.27% | 0.87% | - |
| XYZ | 55.53 | 46.33 | 73.03 | - |
| YUV | 186.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 219 | 0 | 0.27 | 0.01 | 0.13 | 302.03 | 0.46 | 0.75 |
| Hex | DD | A2 | DB | 0 | 1B | 1 | D | 12E | 2E | 4B |
| Octal | 335 | 242 | 333 | 0 | 33 | 1 | 15 | 456 | 56 | 113 |
| Binary | 11011101 | 10100010 | 11011011 | 0 | 11011 | 1 | 1101 | 100101110 | 101110 | 1001011 |
Color Harmonies of #DDA2DB
Complementary color
Monochromatic Colors of #DDA2DB
Black with #DDA2DB
Text Example
Text Example
White with #DDA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2DB; }
p { color: rgb(221,162,219); }
H1.HeaderClassName
{
color: #DDA2DB;
}
.AnyTagClassName
{
color: #DDA2DB;
}
</style>
background-color css
<style>
a { background-color: #DDA2DB; }
a { background-color: rgb(221,162,219); }
div.DivClassName
{
background-color: #DDA2DB;
}
.BgClassName
{
background-color: #DDA2DB;
}
</style>
border-color css
<style>
span { border-color: #DDA2DB; }
span { border-color: rgb(221,162,219); }
td.TdClassName
{
border-color: #DDA2DB;
}
.TagClassName
{
border-color: #DDA2DB;
}
</style>