Shades of Plum #DBA0E3
Tints of Plum #DBA0E3
RGB
CMYK
RGB Variations
Color information
#DBA0E3 (or 0xDBA0E3) is known color: Plum. HEX triplet: DB, A0 and E3. RGB value is (219,160,227). Sum of RGB (Red+Green+Blue) = 219+160+227=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBA0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0E3 is #245F1C. Grayscale: #B9B9B9. Windows color (decimal): -2383645 or 14917851. OLE color: 14917851.
HSL color Cylindrical-coordinate representation of color #DBA0E3: hue angle of 292.84º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA0E3 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 160 | 227 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.11 |
| HSL | 292.84º | 0.54% | 0.76% | - |
| HSV(B) | 292.84º | 0.3% | 0.89% | - |
| XYZ | 55.65 | 45.75 | 78.57 | - |
| YUV | 185.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 227 | 0.04 | 0.30 | 0 | 0.11 | 292.84 | 0.54 | 0.76 |
| Hex | DB | A0 | E3 | 4 | 1E | 0 | B | 125 | 36 | 4C |
| Octal | 333 | 240 | 343 | 4 | 36 | 0 | 13 | 445 | 66 | 114 |
| Binary | 11011011 | 10100000 | 11100011 | 100 | 11110 | 0 | 1011 | 100100101 | 110110 | 1001100 |
Color Harmonies of #DBA0E3
Complementary color
Monochromatic Colors of #DBA0E3
Black with #DBA0E3
Text Example
Text Example
White with #DBA0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0E3; }
p { color: rgb(219,160,227); }
H1.HeaderClassName
{
color: #DBA0E3;
}
.AnyTagClassName
{
color: #DBA0E3;
}
</style>
background-color css
<style>
a { background-color: #DBA0E3; }
a { background-color: rgb(219,160,227); }
div.DivClassName
{
background-color: #DBA0E3;
}
.BgClassName
{
background-color: #DBA0E3;
}
</style>
border-color css
<style>
span { border-color: #DBA0E3; }
span { border-color: rgb(219,160,227); }
td.TdClassName
{
border-color: #DBA0E3;
}
.TagClassName
{
border-color: #DBA0E3;
}
</style>