Shades of Plum #DB8CDE
Tints of Plum #DB8CDE
RGB
CMYK
RGB Variations
Color information
#DB8CDE (or 0xDB8CDE) is known color: Plum. HEX triplet: DB, 8C and DE. RGB value is (219,140,222). Sum of RGB (Red+Green+Blue) = 219+140+222=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CDE is #247321. Grayscale: #ACACAC. Windows color (decimal): -2388770 or 14585051. OLE color: 14585051.
HSL color Cylindrical-coordinate representation of color #DB8CDE: hue angle of 297.8º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8CDE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 140 | 222 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.13 |
| HSL | 297.8º | 0.55% | 0.71% | - |
| HSV(B) | 297.8º | 0.37% | 0.87% | - |
| XYZ | 51.78 | 39.09 | 73.92 | - |
| YUV | 172.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 222 | 0.01 | 0.37 | 0 | 0.13 | 297.8 | 0.55 | 0.71 |
| Hex | DB | 8C | DE | 1 | 25 | 0 | D | 12A | 37 | 47 |
| Octal | 333 | 214 | 336 | 1 | 45 | 0 | 15 | 452 | 67 | 107 |
| Binary | 11011011 | 10001100 | 11011110 | 1 | 100101 | 0 | 1101 | 100101010 | 110111 | 1000111 |
Color Harmonies of #DB8CDE
Complementary color
Monochromatic Colors of #DB8CDE
Black with #DB8CDE
Text Example
Text Example
White with #DB8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CDE; }
p { color: rgb(219,140,222); }
H1.HeaderClassName
{
color: #DB8CDE;
}
.AnyTagClassName
{
color: #DB8CDE;
}
</style>
background-color css
<style>
a { background-color: #DB8CDE; }
a { background-color: rgb(219,140,222); }
div.DivClassName
{
background-color: #DB8CDE;
}
.BgClassName
{
background-color: #DB8CDE;
}
</style>
border-color css
<style>
span { border-color: #DB8CDE; }
span { border-color: rgb(219,140,222); }
td.TdClassName
{
border-color: #DB8CDE;
}
.TagClassName
{
border-color: #DB8CDE;
}
</style>