Shades of Plum #DBA4E5
Tints of Plum #DBA4E5
RGB
CMYK
RGB Variations
Color information
#DBA4E5 (or 0xDBA4E5) is known color: Plum. HEX triplet: DB, A4 and E5. RGB value is (219,164,229). Sum of RGB (Red+Green+Blue) = 219+164+229=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4E5 is #245B1A. Grayscale: #BBBBBB. Windows color (decimal): -2382619 or 15049947. OLE color: 15049947.
HSL color Cylindrical-coordinate representation of color #DBA4E5: hue angle of 290.77º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA4E5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 164 | 229 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.10 |
| HSL | 290.77º | 0.56% | 0.77% | - |
| HSV(B) | 290.77º | 0.28% | 0.9% | - |
| XYZ | 56.63 | 47.27 | 80.27 | - |
| YUV | 187.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 229 | 0.04 | 0.28 | 0 | 0.10 | 290.77 | 0.56 | 0.77 |
| Hex | DB | A4 | E5 | 4 | 1C | 0 | A | 123 | 38 | 4D |
| Octal | 333 | 244 | 345 | 4 | 34 | 0 | 12 | 443 | 70 | 115 |
| Binary | 11011011 | 10100100 | 11100101 | 100 | 11100 | 0 | 1010 | 100100011 | 111000 | 1001101 |
Color Harmonies of #DBA4E5
Complementary color
Monochromatic Colors of #DBA4E5
Black with #DBA4E5
Text Example
Text Example
White with #DBA4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4E5; }
p { color: rgb(219,164,229); }
H1.HeaderClassName
{
color: #DBA4E5;
}
.AnyTagClassName
{
color: #DBA4E5;
}
</style>
background-color css
<style>
a { background-color: #DBA4E5; }
a { background-color: rgb(219,164,229); }
div.DivClassName
{
background-color: #DBA4E5;
}
.BgClassName
{
background-color: #DBA4E5;
}
</style>
border-color css
<style>
span { border-color: #DBA4E5; }
span { border-color: rgb(219,164,229); }
td.TdClassName
{
border-color: #DBA4E5;
}
.TagClassName
{
border-color: #DBA4E5;
}
</style>