Shades of Plum #DB8DCF
Tints of Plum #DB8DCF
RGB
CMYK
RGB Variations
Color information
#DB8DCF (or 0xDB8DCF) is known color: Plum. HEX triplet: DB, 8D and CF. RGB value is (219,141,207). Sum of RGB (Red+Green+Blue) = 219+141+207=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCF is #247230. Grayscale: #ABABAB. Windows color (decimal): -2388529 or 13602267. OLE color: 13602267.
HSL color Cylindrical-coordinate representation of color #DB8DCF: hue angle of 309.23º 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 #DB8DCF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 207 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.14 |
| HSL | 309.23º | 0.52% | 0.71% | - |
| HSV(B) | 309.23º | 0.36% | 0.86% | - |
| XYZ | 50 | 38.61 | 63.85 | - |
| YUV | 171.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 207 | 0 | 0.36 | 0.05 | 0.14 | 309.23 | 0.52 | 0.71 |
| Hex | DB | 8D | CF | 0 | 24 | 5 | E | 135 | 34 | 47 |
| Octal | 333 | 215 | 317 | 0 | 44 | 5 | 16 | 465 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11001111 | 0 | 100100 | 101 | 1110 | 100110101 | 110100 | 1000111 |
Color Harmonies of #DB8DCF
Complementary color
Monochromatic Colors of #DB8DCF
Black with #DB8DCF
Text Example
Text Example
White with #DB8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DCF; }
p { color: rgb(219,141,207); }
H1.HeaderClassName
{
color: #DB8DCF;
}
.AnyTagClassName
{
color: #DB8DCF;
}
</style>
background-color css
<style>
a { background-color: #DB8DCF; }
a { background-color: rgb(219,141,207); }
div.DivClassName
{
background-color: #DB8DCF;
}
.BgClassName
{
background-color: #DB8DCF;
}
</style>
border-color css
<style>
span { border-color: #DB8DCF; }
span { border-color: rgb(219,141,207); }
td.TdClassName
{
border-color: #DB8DCF;
}
.TagClassName
{
border-color: #DB8DCF;
}
</style>