Shades of Plum #DDABDA
Tints of Plum #DDABDA
RGB
CMYK
RGB Variations
Color information
#DDABDA (or 0xDDABDA) is known color: Plum. HEX triplet: DD, AB and DA. RGB value is (221,171,218). Sum of RGB (Red+Green+Blue) = 221+171+218=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABDA is #225425. Grayscale: #BFBFBF. Windows color (decimal): -2249766 or 14330845. OLE color: 14330845.
HSL color Cylindrical-coordinate representation of color #DDABDA: hue angle of 303.6º 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 #DDABDA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 218 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.13 |
| HSL | 303.6º | 0.42% | 0.77% | - |
| HSV(B) | 303.6º | 0.23% | 0.87% | - |
| XYZ | 57.04 | 49.56 | 72.89 | - |
| YUV | 191.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 218 | 0 | 0.23 | 0.01 | 0.13 | 303.6 | 0.42 | 0.77 |
| Hex | DD | AB | DA | 0 | 17 | 1 | D | 130 | 2A | 4D |
| Octal | 335 | 253 | 332 | 0 | 27 | 1 | 15 | 460 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11011010 | 0 | 10111 | 1 | 1101 | 100110000 | 101010 | 1001101 |
Color Harmonies of #DDABDA
Complementary color
Monochromatic Colors of #DDABDA
Black with #DDABDA
Text Example
Text Example
White with #DDABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABDA; }
p { color: rgb(221,171,218); }
H1.HeaderClassName
{
color: #DDABDA;
}
.AnyTagClassName
{
color: #DDABDA;
}
</style>
background-color css
<style>
a { background-color: #DDABDA; }
a { background-color: rgb(221,171,218); }
div.DivClassName
{
background-color: #DDABDA;
}
.BgClassName
{
background-color: #DDABDA;
}
</style>
border-color css
<style>
span { border-color: #DDABDA; }
span { border-color: rgb(221,171,218); }
td.TdClassName
{
border-color: #DDABDA;
}
.TagClassName
{
border-color: #DDABDA;
}
</style>