Shades of Plum #DB8FCC
Tints of Plum #DB8FCC
RGB
CMYK
RGB Variations
Color information
#DB8FCC (or 0xDB8FCC) is known color: Plum. HEX triplet: DB, 8F and CC. RGB value is (219,143,204). Sum of RGB (Red+Green+Blue) = 219+143+204=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FCC is #247033. Grayscale: #ACACAC. Windows color (decimal): -2388020 or 13406171. OLE color: 13406171.
HSL color Cylindrical-coordinate representation of color #DB8FCC: hue angle of 311.84º 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 #DB8FCC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 204 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.14 |
| HSL | 311.84º | 0.51% | 0.71% | - |
| HSV(B) | 311.84º | 0.35% | 0.86% | - |
| XYZ | 49.93 | 39.06 | 62.04 | - |
| YUV | 172.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 204 | 0 | 0.35 | 0.07 | 0.14 | 311.84 | 0.51 | 0.71 |
| Hex | DB | 8F | CC | 0 | 23 | 7 | E | 138 | 33 | 47 |
| Octal | 333 | 217 | 314 | 0 | 43 | 7 | 16 | 470 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11001100 | 0 | 100011 | 111 | 1110 | 100111000 | 110011 | 1000111 |
Color Harmonies of #DB8FCC
Complementary color
Monochromatic Colors of #DB8FCC
Black with #DB8FCC
Text Example
Text Example
White with #DB8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FCC; }
p { color: rgb(219,143,204); }
H1.HeaderClassName
{
color: #DB8FCC;
}
.AnyTagClassName
{
color: #DB8FCC;
}
</style>
background-color css
<style>
a { background-color: #DB8FCC; }
a { background-color: rgb(219,143,204); }
div.DivClassName
{
background-color: #DB8FCC;
}
.BgClassName
{
background-color: #DB8FCC;
}
</style>
border-color css
<style>
span { border-color: #DB8FCC; }
span { border-color: rgb(219,143,204); }
td.TdClassName
{
border-color: #DB8FCC;
}
.TagClassName
{
border-color: #DB8FCC;
}
</style>