Shades of Plum #DBA0E5
Tints of Plum #DBA0E5
RGB
CMYK
RGB Variations
Color information
#DBA0E5 (or 0xDBA0E5) is known color: Plum. HEX triplet: DB, A0 and E5. RGB value is (219,160,229). Sum of RGB (Red+Green+Blue) = 219+160+229=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0E5 is #245F1A. Grayscale: #B9B9B9. Windows color (decimal): -2383643 or 15048923. OLE color: 15048923.
HSL color Cylindrical-coordinate representation of color #DBA0E5: hue angle of 291.3º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA0E5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 160 | 229 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.10 |
| HSL | 291.3º | 0.57% | 0.76% | - |
| HSV(B) | 291.3º | 0.3% | 0.9% | - |
| XYZ | 55.93 | 45.86 | 80.03 | - |
| YUV | 185.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 229 | 0.04 | 0.30 | 0 | 0.10 | 291.3 | 0.57 | 0.76 |
| Hex | DB | A0 | E5 | 4 | 1E | 0 | A | 123 | 39 | 4C |
| Octal | 333 | 240 | 345 | 4 | 36 | 0 | 12 | 443 | 71 | 114 |
| Binary | 11011011 | 10100000 | 11100101 | 100 | 11110 | 0 | 1010 | 100100011 | 111001 | 1001100 |
Color Harmonies of #DBA0E5
Complementary color
Monochromatic Colors of #DBA0E5
Black with #DBA0E5
Text Example
Text Example
White with #DBA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0E5; }
p { color: rgb(219,160,229); }
H1.HeaderClassName
{
color: #DBA0E5;
}
.AnyTagClassName
{
color: #DBA0E5;
}
</style>
background-color css
<style>
a { background-color: #DBA0E5; }
a { background-color: rgb(219,160,229); }
div.DivClassName
{
background-color: #DBA0E5;
}
.BgClassName
{
background-color: #DBA0E5;
}
</style>
border-color css
<style>
span { border-color: #DBA0E5; }
span { border-color: rgb(219,160,229); }
td.TdClassName
{
border-color: #DBA0E5;
}
.TagClassName
{
border-color: #DBA0E5;
}
</style>