Shades of Plum #DBA8DC
Tints of Plum #DBA8DC
RGB
CMYK
RGB Variations
Color information
#DBA8DC (or 0xDBA8DC) is known color: Plum. HEX triplet: DB, A8 and DC. RGB value is (219,168,220). Sum of RGB (Red+Green+Blue) = 219+168+220=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8DC is #245723. Grayscale: #BDBDBD. Windows color (decimal): -2381604 or 14461147. OLE color: 14461147.
HSL color Cylindrical-coordinate representation of color #DBA8DC: hue angle of 298.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA8DC is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 220 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.14 |
| HSL | 298.85º | 0.43% | 0.76% | - |
| HSV(B) | 298.85º | 0.24% | 0.86% | - |
| XYZ | 56.13 | 48.23 | 74.06 | - |
| YUV | 189.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 220 | 0.00 | 0.24 | 0 | 0.14 | 298.85 | 0.43 | 0.76 |
| Hex | DB | A8 | DC | 0 | 18 | 0 | E | 12B | 2B | 4C |
| Octal | 333 | 250 | 334 | 0 | 30 | 0 | 16 | 453 | 53 | 114 |
| Binary | 11011011 | 10101000 | 11011100 | 0 | 11000 | 0 | 1110 | 100101011 | 101011 | 1001100 |
Color Harmonies of #DBA8DC
Complementary color
Monochromatic Colors of #DBA8DC
Black with #DBA8DC
Text Example
Text Example
White with #DBA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8DC; }
p { color: rgb(219,168,220); }
H1.HeaderClassName
{
color: #DBA8DC;
}
.AnyTagClassName
{
color: #DBA8DC;
}
</style>
background-color css
<style>
a { background-color: #DBA8DC; }
a { background-color: rgb(219,168,220); }
div.DivClassName
{
background-color: #DBA8DC;
}
.BgClassName
{
background-color: #DBA8DC;
}
</style>
border-color css
<style>
span { border-color: #DBA8DC; }
span { border-color: rgb(219,168,220); }
td.TdClassName
{
border-color: #DBA8DC;
}
.TagClassName
{
border-color: #DBA8DC;
}
</style>