Shades of Plum #DBA2DC
Tints of Plum #DBA2DC
RGB
CMYK
RGB Variations
Color information
#DBA2DC (or 0xDBA2DC) is known color: Plum. HEX triplet: DB, A2 and DC. RGB value is (219,162,220). Sum of RGB (Red+Green+Blue) = 219+162+220=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2DC is #245D23. Grayscale: #B9B9B9. Windows color (decimal): -2383140 or 14459611. OLE color: 14459611.
HSL color Cylindrical-coordinate representation of color #DBA2DC: hue angle of 298.97º degrees, saturation: 0.45, 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 #DBA2DC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 220 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.14 |
| HSL | 298.97º | 0.45% | 0.75% | - |
| HSV(B) | 298.97º | 0.26% | 0.86% | - |
| XYZ | 55.05 | 46.07 | 73.7 | - |
| YUV | 185.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 220 | 0.00 | 0.26 | 0 | 0.14 | 298.97 | 0.45 | 0.75 |
| Hex | DB | A2 | DC | 0 | 1A | 0 | E | 12B | 2D | 4B |
| Octal | 333 | 242 | 334 | 0 | 32 | 0 | 16 | 453 | 55 | 113 |
| Binary | 11011011 | 10100010 | 11011100 | 0 | 11010 | 0 | 1110 | 100101011 | 101101 | 1001011 |
Color Harmonies of #DBA2DC
Complementary color
Monochromatic Colors of #DBA2DC
Black with #DBA2DC
Text Example
Text Example
White with #DBA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2DC; }
p { color: rgb(219,162,220); }
H1.HeaderClassName
{
color: #DBA2DC;
}
.AnyTagClassName
{
color: #DBA2DC;
}
</style>
background-color css
<style>
a { background-color: #DBA2DC; }
a { background-color: rgb(219,162,220); }
div.DivClassName
{
background-color: #DBA2DC;
}
.BgClassName
{
background-color: #DBA2DC;
}
</style>
border-color css
<style>
span { border-color: #DBA2DC; }
span { border-color: rgb(219,162,220); }
td.TdClassName
{
border-color: #DBA2DC;
}
.TagClassName
{
border-color: #DBA2DC;
}
</style>