Shades of Plum #DBA9DC
Tints of Plum #DBA9DC
RGB
CMYK
RGB Variations
Color information
#DBA9DC (or 0xDBA9DC) is known color: Plum. HEX triplet: DB, A9 and DC. RGB value is (219,169,220). Sum of RGB (Red+Green+Blue) = 219+169+220=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DC is #245623. Grayscale: #BDBDBD. Windows color (decimal): -2381348 or 14461403. OLE color: 14461403.
HSL color Cylindrical-coordinate representation of color #DBA9DC: hue angle of 298.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9DC is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 220 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.14 |
| HSL | 298.82º | 0.42% | 0.76% | - |
| HSV(B) | 298.82º | 0.23% | 0.86% | - |
| XYZ | 56.32 | 48.6 | 74.12 | - |
| YUV | 189.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 220 | 0.00 | 0.23 | 0 | 0.14 | 298.82 | 0.42 | 0.76 |
| Hex | DB | A9 | DC | 0 | 17 | 0 | E | 12B | 2A | 4C |
| Octal | 333 | 251 | 334 | 0 | 27 | 0 | 16 | 453 | 52 | 114 |
| Binary | 11011011 | 10101001 | 11011100 | 0 | 10111 | 0 | 1110 | 100101011 | 101010 | 1001100 |
Color Harmonies of #DBA9DC
Complementary color
Monochromatic Colors of #DBA9DC
Black with #DBA9DC
Text Example
Text Example
White with #DBA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9DC; }
p { color: rgb(219,169,220); }
H1.HeaderClassName
{
color: #DBA9DC;
}
.AnyTagClassName
{
color: #DBA9DC;
}
</style>
background-color css
<style>
a { background-color: #DBA9DC; }
a { background-color: rgb(219,169,220); }
div.DivClassName
{
background-color: #DBA9DC;
}
.BgClassName
{
background-color: #DBA9DC;
}
</style>
border-color css
<style>
span { border-color: #DBA9DC; }
span { border-color: rgb(219,169,220); }
td.TdClassName
{
border-color: #DBA9DC;
}
.TagClassName
{
border-color: #DBA9DC;
}
</style>