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