Shades of Plum #DDABDD
Tints of Plum #DDABDD
RGB
CMYK
RGB Variations
Color information
#DDABDD (or 0xDDABDD) is known color: Plum. HEX triplet: DD, AB and DD. RGB value is (221,171,221). Sum of RGB (Red+Green+Blue) = 221+171+221=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABDD is #225422. Grayscale: #BFBFBF. Windows color (decimal): -2249763 or 14527453. OLE color: 14527453.
HSL color Cylindrical-coordinate representation of color #DDABDD: hue angle of 300º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABDD is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 221 | - |
| CMYK | 0 | 0.23 | 0 | 0.13 |
| HSL | 300º | 0.42% | 0.77% | - |
| HSV(B) | 300º | 0.23% | 0.87% | - |
| XYZ | 57.43 | 49.72 | 74.98 | - |
| YUV | 191.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 221 | 0 | 0.23 | 0 | 0.13 | 300 | 0.42 | 0.77 |
| Hex | DD | AB | DD | 0 | 17 | 0 | D | 12C | 2A | 4D |
| Octal | 335 | 253 | 335 | 0 | 27 | 0 | 15 | 454 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11011101 | 0 | 10111 | 0 | 1101 | 100101100 | 101010 | 1001101 |
Color Harmonies of #DDABDD
Complementary color
Monochromatic Colors of #DDABDD
Black with #DDABDD
Text Example
Text Example
White with #DDABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABDD; }
p { color: rgb(221,171,221); }
H1.HeaderClassName
{
color: #DDABDD;
}
.AnyTagClassName
{
color: #DDABDD;
}
</style>
background-color css
<style>
a { background-color: #DDABDD; }
a { background-color: rgb(221,171,221); }
div.DivClassName
{
background-color: #DDABDD;
}
.BgClassName
{
background-color: #DDABDD;
}
</style>
border-color css
<style>
span { border-color: #DDABDD; }
span { border-color: rgb(221,171,221); }
td.TdClassName
{
border-color: #DDABDD;
}
.TagClassName
{
border-color: #DDABDD;
}
</style>