Shades of Plum #DBABDE
Tints of Plum #DBABDE
RGB
CMYK
RGB Variations
Color information
#DBABDE (or 0xDBABDE) is known color: Plum. HEX triplet: DB, AB and DE. RGB value is (219,171,222). Sum of RGB (Red+Green+Blue) = 219+171+222=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABDE is #245421. Grayscale: #BFBFBF. Windows color (decimal): -2380834 or 14592987. OLE color: 14592987.
HSL color Cylindrical-coordinate representation of color #DBABDE: hue angle of 296.47º degrees, saturation: 0.44, 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 #DBABDE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 171 | 222 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 296.47º | 0.44% | 0.77% | - |
| HSV(B) | 296.47º | 0.23% | 0.87% | - |
| XYZ | 56.96 | 49.46 | 75.65 | - |
| YUV | 191.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 222 | 0.01 | 0.23 | 0 | 0.13 | 296.47 | 0.44 | 0.77 |
| Hex | DB | AB | DE | 1 | 17 | 0 | D | 128 | 2C | 4D |
| Octal | 333 | 253 | 336 | 1 | 27 | 0 | 15 | 450 | 54 | 115 |
| Binary | 11011011 | 10101011 | 11011110 | 1 | 10111 | 0 | 1101 | 100101000 | 101100 | 1001101 |
Color Harmonies of #DBABDE
Complementary color
Monochromatic Colors of #DBABDE
Black with #DBABDE
Text Example
Text Example
White with #DBABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABDE; }
p { color: rgb(219,171,222); }
H1.HeaderClassName
{
color: #DBABDE;
}
.AnyTagClassName
{
color: #DBABDE;
}
</style>
background-color css
<style>
a { background-color: #DBABDE; }
a { background-color: rgb(219,171,222); }
div.DivClassName
{
background-color: #DBABDE;
}
.BgClassName
{
background-color: #DBABDE;
}
</style>
border-color css
<style>
span { border-color: #DBABDE; }
span { border-color: rgb(219,171,222); }
td.TdClassName
{
border-color: #DBABDE;
}
.TagClassName
{
border-color: #DBABDE;
}
</style>