Shades of Plum #DBA8D6
Tints of Plum #DBA8D6
RGB
CMYK
RGB Variations
Color information
#DBA8D6 (or 0xDBA8D6) is known color: Plum. HEX triplet: DB, A8 and D6. RGB value is (219,168,214). Sum of RGB (Red+Green+Blue) = 219+168+214=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D6 is #245729. Grayscale: #BCBCBC. Windows color (decimal): -2381610 or 14067931. OLE color: 14067931.
HSL color Cylindrical-coordinate representation of color #DBA8D6: hue angle of 305.88º degrees, saturation: 0.41, 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 #DBA8D6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 214 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.14 |
| HSL | 305.88º | 0.41% | 0.76% | - |
| HSV(B) | 305.88º | 0.23% | 0.86% | - |
| XYZ | 55.35 | 47.92 | 69.95 | - |
| YUV | 188.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 214 | 0 | 0.23 | 0.02 | 0.14 | 305.88 | 0.41 | 0.76 |
| Hex | DB | A8 | D6 | 0 | 17 | 2 | E | 132 | 29 | 4C |
| Octal | 333 | 250 | 326 | 0 | 27 | 2 | 16 | 462 | 51 | 114 |
| Binary | 11011011 | 10101000 | 11010110 | 0 | 10111 | 10 | 1110 | 100110010 | 101001 | 1001100 |
Color Harmonies of #DBA8D6
Complementary color
Monochromatic Colors of #DBA8D6
Black with #DBA8D6
Text Example
Text Example
White with #DBA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8D6; }
p { color: rgb(219,168,214); }
H1.HeaderClassName
{
color: #DBA8D6;
}
.AnyTagClassName
{
color: #DBA8D6;
}
</style>
background-color css
<style>
a { background-color: #DBA8D6; }
a { background-color: rgb(219,168,214); }
div.DivClassName
{
background-color: #DBA8D6;
}
.BgClassName
{
background-color: #DBA8D6;
}
</style>
border-color css
<style>
span { border-color: #DBA8D6; }
span { border-color: rgb(219,168,214); }
td.TdClassName
{
border-color: #DBA8D6;
}
.TagClassName
{
border-color: #DBA8D6;
}
</style>