Shades of Plum #DBA2E0
Tints of Plum #DBA2E0
RGB
CMYK
RGB Variations
Color information
#DBA2E0 (or 0xDBA2E0) is known color: Plum. HEX triplet: DB, A2 and E0. RGB value is (219,162,224). Sum of RGB (Red+Green+Blue) = 219+162+224=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2E0 is #245D1F. Grayscale: #B9B9B9. Windows color (decimal): -2383136 or 14721755. OLE color: 14721755.
HSL color Cylindrical-coordinate representation of color #DBA2E0: hue angle of 295.16º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA2E0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 162 | 224 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.12 |
| HSL | 295.16º | 0.5% | 0.76% | - |
| HSV(B) | 295.16º | 0.28% | 0.88% | - |
| XYZ | 55.59 | 46.28 | 76.52 | - |
| YUV | 186.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 224 | 0.02 | 0.28 | 0 | 0.12 | 295.16 | 0.5 | 0.76 |
| Hex | DB | A2 | E0 | 2 | 1C | 0 | C | 127 | 32 | 4C |
| Octal | 333 | 242 | 340 | 2 | 34 | 0 | 14 | 447 | 62 | 114 |
| Binary | 11011011 | 10100010 | 11100000 | 10 | 11100 | 0 | 1100 | 100100111 | 110010 | 1001100 |
Color Harmonies of #DBA2E0
Complementary color
Monochromatic Colors of #DBA2E0
Black with #DBA2E0
Text Example
Text Example
White with #DBA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2E0; }
p { color: rgb(219,162,224); }
H1.HeaderClassName
{
color: #DBA2E0;
}
.AnyTagClassName
{
color: #DBA2E0;
}
</style>
background-color css
<style>
a { background-color: #DBA2E0; }
a { background-color: rgb(219,162,224); }
div.DivClassName
{
background-color: #DBA2E0;
}
.BgClassName
{
background-color: #DBA2E0;
}
</style>
border-color css
<style>
span { border-color: #DBA2E0; }
span { border-color: rgb(219,162,224); }
td.TdClassName
{
border-color: #DBA2E0;
}
.TagClassName
{
border-color: #DBA2E0;
}
</style>