Shades of Plum #DB8DCE
Tints of Plum #DB8DCE
RGB
CMYK
RGB Variations
Color information
#DB8DCE (or 0xDB8DCE) is known color: Plum. HEX triplet: DB, 8D and CE. RGB value is (219,141,206). Sum of RGB (Red+Green+Blue) = 219+141+206=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCE is #247231. Grayscale: #ABABAB. Windows color (decimal): -2388530 or 13536731. OLE color: 13536731.
HSL color Cylindrical-coordinate representation of color #DB8DCE: hue angle of 310º 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 #DB8DCE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 206 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.14 |
| HSL | 310º | 0.52% | 0.71% | - |
| HSV(B) | 310º | 0.36% | 0.86% | - |
| XYZ | 49.88 | 38.57 | 63.21 | - |
| YUV | 171.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 206 | 0 | 0.36 | 0.06 | 0.14 | 310 | 0.52 | 0.71 |
| Hex | DB | 8D | CE | 0 | 24 | 6 | E | 136 | 34 | 47 |
| Octal | 333 | 215 | 316 | 0 | 44 | 6 | 16 | 466 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11001110 | 0 | 100100 | 110 | 1110 | 100110110 | 110100 | 1000111 |
Color Harmonies of #DB8DCE
Complementary color
Monochromatic Colors of #DB8DCE
Black with #DB8DCE
Text Example
Text Example
White with #DB8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DCE; }
p { color: rgb(219,141,206); }
H1.HeaderClassName
{
color: #DB8DCE;
}
.AnyTagClassName
{
color: #DB8DCE;
}
</style>
background-color css
<style>
a { background-color: #DB8DCE; }
a { background-color: rgb(219,141,206); }
div.DivClassName
{
background-color: #DB8DCE;
}
.BgClassName
{
background-color: #DB8DCE;
}
</style>
border-color css
<style>
span { border-color: #DB8DCE; }
span { border-color: rgb(219,141,206); }
td.TdClassName
{
border-color: #DB8DCE;
}
.TagClassName
{
border-color: #DB8DCE;
}
</style>