Shades of Plum #DBA9E0
Tints of Plum #DBA9E0
RGB
CMYK
RGB Variations
Color information
#DBA9E0 (or 0xDBA9E0) is known color: Plum. HEX triplet: DB, A9 and E0. RGB value is (219,169,224). Sum of RGB (Red+Green+Blue) = 219+169+224=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9E0 is #24561F. Grayscale: #BEBEBE. Windows color (decimal): -2381344 or 14723547. OLE color: 14723547.
HSL color Cylindrical-coordinate representation of color #DBA9E0: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA9E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 169 | 224 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.12 |
| HSL | 294.55º | 0.47% | 0.77% | - |
| HSV(B) | 294.55º | 0.25% | 0.88% | - |
| XYZ | 56.86 | 48.82 | 76.95 | - |
| YUV | 190.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 224 | 0.02 | 0.25 | 0 | 0.12 | 294.55 | 0.47 | 0.77 |
| Hex | DB | A9 | E0 | 2 | 19 | 0 | C | 127 | 2F | 4D |
| Octal | 333 | 251 | 340 | 2 | 31 | 0 | 14 | 447 | 57 | 115 |
| Binary | 11011011 | 10101001 | 11100000 | 10 | 11001 | 0 | 1100 | 100100111 | 101111 | 1001101 |
Color Harmonies of #DBA9E0
Complementary color
Monochromatic Colors of #DBA9E0
Black with #DBA9E0
Text Example
Text Example
White with #DBA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9E0; }
p { color: rgb(219,169,224); }
H1.HeaderClassName
{
color: #DBA9E0;
}
.AnyTagClassName
{
color: #DBA9E0;
}
</style>
background-color css
<style>
a { background-color: #DBA9E0; }
a { background-color: rgb(219,169,224); }
div.DivClassName
{
background-color: #DBA9E0;
}
.BgClassName
{
background-color: #DBA9E0;
}
</style>
border-color css
<style>
span { border-color: #DBA9E0; }
span { border-color: rgb(219,169,224); }
td.TdClassName
{
border-color: #DBA9E0;
}
.TagClassName
{
border-color: #DBA9E0;
}
</style>