Shades of Plum #DBA3DA
Tints of Plum #DBA3DA
RGB
CMYK
RGB Variations
Color information
#DBA3DA (or 0xDBA3DA) is known color: Plum. HEX triplet: DB, A3 and DA. RGB value is (219,163,218). Sum of RGB (Red+Green+Blue) = 219+163+218=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3DA is #245C25. Grayscale: #B9B9B9. Windows color (decimal): -2382886 or 14328795. OLE color: 14328795.
HSL color Cylindrical-coordinate representation of color #DBA3DA: hue angle of 301.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA3DA is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 218 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.14 |
| HSL | 301.07º | 0.44% | 0.75% | - |
| HSV(B) | 301.07º | 0.26% | 0.86% | - |
| XYZ | 54.97 | 46.32 | 72.37 | - |
| YUV | 186.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 218 | 0 | 0.26 | 0.00 | 0.14 | 301.07 | 0.44 | 0.75 |
| Hex | DB | A3 | DA | 0 | 1A | 0 | E | 12D | 2C | 4B |
| Octal | 333 | 243 | 332 | 0 | 32 | 0 | 16 | 455 | 54 | 113 |
| Binary | 11011011 | 10100011 | 11011010 | 0 | 11010 | 0 | 1110 | 100101101 | 101100 | 1001011 |
Color Harmonies of #DBA3DA
Complementary color
Monochromatic Colors of #DBA3DA
Black with #DBA3DA
Text Example
Text Example
White with #DBA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3DA; }
p { color: rgb(219,163,218); }
H1.HeaderClassName
{
color: #DBA3DA;
}
.AnyTagClassName
{
color: #DBA3DA;
}
</style>
background-color css
<style>
a { background-color: #DBA3DA; }
a { background-color: rgb(219,163,218); }
div.DivClassName
{
background-color: #DBA3DA;
}
.BgClassName
{
background-color: #DBA3DA;
}
</style>
border-color css
<style>
span { border-color: #DBA3DA; }
span { border-color: rgb(219,163,218); }
td.TdClassName
{
border-color: #DBA3DA;
}
.TagClassName
{
border-color: #DBA3DA;
}
</style>