Shades of Plum #DBA8D5
Tints of Plum #DBA8D5
RGB
CMYK
RGB Variations
Color information
#DBA8D5 (or 0xDBA8D5) is known color: Plum. HEX triplet: DB, A8 and D5. RGB value is (219,168,213). Sum of RGB (Red+Green+Blue) = 219+168+213=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D5 is #24572A. Grayscale: #BCBCBC. Windows color (decimal): -2381611 or 14002395. OLE color: 14002395.
HSL color Cylindrical-coordinate representation of color #DBA8D5: hue angle of 307.06º 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 #DBA8D5 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 213 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.14 |
| HSL | 307.06º | 0.41% | 0.76% | - |
| HSV(B) | 307.06º | 0.23% | 0.86% | - |
| XYZ | 55.23 | 47.87 | 69.28 | - |
| YUV | 188.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 213 | 0 | 0.23 | 0.03 | 0.14 | 307.06 | 0.41 | 0.76 |
| Hex | DB | A8 | D5 | 0 | 17 | 3 | E | 133 | 29 | 4C |
| Octal | 333 | 250 | 325 | 0 | 27 | 3 | 16 | 463 | 51 | 114 |
| Binary | 11011011 | 10101000 | 11010101 | 0 | 10111 | 11 | 1110 | 100110011 | 101001 | 1001100 |
Color Harmonies of #DBA8D5
Complementary color
Monochromatic Colors of #DBA8D5
Black with #DBA8D5
Text Example
Text Example
White with #DBA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8D5; }
p { color: rgb(219,168,213); }
H1.HeaderClassName
{
color: #DBA8D5;
}
.AnyTagClassName
{
color: #DBA8D5;
}
</style>
background-color css
<style>
a { background-color: #DBA8D5; }
a { background-color: rgb(219,168,213); }
div.DivClassName
{
background-color: #DBA8D5;
}
.BgClassName
{
background-color: #DBA8D5;
}
</style>
border-color css
<style>
span { border-color: #DBA8D5; }
span { border-color: rgb(219,168,213); }
td.TdClassName
{
border-color: #DBA8D5;
}
.TagClassName
{
border-color: #DBA8D5;
}
</style>