Shades of Plum #DBAAE0
Tints of Plum #DBAAE0
RGB
CMYK
RGB Variations
Color information
#DBAAE0 (or 0xDBAAE0) is known color: Plum. HEX triplet: DB, AA and E0. RGB value is (219,170,224). Sum of RGB (Red+Green+Blue) = 219+170+224=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAE0 is #24551F. Grayscale: #BEBEBE. Windows color (decimal): -2381088 or 14723803. OLE color: 14723803.
HSL color Cylindrical-coordinate representation of color #DBAAE0: hue angle of 294.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAAE0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 170 | 224 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.12 |
| HSL | 294.44º | 0.47% | 0.77% | - |
| HSV(B) | 294.44º | 0.24% | 0.88% | - |
| XYZ | 57.04 | 49.19 | 77.01 | - |
| YUV | 190.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 224 | 0.02 | 0.24 | 0 | 0.12 | 294.44 | 0.47 | 0.77 |
| Hex | DB | AA | E0 | 2 | 18 | 0 | C | 126 | 2F | 4D |
| Octal | 333 | 252 | 340 | 2 | 30 | 0 | 14 | 446 | 57 | 115 |
| Binary | 11011011 | 10101010 | 11100000 | 10 | 11000 | 0 | 1100 | 100100110 | 101111 | 1001101 |
Color Harmonies of #DBAAE0
Complementary color
Monochromatic Colors of #DBAAE0
Black with #DBAAE0
Text Example
Text Example
White with #DBAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAE0; }
p { color: rgb(219,170,224); }
H1.HeaderClassName
{
color: #DBAAE0;
}
.AnyTagClassName
{
color: #DBAAE0;
}
</style>
background-color css
<style>
a { background-color: #DBAAE0; }
a { background-color: rgb(219,170,224); }
div.DivClassName
{
background-color: #DBAAE0;
}
.BgClassName
{
background-color: #DBAAE0;
}
</style>
border-color css
<style>
span { border-color: #DBAAE0; }
span { border-color: rgb(219,170,224); }
td.TdClassName
{
border-color: #DBAAE0;
}
.TagClassName
{
border-color: #DBAAE0;
}
</style>