Shades of Plum #DB8BCC
Tints of Plum #DB8BCC
RGB
CMYK
RGB Variations
Color information
#DB8BCC (or 0xDB8BCC) is known color: Plum. HEX triplet: DB, 8B and CC. RGB value is (219,139,204). Sum of RGB (Red+Green+Blue) = 219+139+204=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BCC is #247433. Grayscale: #AAAAAA. Windows color (decimal): -2389044 or 13405147. OLE color: 13405147.
HSL color Cylindrical-coordinate representation of color #DB8BCC: hue angle of 311.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BCC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 204 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.14 |
| HSL | 311.25º | 0.53% | 0.7% | - |
| HSV(B) | 311.25º | 0.37% | 0.86% | - |
| XYZ | 49.35 | 37.88 | 61.84 | - |
| YUV | 170.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 204 | 0 | 0.37 | 0.07 | 0.14 | 311.25 | 0.53 | 0.7 |
| Hex | DB | 8B | CC | 0 | 25 | 7 | E | 137 | 35 | 46 |
| Octal | 333 | 213 | 314 | 0 | 45 | 7 | 16 | 467 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11001100 | 0 | 100101 | 111 | 1110 | 100110111 | 110101 | 1000110 |
Color Harmonies of #DB8BCC
Complementary color
Monochromatic Colors of #DB8BCC
Black with #DB8BCC
Text Example
Text Example
White with #DB8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BCC; }
p { color: rgb(219,139,204); }
H1.HeaderClassName
{
color: #DB8BCC;
}
.AnyTagClassName
{
color: #DB8BCC;
}
</style>
background-color css
<style>
a { background-color: #DB8BCC; }
a { background-color: rgb(219,139,204); }
div.DivClassName
{
background-color: #DB8BCC;
}
.BgClassName
{
background-color: #DB8BCC;
}
</style>
border-color css
<style>
span { border-color: #DB8BCC; }
span { border-color: rgb(219,139,204); }
td.TdClassName
{
border-color: #DB8BCC;
}
.TagClassName
{
border-color: #DB8BCC;
}
</style>