Shades of Plum #DB8CDC
Tints of Plum #DB8CDC
RGB
CMYK
RGB Variations
Color information
#DB8CDC (or 0xDB8CDC) is known color: Plum. HEX triplet: DB, 8C and DC. RGB value is (219,140,220). Sum of RGB (Red+Green+Blue) = 219+140+220=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CDC is #247323. Grayscale: #ACACAC. Windows color (decimal): -2388772 or 14453979. OLE color: 14453979.
HSL color Cylindrical-coordinate representation of color #DB8CDC: hue angle of 299.25º degrees, saturation: 0.53, 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 #DB8CDC is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 220 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.14 |
| HSL | 299.25º | 0.53% | 0.71% | - |
| HSV(B) | 299.25º | 0.36% | 0.86% | - |
| XYZ | 51.51 | 38.98 | 72.52 | - |
| YUV | 172.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 220 | 0.00 | 0.36 | 0 | 0.14 | 299.25 | 0.53 | 0.71 |
| Hex | DB | 8C | DC | 0 | 24 | 0 | E | 12B | 35 | 47 |
| Octal | 333 | 214 | 334 | 0 | 44 | 0 | 16 | 453 | 65 | 107 |
| Binary | 11011011 | 10001100 | 11011100 | 0 | 100100 | 0 | 1110 | 100101011 | 110101 | 1000111 |
Color Harmonies of #DB8CDC
Complementary color
Monochromatic Colors of #DB8CDC
Black with #DB8CDC
Text Example
Text Example
White with #DB8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CDC; }
p { color: rgb(219,140,220); }
H1.HeaderClassName
{
color: #DB8CDC;
}
.AnyTagClassName
{
color: #DB8CDC;
}
</style>
background-color css
<style>
a { background-color: #DB8CDC; }
a { background-color: rgb(219,140,220); }
div.DivClassName
{
background-color: #DB8CDC;
}
.BgClassName
{
background-color: #DB8CDC;
}
</style>
border-color css
<style>
span { border-color: #DB8CDC; }
span { border-color: rgb(219,140,220); }
td.TdClassName
{
border-color: #DB8CDC;
}
.TagClassName
{
border-color: #DB8CDC;
}
</style>