Shades of Plum #DBABDF
Tints of Plum #DBABDF
RGB
CMYK
RGB Variations
Color information
#DBABDF (or 0xDBABDF) is known color: Plum. HEX triplet: DB, AB and DF. RGB value is (219,171,223). Sum of RGB (Red+Green+Blue) = 219+171+223=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABDF is #245420. Grayscale: #BFBFBF. Windows color (decimal): -2380833 or 14658523. OLE color: 14658523.
HSL color Cylindrical-coordinate representation of color #DBABDF: hue angle of 295.38º degrees, saturation: 0.45, 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 #DBABDF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 171 | 223 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.13 |
| HSL | 295.38º | 0.45% | 0.77% | - |
| HSV(B) | 295.38º | 0.23% | 0.87% | - |
| XYZ | 57.1 | 49.51 | 76.36 | - |
| YUV | 191.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 223 | 0.02 | 0.23 | 0 | 0.13 | 295.38 | 0.45 | 0.77 |
| Hex | DB | AB | DF | 2 | 17 | 0 | D | 127 | 2D | 4D |
| Octal | 333 | 253 | 337 | 2 | 27 | 0 | 15 | 447 | 55 | 115 |
| Binary | 11011011 | 10101011 | 11011111 | 10 | 10111 | 0 | 1101 | 100100111 | 101101 | 1001101 |
Color Harmonies of #DBABDF
Complementary color
Monochromatic Colors of #DBABDF
Black with #DBABDF
Text Example
Text Example
White with #DBABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABDF; }
p { color: rgb(219,171,223); }
H1.HeaderClassName
{
color: #DBABDF;
}
.AnyTagClassName
{
color: #DBABDF;
}
</style>
background-color css
<style>
a { background-color: #DBABDF; }
a { background-color: rgb(219,171,223); }
div.DivClassName
{
background-color: #DBABDF;
}
.BgClassName
{
background-color: #DBABDF;
}
</style>
border-color css
<style>
span { border-color: #DBABDF; }
span { border-color: rgb(219,171,223); }
td.TdClassName
{
border-color: #DBABDF;
}
.TagClassName
{
border-color: #DBABDF;
}
</style>