Shades of Plum #DBA3E5
Tints of Plum #DBA3E5
RGB
CMYK
RGB Variations
Color information
#DBA3E5 (or 0xDBA3E5) is known color: Plum. HEX triplet: DB, A3 and E5. RGB value is (219,163,229). Sum of RGB (Red+Green+Blue) = 219+163+229=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3E5 is #245C1A. Grayscale: #BBBBBB. Windows color (decimal): -2382875 or 15049691. OLE color: 15049691.
HSL color Cylindrical-coordinate representation of color #DBA3E5: hue angle of 290.91º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA3E5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 163 | 229 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.10 |
| HSL | 290.91º | 0.56% | 0.77% | - |
| HSV(B) | 290.91º | 0.29% | 0.9% | - |
| XYZ | 56.45 | 46.91 | 80.21 | - |
| YUV | 187.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 229 | 0.04 | 0.29 | 0 | 0.10 | 290.91 | 0.56 | 0.77 |
| Hex | DB | A3 | E5 | 4 | 1D | 0 | A | 123 | 38 | 4D |
| Octal | 333 | 243 | 345 | 4 | 35 | 0 | 12 | 443 | 70 | 115 |
| Binary | 11011011 | 10100011 | 11100101 | 100 | 11101 | 0 | 1010 | 100100011 | 111000 | 1001101 |
Color Harmonies of #DBA3E5
Complementary color
Monochromatic Colors of #DBA3E5
Black with #DBA3E5
Text Example
Text Example
White with #DBA3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3E5; }
p { color: rgb(219,163,229); }
H1.HeaderClassName
{
color: #DBA3E5;
}
.AnyTagClassName
{
color: #DBA3E5;
}
</style>
background-color css
<style>
a { background-color: #DBA3E5; }
a { background-color: rgb(219,163,229); }
div.DivClassName
{
background-color: #DBA3E5;
}
.BgClassName
{
background-color: #DBA3E5;
}
</style>
border-color css
<style>
span { border-color: #DBA3E5; }
span { border-color: rgb(219,163,229); }
td.TdClassName
{
border-color: #DBA3E5;
}
.TagClassName
{
border-color: #DBA3E5;
}
</style>