Shades of Plum #DB8DCD
Tints of Plum #DB8DCD
RGB
CMYK
RGB Variations
Color information
#DB8DCD (or 0xDB8DCD) is known color: Plum. HEX triplet: DB, 8D and CD. RGB value is (219,141,205). Sum of RGB (Red+Green+Blue) = 219+141+205=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCD is #247232. Grayscale: #ABABAB. Windows color (decimal): -2388531 or 13471195. OLE color: 13471195.
HSL color Cylindrical-coordinate representation of color #DB8DCD: hue angle of 310.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DCD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 205 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.14 |
| HSL | 310.77º | 0.52% | 0.71% | - |
| HSV(B) | 310.77º | 0.36% | 0.86% | - |
| XYZ | 49.76 | 38.52 | 62.57 | - |
| YUV | 171.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 205 | 0 | 0.36 | 0.06 | 0.14 | 310.77 | 0.52 | 0.71 |
| Hex | DB | 8D | CD | 0 | 24 | 6 | E | 137 | 34 | 47 |
| Octal | 333 | 215 | 315 | 0 | 44 | 6 | 16 | 467 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11001101 | 0 | 100100 | 110 | 1110 | 100110111 | 110100 | 1000111 |
Color Harmonies of #DB8DCD
Complementary color
Monochromatic Colors of #DB8DCD
Black with #DB8DCD
Text Example
Text Example
White with #DB8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DCD; }
p { color: rgb(219,141,205); }
H1.HeaderClassName
{
color: #DB8DCD;
}
.AnyTagClassName
{
color: #DB8DCD;
}
</style>
background-color css
<style>
a { background-color: #DB8DCD; }
a { background-color: rgb(219,141,205); }
div.DivClassName
{
background-color: #DB8DCD;
}
.BgClassName
{
background-color: #DB8DCD;
}
</style>
border-color css
<style>
span { border-color: #DB8DCD; }
span { border-color: rgb(219,141,205); }
td.TdClassName
{
border-color: #DB8DCD;
}
.TagClassName
{
border-color: #DB8DCD;
}
</style>