Shades of Plum #DB9AD7
Tints of Plum #DB9AD7
RGB
CMYK
RGB Variations
Color information
#DB9AD7 (or 0xDB9AD7) is known color: Plum. HEX triplet: DB, 9A and D7. RGB value is (219,154,215). Sum of RGB (Red+Green+Blue) = 219+154+215=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD7 is #246528. Grayscale: #B4B4B4. Windows color (decimal): -2385193 or 14129883. OLE color: 14129883.
HSL color Cylindrical-coordinate representation of color #DB9AD7: hue angle of 303.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AD7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 215 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.14 |
| HSL | 303.69º | 0.47% | 0.73% | - |
| HSV(B) | 303.69º | 0.3% | 0.86% | - |
| XYZ | 53.03 | 43.08 | 69.81 | - |
| YUV | 180.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 215 | 0 | 0.30 | 0.02 | 0.14 | 303.69 | 0.47 | 0.73 |
| Hex | DB | 9A | D7 | 0 | 1E | 2 | E | 130 | 2F | 49 |
| Octal | 333 | 232 | 327 | 0 | 36 | 2 | 16 | 460 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11010111 | 0 | 11110 | 10 | 1110 | 100110000 | 101111 | 1001001 |
Color Harmonies of #DB9AD7
Complementary color
Monochromatic Colors of #DB9AD7
Black with #DB9AD7
Text Example
Text Example
White with #DB9AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD7; }
p { color: rgb(219,154,215); }
H1.HeaderClassName
{
color: #DB9AD7;
}
.AnyTagClassName
{
color: #DB9AD7;
}
</style>
background-color css
<style>
a { background-color: #DB9AD7; }
a { background-color: rgb(219,154,215); }
div.DivClassName
{
background-color: #DB9AD7;
}
.BgClassName
{
background-color: #DB9AD7;
}
</style>
border-color css
<style>
span { border-color: #DB9AD7; }
span { border-color: rgb(219,154,215); }
td.TdClassName
{
border-color: #DB9AD7;
}
.TagClassName
{
border-color: #DB9AD7;
}
</style>