Shades of Plum #DDABDB
Tints of Plum #DDABDB
RGB
CMYK
RGB Variations
Color information
#DDABDB (or 0xDDABDB) is known color: Plum. HEX triplet: DD, AB and DB. RGB value is (221,171,219). Sum of RGB (Red+Green+Blue) = 221+171+219=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABDB is #225424. Grayscale: #BFBFBF. Windows color (decimal): -2249765 or 14396381. OLE color: 14396381.
HSL color Cylindrical-coordinate representation of color #DDABDB: hue angle of 302.4º 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 #DDABDB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 171 | 219 | - |
CMYK | 0 | 0.23 | 0.01 | 0.13 |
HSL | 302.4º | 0.42% | 0.77% | - |
HSV(B) | 302.4º | 0.23% | 0.87% | - |
XYZ | 57.17 | 49.61 | 73.58 | - |
YUV | 191.42 | 143.57 | 149.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 219 | 0 | 0.23 | 0.01 | 0.13 | 302.4 | 0.42 | 0.77 |
Hex | DD | AB | DB | 0 | 17 | 1 | D | 12E | 2A | 4D |
Octal | 335 | 253 | 333 | 0 | 27 | 1 | 15 | 456 | 52 | 115 |
Binary | 11011101 | 10101011 | 11011011 | 0 | 10111 | 1 | 1101 | 100101110 | 101010 | 1001101 |
Color Harmonies of #DDABDB
Complementary color
Monochromatic Colors of #DDABDB
Black with #DDABDB
Text Example
Text Example
White with #DDABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABDB; }
p { color: rgb(221,171,219); }
H1.HeaderClassName
{
color: #DDABDB;
}
.AnyTagClassName
{
color: #DDABDB;
}
</style>
background-color css
<style>
a { background-color: #DDABDB; }
a { background-color: rgb(221,171,219); }
div.DivClassName
{
background-color: #DDABDB;
}
.BgClassName
{
background-color: #DDABDB;
}
</style>
border-color css
<style>
span { border-color: #DDABDB; }
span { border-color: rgb(221,171,219); }
td.TdClassName
{
border-color: #DDABDB;
}
.TagClassName
{
border-color: #DDABDB;
}
</style>