Shades of Plum #DBA2DA
Tints of Plum #DBA2DA
RGB
CMYK
RGB Variations
Color information
#DBA2DA (or 0xDBA2DA) is known color: Plum. HEX triplet: DB, A2 and DA. RGB value is (219,162,218). Sum of RGB (Red+Green+Blue) = 219+162+218=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2DA is #245D25. Grayscale: #B9B9B9. Windows color (decimal): -2383142 or 14328539. OLE color: 14328539.
HSL color Cylindrical-coordinate representation of color #DBA2DA: hue angle of 301.05º 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 #DBA2DA is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 218 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.14 |
| HSL | 301.05º | 0.44% | 0.75% | - |
| HSV(B) | 301.05º | 0.26% | 0.86% | - |
| XYZ | 54.79 | 45.96 | 72.31 | - |
| YUV | 185.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 218 | 0 | 0.26 | 0.00 | 0.14 | 301.05 | 0.44 | 0.75 |
| Hex | DB | A2 | DA | 0 | 1A | 0 | E | 12D | 2C | 4B |
| Octal | 333 | 242 | 332 | 0 | 32 | 0 | 16 | 455 | 54 | 113 |
| Binary | 11011011 | 10100010 | 11011010 | 0 | 11010 | 0 | 1110 | 100101101 | 101100 | 1001011 |
Color Harmonies of #DBA2DA
Complementary color
Monochromatic Colors of #DBA2DA
Black with #DBA2DA
Text Example
Text Example
White with #DBA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2DA; }
p { color: rgb(219,162,218); }
H1.HeaderClassName
{
color: #DBA2DA;
}
.AnyTagClassName
{
color: #DBA2DA;
}
</style>
background-color css
<style>
a { background-color: #DBA2DA; }
a { background-color: rgb(219,162,218); }
div.DivClassName
{
background-color: #DBA2DA;
}
.BgClassName
{
background-color: #DBA2DA;
}
</style>
border-color css
<style>
span { border-color: #DBA2DA; }
span { border-color: rgb(219,162,218); }
td.TdClassName
{
border-color: #DBA2DA;
}
.TagClassName
{
border-color: #DBA2DA;
}
</style>