Shades of Plum #DBA7DA
Tints of Plum #DBA7DA
RGB
CMYK
RGB Variations
Color information
#DBA7DA (or 0xDBA7DA) is known color: Plum. HEX triplet: DB, A7 and DA. RGB value is (219,167,218). Sum of RGB (Red+Green+Blue) = 219+167+218=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DA is #245825. Grayscale: #BCBCBC. Windows color (decimal): -2381862 or 14329819. OLE color: 14329819.
HSL color Cylindrical-coordinate representation of color #DBA7DA: hue angle of 301.15º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7DA is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 218 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.14 |
| HSL | 301.15º | 0.42% | 0.76% | - |
| HSV(B) | 301.15º | 0.24% | 0.86% | - |
| XYZ | 55.69 | 47.76 | 72.61 | - |
| YUV | 188.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 218 | 0 | 0.24 | 0.00 | 0.14 | 301.15 | 0.42 | 0.76 |
| Hex | DB | A7 | DA | 0 | 18 | 0 | E | 12D | 2A | 4C |
| Octal | 333 | 247 | 332 | 0 | 30 | 0 | 16 | 455 | 52 | 114 |
| Binary | 11011011 | 10100111 | 11011010 | 0 | 11000 | 0 | 1110 | 100101101 | 101010 | 1001100 |
Color Harmonies of #DBA7DA
Complementary color
Monochromatic Colors of #DBA7DA
Black with #DBA7DA
Text Example
Text Example
White with #DBA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7DA; }
p { color: rgb(219,167,218); }
H1.HeaderClassName
{
color: #DBA7DA;
}
.AnyTagClassName
{
color: #DBA7DA;
}
</style>
background-color css
<style>
a { background-color: #DBA7DA; }
a { background-color: rgb(219,167,218); }
div.DivClassName
{
background-color: #DBA7DA;
}
.BgClassName
{
background-color: #DBA7DA;
}
</style>
border-color css
<style>
span { border-color: #DBA7DA; }
span { border-color: rgb(219,167,218); }
td.TdClassName
{
border-color: #DBA7DA;
}
.TagClassName
{
border-color: #DBA7DA;
}
</style>