Shades of Plum #DBABDA
Tints of Plum #DBABDA
RGB
CMYK
RGB Variations
Color information
#DBABDA (or 0xDBABDA) is known color: Plum. HEX triplet: DB, AB and DA. RGB value is (219,171,218). Sum of RGB (Red+Green+Blue) = 219+171+218=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABDA is #245425. Grayscale: #BEBEBE. Windows color (decimal): -2380838 or 14330843. OLE color: 14330843.
HSL color Cylindrical-coordinate representation of color #DBABDA: hue angle of 301.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABDA is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 171 | 218 | - |
CMYK | 0 | 0.22 | 0.00 | 0.14 |
HSL | 301.25º | 0.4% | 0.76% | - |
HSV(B) | 301.25º | 0.22% | 0.86% | - |
XYZ | 56.43 | 49.25 | 72.86 | - |
YUV | 190.71 | 143.4 | 148.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 171 | 218 | 0 | 0.22 | 0.00 | 0.14 | 301.25 | 0.4 | 0.76 |
Hex | DB | AB | DA | 0 | 16 | 0 | E | 12D | 28 | 4C |
Octal | 333 | 253 | 332 | 0 | 26 | 0 | 16 | 455 | 50 | 114 |
Binary | 11011011 | 10101011 | 11011010 | 0 | 10110 | 0 | 1110 | 100101101 | 101000 | 1001100 |
Color Harmonies of #DBABDA
Complementary color
Monochromatic Colors of #DBABDA
Black with #DBABDA
Text Example
Text Example
White with #DBABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABDA; }
p { color: rgb(219,171,218); }
H1.HeaderClassName
{
color: #DBABDA;
}
.AnyTagClassName
{
color: #DBABDA;
}
</style>
background-color css
<style>
a { background-color: #DBABDA; }
a { background-color: rgb(219,171,218); }
div.DivClassName
{
background-color: #DBABDA;
}
.BgClassName
{
background-color: #DBABDA;
}
</style>
border-color css
<style>
span { border-color: #DBABDA; }
span { border-color: rgb(219,171,218); }
td.TdClassName
{
border-color: #DBABDA;
}
.TagClassName
{
border-color: #DBABDA;
}
</style>