Shades of Plum #DBA4D9
Tints of Plum #DBA4D9
RGB
CMYK
RGB Variations
Color information
#DBA4D9 (or 0xDBA4D9) is known color: Plum. HEX triplet: DB, A4 and D9. RGB value is (219,164,217). Sum of RGB (Red+Green+Blue) = 219+164+217=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4D9 is #245B26. Grayscale: #BABABA. Windows color (decimal): -2382631 or 14263515. OLE color: 14263515.
HSL color Cylindrical-coordinate representation of color #DBA4D9: hue angle of 302.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4D9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 217 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.14 |
| HSL | 302.18º | 0.43% | 0.75% | - |
| HSV(B) | 302.18º | 0.25% | 0.86% | - |
| XYZ | 55.01 | 46.62 | 71.74 | - |
| YUV | 186.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 217 | 0 | 0.25 | 0.01 | 0.14 | 302.18 | 0.43 | 0.75 |
| Hex | DB | A4 | D9 | 0 | 19 | 1 | E | 12E | 2B | 4B |
| Octal | 333 | 244 | 331 | 0 | 31 | 1 | 16 | 456 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11011001 | 0 | 11001 | 1 | 1110 | 100101110 | 101011 | 1001011 |
Color Harmonies of #DBA4D9
Complementary color
Monochromatic Colors of #DBA4D9
Black with #DBA4D9
Text Example
Text Example
White with #DBA4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4D9; }
p { color: rgb(219,164,217); }
H1.HeaderClassName
{
color: #DBA4D9;
}
.AnyTagClassName
{
color: #DBA4D9;
}
</style>
background-color css
<style>
a { background-color: #DBA4D9; }
a { background-color: rgb(219,164,217); }
div.DivClassName
{
background-color: #DBA4D9;
}
.BgClassName
{
background-color: #DBA4D9;
}
</style>
border-color css
<style>
span { border-color: #DBA4D9; }
span { border-color: rgb(219,164,217); }
td.TdClassName
{
border-color: #DBA4D9;
}
.TagClassName
{
border-color: #DBA4D9;
}
</style>