Shades of Plum #DDA9DB
Tints of Plum #DDA9DB
RGB
CMYK
RGB Variations
Color information
#DDA9DB (or 0xDDA9DB) is known color: Plum. HEX triplet: DD, A9 and DB. RGB value is (221,169,219). Sum of RGB (Red+Green+Blue) = 221+169+219=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9DB is #225624. Grayscale: #BEBEBE. Windows color (decimal): -2250277 or 14395869. OLE color: 14395869.
HSL color Cylindrical-coordinate representation of color #DDA9DB: hue angle of 302.31º degrees, saturation: 0.43, 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 #DDA9DB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 219 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.13 |
| HSL | 302.31º | 0.43% | 0.76% | - |
| HSV(B) | 302.31º | 0.24% | 0.87% | - |
| XYZ | 56.79 | 48.86 | 73.46 | - |
| YUV | 190.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 219 | 0 | 0.24 | 0.01 | 0.13 | 302.31 | 0.43 | 0.76 |
| Hex | DD | A9 | DB | 0 | 18 | 1 | D | 12E | 2B | 4C |
| Octal | 335 | 251 | 333 | 0 | 30 | 1 | 15 | 456 | 53 | 114 |
| Binary | 11011101 | 10101001 | 11011011 | 0 | 11000 | 1 | 1101 | 100101110 | 101011 | 1001100 |
Color Harmonies of #DDA9DB
Complementary color
Monochromatic Colors of #DDA9DB
Black with #DDA9DB
Text Example
Text Example
White with #DDA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9DB; }
p { color: rgb(221,169,219); }
H1.HeaderClassName
{
color: #DDA9DB;
}
.AnyTagClassName
{
color: #DDA9DB;
}
</style>
background-color css
<style>
a { background-color: #DDA9DB; }
a { background-color: rgb(221,169,219); }
div.DivClassName
{
background-color: #DDA9DB;
}
.BgClassName
{
background-color: #DDA9DB;
}
</style>
border-color css
<style>
span { border-color: #DDA9DB; }
span { border-color: rgb(221,169,219); }
td.TdClassName
{
border-color: #DDA9DB;
}
.TagClassName
{
border-color: #DDA9DB;
}
</style>