Shades of Plum #DB8DD0
Tints of Plum #DB8DD0
RGB
CMYK
RGB Variations
Color information
#DB8DD0 (or 0xDB8DD0) is known color: Plum. HEX triplet: DB, 8D and D0. RGB value is (219,141,208). Sum of RGB (Red+Green+Blue) = 219+141+208=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD0 is #24722F. Grayscale: #ABABAB. Windows color (decimal): -2388528 or 13667803. OLE color: 13667803.
HSL color Cylindrical-coordinate representation of color #DB8DD0: hue angle of 308.46º 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 #DB8DD0 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 208 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.14 |
| HSL | 308.46º | 0.52% | 0.71% | - |
| HSV(B) | 308.46º | 0.36% | 0.86% | - |
| XYZ | 50.12 | 38.66 | 64.5 | - |
| YUV | 171.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 208 | 0 | 0.36 | 0.05 | 0.14 | 308.46 | 0.52 | 0.71 |
| Hex | DB | 8D | D0 | 0 | 24 | 5 | E | 134 | 34 | 47 |
| Octal | 333 | 215 | 320 | 0 | 44 | 5 | 16 | 464 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11010000 | 0 | 100100 | 101 | 1110 | 100110100 | 110100 | 1000111 |
Color Harmonies of #DB8DD0
Complementary color
Monochromatic Colors of #DB8DD0
Black with #DB8DD0
Text Example
Text Example
White with #DB8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DD0; }
p { color: rgb(219,141,208); }
H1.HeaderClassName
{
color: #DB8DD0;
}
.AnyTagClassName
{
color: #DB8DD0;
}
</style>
background-color css
<style>
a { background-color: #DB8DD0; }
a { background-color: rgb(219,141,208); }
div.DivClassName
{
background-color: #DB8DD0;
}
.BgClassName
{
background-color: #DB8DD0;
}
</style>
border-color css
<style>
span { border-color: #DB8DD0; }
span { border-color: rgb(219,141,208); }
td.TdClassName
{
border-color: #DB8DD0;
}
.TagClassName
{
border-color: #DB8DD0;
}
</style>