Shades of Plum #DBA0E1
Tints of Plum #DBA0E1
RGB
CMYK
RGB Variations
Color information
#DBA0E1 (or 0xDBA0E1) is known color: Plum. HEX triplet: DB, A0 and E1. RGB value is (219,160,225). Sum of RGB (Red+Green+Blue) = 219+160+225=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0E1 is #245F1E. Grayscale: #B8B8B8. Windows color (decimal): -2383647 or 14786779. OLE color: 14786779.
HSL color Cylindrical-coordinate representation of color #DBA0E1: hue angle of 294.46º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA0E1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 160 | 225 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.12 |
| HSL | 294.46º | 0.52% | 0.75% | - |
| HSV(B) | 294.46º | 0.29% | 0.88% | - |
| XYZ | 55.37 | 45.64 | 77.12 | - |
| YUV | 185.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 225 | 0.03 | 0.29 | 0 | 0.12 | 294.46 | 0.52 | 0.75 |
| Hex | DB | A0 | E1 | 3 | 1D | 0 | C | 126 | 34 | 4B |
| Octal | 333 | 240 | 341 | 3 | 35 | 0 | 14 | 446 | 64 | 113 |
| Binary | 11011011 | 10100000 | 11100001 | 11 | 11101 | 0 | 1100 | 100100110 | 110100 | 1001011 |
Color Harmonies of #DBA0E1
Complementary color
Monochromatic Colors of #DBA0E1
Black with #DBA0E1
Text Example
Text Example
White with #DBA0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0E1; }
p { color: rgb(219,160,225); }
H1.HeaderClassName
{
color: #DBA0E1;
}
.AnyTagClassName
{
color: #DBA0E1;
}
</style>
background-color css
<style>
a { background-color: #DBA0E1; }
a { background-color: rgb(219,160,225); }
div.DivClassName
{
background-color: #DBA0E1;
}
.BgClassName
{
background-color: #DBA0E1;
}
</style>
border-color css
<style>
span { border-color: #DBA0E1; }
span { border-color: rgb(219,160,225); }
td.TdClassName
{
border-color: #DBA0E1;
}
.TagClassName
{
border-color: #DBA0E1;
}
</style>