Shades of Plum #DB88DC
Tints of Plum #DB88DC
RGB
CMYK
RGB Variations
Color information
#DB88DC (or 0xDB88DC) is known color: Plum. HEX triplet: DB, 88 and DC. RGB value is (219,136,220). Sum of RGB (Red+Green+Blue) = 219+136+220=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88DC is #247723. Grayscale: #AAAAAA. Windows color (decimal): -2389796 or 14452955. OLE color: 14452955.
HSL color Cylindrical-coordinate representation of color #DB88DC: hue angle of 299.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88DC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 220 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.14 |
| HSL | 299.29º | 0.55% | 0.7% | - |
| HSV(B) | 299.29º | 0.38% | 0.86% | - |
| XYZ | 50.94 | 37.84 | 72.33 | - |
| YUV | 170.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 220 | 0.00 | 0.38 | 0 | 0.14 | 299.29 | 0.55 | 0.7 |
| Hex | DB | 88 | DC | 0 | 26 | 0 | E | 12B | 37 | 46 |
| Octal | 333 | 210 | 334 | 0 | 46 | 0 | 16 | 453 | 67 | 106 |
| Binary | 11011011 | 10001000 | 11011100 | 0 | 100110 | 0 | 1110 | 100101011 | 110111 | 1000110 |
Color Harmonies of #DB88DC
Complementary color
Monochromatic Colors of #DB88DC
Black with #DB88DC
Text Example
Text Example
White with #DB88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88DC; }
p { color: rgb(219,136,220); }
H1.HeaderClassName
{
color: #DB88DC;
}
.AnyTagClassName
{
color: #DB88DC;
}
</style>
background-color css
<style>
a { background-color: #DB88DC; }
a { background-color: rgb(219,136,220); }
div.DivClassName
{
background-color: #DB88DC;
}
.BgClassName
{
background-color: #DB88DC;
}
</style>
border-color css
<style>
span { border-color: #DB88DC; }
span { border-color: rgb(219,136,220); }
td.TdClassName
{
border-color: #DB88DC;
}
.TagClassName
{
border-color: #DB88DC;
}
</style>