Shades of Plum #DBABDC
Tints of Plum #DBABDC
RGB
CMYK
RGB Variations
Color information
#DBABDC (or 0xDBABDC) is known color: Plum. HEX triplet: DB, AB and DC. RGB value is (219,171,220). Sum of RGB (Red+Green+Blue) = 219+171+220=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABDC is #245423. Grayscale: #BEBEBE. Windows color (decimal): -2380836 or 14461915. OLE color: 14461915.
HSL color Cylindrical-coordinate representation of color #DBABDC: hue angle of 298.78º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABDC is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 220 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.14 |
| HSL | 298.78º | 0.41% | 0.77% | - |
| HSV(B) | 298.78º | 0.22% | 0.86% | - |
| XYZ | 56.69 | 49.35 | 74.25 | - |
| YUV | 190.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 220 | 0.00 | 0.22 | 0 | 0.14 | 298.78 | 0.41 | 0.77 |
| Hex | DB | AB | DC | 0 | 16 | 0 | E | 12B | 29 | 4D |
| Octal | 333 | 253 | 334 | 0 | 26 | 0 | 16 | 453 | 51 | 115 |
| Binary | 11011011 | 10101011 | 11011100 | 0 | 10110 | 0 | 1110 | 100101011 | 101001 | 1001101 |
Color Harmonies of #DBABDC
Complementary color
Monochromatic Colors of #DBABDC
Black with #DBABDC
Text Example
Text Example
White with #DBABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABDC; }
p { color: rgb(219,171,220); }
H1.HeaderClassName
{
color: #DBABDC;
}
.AnyTagClassName
{
color: #DBABDC;
}
</style>
background-color css
<style>
a { background-color: #DBABDC; }
a { background-color: rgb(219,171,220); }
div.DivClassName
{
background-color: #DBABDC;
}
.BgClassName
{
background-color: #DBABDC;
}
</style>
border-color css
<style>
span { border-color: #DBABDC; }
span { border-color: rgb(219,171,220); }
td.TdClassName
{
border-color: #DBABDC;
}
.TagClassName
{
border-color: #DBABDC;
}
</style>