Shades of Plum #DBABE5
Tints of Plum #DBABE5
RGB
CMYK
RGB Variations
Color information
#DBABE5 (or 0xDBABE5) is known color: Plum. HEX triplet: DB, AB and E5. RGB value is (219,171,229). Sum of RGB (Red+Green+Blue) = 219+171+229=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE5 is #24541A. Grayscale: #BFBFBF. Windows color (decimal): -2380827 or 15051739. OLE color: 15051739.
HSL color Cylindrical-coordinate representation of color #DBABE5: hue angle of 289.66º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBABE5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 171 | 229 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.10 |
| HSL | 289.66º | 0.53% | 0.78% | - |
| HSV(B) | 289.66º | 0.25% | 0.9% | - |
| XYZ | 57.92 | 49.84 | 80.7 | - |
| YUV | 191.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 229 | 0.04 | 0.25 | 0 | 0.10 | 289.66 | 0.53 | 0.78 |
| Hex | DB | AB | E5 | 4 | 19 | 0 | A | 122 | 35 | 4E |
| Octal | 333 | 253 | 345 | 4 | 31 | 0 | 12 | 442 | 65 | 116 |
| Binary | 11011011 | 10101011 | 11100101 | 100 | 11001 | 0 | 1010 | 100100010 | 110101 | 1001110 |
Color Harmonies of #DBABE5
Complementary color
Monochromatic Colors of #DBABE5
Black with #DBABE5
Text Example
Text Example
White with #DBABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABE5; }
p { color: rgb(219,171,229); }
H1.HeaderClassName
{
color: #DBABE5;
}
.AnyTagClassName
{
color: #DBABE5;
}
</style>
background-color css
<style>
a { background-color: #DBABE5; }
a { background-color: rgb(219,171,229); }
div.DivClassName
{
background-color: #DBABE5;
}
.BgClassName
{
background-color: #DBABE5;
}
</style>
border-color css
<style>
span { border-color: #DBABE5; }
span { border-color: rgb(219,171,229); }
td.TdClassName
{
border-color: #DBABE5;
}
.TagClassName
{
border-color: #DBABE5;
}
</style>