Shades of Plum #DB8ECC
Tints of Plum #DB8ECC
RGB
CMYK
RGB Variations
Color information
#DB8ECC (or 0xDB8ECC) is known color: Plum. HEX triplet: DB, 8E and CC. RGB value is (219,142,204). Sum of RGB (Red+Green+Blue) = 219+142+204=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ECC is #247133. Grayscale: #ABABAB. Windows color (decimal): -2388276 or 13405915. OLE color: 13405915.
HSL color Cylindrical-coordinate representation of color #DB8ECC: hue angle of 311.69º degrees, saturation: 0.52, 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 #DB8ECC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 204 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.14 |
| HSL | 311.69º | 0.52% | 0.71% | - |
| HSV(B) | 311.69º | 0.35% | 0.86% | - |
| XYZ | 49.79 | 38.77 | 61.99 | - |
| YUV | 172.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 204 | 0 | 0.35 | 0.07 | 0.14 | 311.69 | 0.52 | 0.71 |
| Hex | DB | 8E | CC | 0 | 23 | 7 | E | 138 | 34 | 47 |
| Octal | 333 | 216 | 314 | 0 | 43 | 7 | 16 | 470 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11001100 | 0 | 100011 | 111 | 1110 | 100111000 | 110100 | 1000111 |
Color Harmonies of #DB8ECC
Complementary color
Monochromatic Colors of #DB8ECC
Black with #DB8ECC
Text Example
Text Example
White with #DB8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ECC; }
p { color: rgb(219,142,204); }
H1.HeaderClassName
{
color: #DB8ECC;
}
.AnyTagClassName
{
color: #DB8ECC;
}
</style>
background-color css
<style>
a { background-color: #DB8ECC; }
a { background-color: rgb(219,142,204); }
div.DivClassName
{
background-color: #DB8ECC;
}
.BgClassName
{
background-color: #DB8ECC;
}
</style>
border-color css
<style>
span { border-color: #DB8ECC; }
span { border-color: rgb(219,142,204); }
td.TdClassName
{
border-color: #DB8ECC;
}
.TagClassName
{
border-color: #DB8ECC;
}
</style>