Shades of Plum #DBABE3
Tints of Plum #DBABE3
RGB
CMYK
RGB Variations
Color information
#DBABE3 (or 0xDBABE3) is known color: Plum. HEX triplet: DB, AB and E3. RGB value is (219,171,227). Sum of RGB (Red+Green+Blue) = 219+171+227=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE3 is #24541C. Grayscale: #BFBFBF. Windows color (decimal): -2380829 or 14920667. OLE color: 14920667.
HSL color Cylindrical-coordinate representation of color #DBABE3: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBABE3 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 171 | 227 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.11 |
| HSL | 291.43º | 0.5% | 0.78% | - |
| HSV(B) | 291.43º | 0.25% | 0.89% | - |
| XYZ | 57.64 | 49.73 | 79.23 | - |
| YUV | 191.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 227 | 0.04 | 0.25 | 0 | 0.11 | 291.43 | 0.5 | 0.78 |
| Hex | DB | AB | E3 | 4 | 19 | 0 | B | 123 | 32 | 4E |
| Octal | 333 | 253 | 343 | 4 | 31 | 0 | 13 | 443 | 62 | 116 |
| Binary | 11011011 | 10101011 | 11100011 | 100 | 11001 | 0 | 1011 | 100100011 | 110010 | 1001110 |
Color Harmonies of #DBABE3
Complementary color
Monochromatic Colors of #DBABE3
Black with #DBABE3
Text Example
Text Example
White with #DBABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABE3; }
p { color: rgb(219,171,227); }
H1.HeaderClassName
{
color: #DBABE3;
}
.AnyTagClassName
{
color: #DBABE3;
}
</style>
background-color css
<style>
a { background-color: #DBABE3; }
a { background-color: rgb(219,171,227); }
div.DivClassName
{
background-color: #DBABE3;
}
.BgClassName
{
background-color: #DBABE3;
}
</style>
border-color css
<style>
span { border-color: #DBABE3; }
span { border-color: rgb(219,171,227); }
td.TdClassName
{
border-color: #DBABE3;
}
.TagClassName
{
border-color: #DBABE3;
}
</style>