Shades of Plum #DB9AD6
Tints of Plum #DB9AD6
RGB
CMYK
RGB Variations
Color information
#DB9AD6 (or 0xDB9AD6) is known color: Plum. HEX triplet: DB, 9A and D6. RGB value is (219,154,214). Sum of RGB (Red+Green+Blue) = 219+154+214=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD6 is #246529. Grayscale: #B4B4B4. Windows color (decimal): -2385194 or 14064347. OLE color: 14064347.
HSL color Cylindrical-coordinate representation of color #DB9AD6: hue angle of 304.62º 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 #DB9AD6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 214 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.14 |
| HSL | 304.62º | 0.47% | 0.73% | - |
| HSV(B) | 304.62º | 0.3% | 0.86% | - |
| XYZ | 52.91 | 43.03 | 69.13 | - |
| YUV | 180.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 214 | 0 | 0.30 | 0.02 | 0.14 | 304.62 | 0.47 | 0.73 |
| Hex | DB | 9A | D6 | 0 | 1E | 2 | E | 131 | 2F | 49 |
| Octal | 333 | 232 | 326 | 0 | 36 | 2 | 16 | 461 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11010110 | 0 | 11110 | 10 | 1110 | 100110001 | 101111 | 1001001 |
Color Harmonies of #DB9AD6
Complementary color
Monochromatic Colors of #DB9AD6
Black with #DB9AD6
Text Example
Text Example
White with #DB9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD6; }
p { color: rgb(219,154,214); }
H1.HeaderClassName
{
color: #DB9AD6;
}
.AnyTagClassName
{
color: #DB9AD6;
}
</style>
background-color css
<style>
a { background-color: #DB9AD6; }
a { background-color: rgb(219,154,214); }
div.DivClassName
{
background-color: #DB9AD6;
}
.BgClassName
{
background-color: #DB9AD6;
}
</style>
border-color css
<style>
span { border-color: #DB9AD6; }
span { border-color: rgb(219,154,214); }
td.TdClassName
{
border-color: #DB9AD6;
}
.TagClassName
{
border-color: #DB9AD6;
}
</style>