Shades of Plum #DB8AD7
Tints of Plum #DB8AD7
RGB
CMYK
RGB Variations
Color information
#DB8AD7 (or 0xDB8AD7) is known color: Plum. HEX triplet: DB, 8A and D7. RGB value is (219,138,215). Sum of RGB (Red+Green+Blue) = 219+138+215=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD7 is #247528. Grayscale: #AAAAAA. Windows color (decimal): -2389289 or 14125787. OLE color: 14125787.
HSL color Cylindrical-coordinate representation of color #DB8AD7: hue angle of 302.96º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AD7 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 215 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.14 |
| HSL | 302.96º | 0.53% | 0.7% | - |
| HSV(B) | 302.96º | 0.37% | 0.86% | - |
| XYZ | 50.57 | 38.14 | 68.99 | - |
| YUV | 171 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 215 | 0 | 0.37 | 0.02 | 0.14 | 302.96 | 0.53 | 0.7 |
| Hex | DB | 8A | D7 | 0 | 25 | 2 | E | 12F | 35 | 46 |
| Octal | 333 | 212 | 327 | 0 | 45 | 2 | 16 | 457 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11010111 | 0 | 100101 | 10 | 1110 | 100101111 | 110101 | 1000110 |
Color Harmonies of #DB8AD7
Complementary color
Monochromatic Colors of #DB8AD7
Black with #DB8AD7
Text Example
Text Example
White with #DB8AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AD7; }
p { color: rgb(219,138,215); }
H1.HeaderClassName
{
color: #DB8AD7;
}
.AnyTagClassName
{
color: #DB8AD7;
}
</style>
background-color css
<style>
a { background-color: #DB8AD7; }
a { background-color: rgb(219,138,215); }
div.DivClassName
{
background-color: #DB8AD7;
}
.BgClassName
{
background-color: #DB8AD7;
}
</style>
border-color css
<style>
span { border-color: #DB8AD7; }
span { border-color: rgb(219,138,215); }
td.TdClassName
{
border-color: #DB8AD7;
}
.TagClassName
{
border-color: #DB8AD7;
}
</style>