Shades of Plum #DB8FCE
Tints of Plum #DB8FCE
RGB
CMYK
RGB Variations
Color information
#DB8FCE (or 0xDB8FCE) is known color: Plum. HEX triplet: DB, 8F and CE. RGB value is (219,143,206). Sum of RGB (Red+Green+Blue) = 219+143+206=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FCE is #247031. Grayscale: #ACACAC. Windows color (decimal): -2388018 or 13537243. OLE color: 13537243.
HSL color Cylindrical-coordinate representation of color #DB8FCE: hue angle of 310.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FCE is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 206 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.14 |
| HSL | 310.26º | 0.51% | 0.71% | - |
| HSV(B) | 310.26º | 0.35% | 0.86% | - |
| XYZ | 50.18 | 39.16 | 63.31 | - |
| YUV | 172.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 206 | 0 | 0.35 | 0.06 | 0.14 | 310.26 | 0.51 | 0.71 |
| Hex | DB | 8F | CE | 0 | 23 | 6 | E | 136 | 33 | 47 |
| Octal | 333 | 217 | 316 | 0 | 43 | 6 | 16 | 466 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11001110 | 0 | 100011 | 110 | 1110 | 100110110 | 110011 | 1000111 |
Color Harmonies of #DB8FCE
Complementary color
Monochromatic Colors of #DB8FCE
Black with #DB8FCE
Text Example
Text Example
White with #DB8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FCE; }
p { color: rgb(219,143,206); }
H1.HeaderClassName
{
color: #DB8FCE;
}
.AnyTagClassName
{
color: #DB8FCE;
}
</style>
background-color css
<style>
a { background-color: #DB8FCE; }
a { background-color: rgb(219,143,206); }
div.DivClassName
{
background-color: #DB8FCE;
}
.BgClassName
{
background-color: #DB8FCE;
}
</style>
border-color css
<style>
span { border-color: #DB8FCE; }
span { border-color: rgb(219,143,206); }
td.TdClassName
{
border-color: #DB8FCE;
}
.TagClassName
{
border-color: #DB8FCE;
}
</style>