Shades of Plum #DDA1DB
Tints of Plum #DDA1DB
RGB
CMYK
RGB Variations
Color information
#DDA1DB (or 0xDDA1DB) is known color: Plum. HEX triplet: DD, A1 and DB. RGB value is (221,161,219). Sum of RGB (Red+Green+Blue) = 221+161+219=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DB is #225E24. Grayscale: #B9B9B9. Windows color (decimal): -2252325 or 14393821. OLE color: 14393821.
HSL color Cylindrical-coordinate representation of color #DDA1DB: hue angle of 302º 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 #DDA1DB is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 161 | 219 | - |
CMYK | 0 | 0.27 | 0.01 | 0.13 |
HSL | 302º | 0.47% | 0.75% | - |
HSV(B) | 302º | 0.27% | 0.87% | - |
XYZ | 55.35 | 45.98 | 72.97 | - |
YUV | 185.55 | 146.88 | 153.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 161 | 219 | 0 | 0.27 | 0.01 | 0.13 | 302 | 0.47 | 0.75 |
Hex | DD | A1 | DB | 0 | 1B | 1 | D | 12E | 2F | 4B |
Octal | 335 | 241 | 333 | 0 | 33 | 1 | 15 | 456 | 57 | 113 |
Binary | 11011101 | 10100001 | 11011011 | 0 | 11011 | 1 | 1101 | 100101110 | 101111 | 1001011 |
Color Harmonies of #DDA1DB
Complementary color
Monochromatic Colors of #DDA1DB
Black with #DDA1DB
Text Example
Text Example
White with #DDA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1DB; }
p { color: rgb(221,161,219); }
H1.HeaderClassName
{
color: #DDA1DB;
}
.AnyTagClassName
{
color: #DDA1DB;
}
</style>
background-color css
<style>
a { background-color: #DDA1DB; }
a { background-color: rgb(221,161,219); }
div.DivClassName
{
background-color: #DDA1DB;
}
.BgClassName
{
background-color: #DDA1DB;
}
</style>
border-color css
<style>
span { border-color: #DDA1DB; }
span { border-color: rgb(221,161,219); }
td.TdClassName
{
border-color: #DDA1DB;
}
.TagClassName
{
border-color: #DDA1DB;
}
</style>