Shades of Plum #DBA0DC
Tints of Plum #DBA0DC
RGB
CMYK
RGB Variations
Color information
#DBA0DC (or 0xDBA0DC) is known color: Plum. HEX triplet: DB, A0 and DC. RGB value is (219,160,220). Sum of RGB (Red+Green+Blue) = 219+160+220=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0DC is #245F23. Grayscale: #B8B8B8. Windows color (decimal): -2383652 or 14459099. OLE color: 14459099.
HSL color Cylindrical-coordinate representation of color #DBA0DC: hue angle of 299º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0DC is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 220 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.14 |
| HSL | 299º | 0.46% | 0.75% | - |
| HSV(B) | 299º | 0.27% | 0.86% | - |
| XYZ | 54.7 | 45.37 | 73.58 | - |
| YUV | 184.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 220 | 0.00 | 0.27 | 0 | 0.14 | 299 | 0.46 | 0.75 |
| Hex | DB | A0 | DC | 0 | 1B | 0 | E | 12B | 2E | 4B |
| Octal | 333 | 240 | 334 | 0 | 33 | 0 | 16 | 453 | 56 | 113 |
| Binary | 11011011 | 10100000 | 11011100 | 0 | 11011 | 0 | 1110 | 100101011 | 101110 | 1001011 |
Color Harmonies of #DBA0DC
Complementary color
Monochromatic Colors of #DBA0DC
Black with #DBA0DC
Text Example
Text Example
White with #DBA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0DC; }
p { color: rgb(219,160,220); }
H1.HeaderClassName
{
color: #DBA0DC;
}
.AnyTagClassName
{
color: #DBA0DC;
}
</style>
background-color css
<style>
a { background-color: #DBA0DC; }
a { background-color: rgb(219,160,220); }
div.DivClassName
{
background-color: #DBA0DC;
}
.BgClassName
{
background-color: #DBA0DC;
}
</style>
border-color css
<style>
span { border-color: #DBA0DC; }
span { border-color: rgb(219,160,220); }
td.TdClassName
{
border-color: #DBA0DC;
}
.TagClassName
{
border-color: #DBA0DC;
}
</style>