Shades of Plum #DB9ACD
Tints of Plum #DB9ACD
RGB
CMYK
RGB Variations
Color information
#DB9ACD (or 0xDB9ACD) is known color: Plum. HEX triplet: DB, 9A and CD. RGB value is (219,154,205). Sum of RGB (Red+Green+Blue) = 219+154+205=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ACD is #246532. Grayscale: #B3B3B3. Windows color (decimal): -2385203 or 13474523. OLE color: 13474523.
HSL color Cylindrical-coordinate representation of color #DB9ACD: hue angle of 312.92º 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 #DB9ACD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 205 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.14 |
| HSL | 312.92º | 0.47% | 0.73% | - |
| HSV(B) | 312.92º | 0.3% | 0.86% | - |
| XYZ | 51.79 | 42.58 | 63.25 | - |
| YUV | 179.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 205 | 0 | 0.30 | 0.06 | 0.14 | 312.92 | 0.47 | 0.73 |
| Hex | DB | 9A | CD | 0 | 1E | 6 | E | 139 | 2F | 49 |
| Octal | 333 | 232 | 315 | 0 | 36 | 6 | 16 | 471 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11001101 | 0 | 11110 | 110 | 1110 | 100111001 | 101111 | 1001001 |
Color Harmonies of #DB9ACD
Complementary color
Monochromatic Colors of #DB9ACD
Black with #DB9ACD
Text Example
Text Example
White with #DB9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ACD; }
p { color: rgb(219,154,205); }
H1.HeaderClassName
{
color: #DB9ACD;
}
.AnyTagClassName
{
color: #DB9ACD;
}
</style>
background-color css
<style>
a { background-color: #DB9ACD; }
a { background-color: rgb(219,154,205); }
div.DivClassName
{
background-color: #DB9ACD;
}
.BgClassName
{
background-color: #DB9ACD;
}
</style>
border-color css
<style>
span { border-color: #DB9ACD; }
span { border-color: rgb(219,154,205); }
td.TdClassName
{
border-color: #DB9ACD;
}
.TagClassName
{
border-color: #DB9ACD;
}
</style>