Shades of Plum #DB88DB
Tints of Plum #DB88DB
RGB
CMYK
RGB Variations
Color information
#DB88DB (or 0xDB88DB) is known color: Plum. HEX triplet: DB, 88 and DB. RGB value is (219,136,219). Sum of RGB (Red+Green+Blue) = 219+136+219=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88DB is #247724. Grayscale: #AAAAAA. Windows color (decimal): -2389797 or 14387419. OLE color: 14387419.
HSL color Cylindrical-coordinate representation of color #DB88DB: hue angle of 300º degrees, saturation: 0.54, 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 #DB88DB is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 219 | - |
| CMYK | 0 | 0.38 | 0 | 0.14 |
| HSL | 300º | 0.54% | 0.7% | - |
| HSV(B) | 300º | 0.38% | 0.86% | - |
| XYZ | 50.8 | 37.78 | 71.63 | - |
| YUV | 170.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 219 | 0 | 0.38 | 0 | 0.14 | 300 | 0.54 | 0.7 |
| Hex | DB | 88 | DB | 0 | 26 | 0 | E | 12C | 36 | 46 |
| Octal | 333 | 210 | 333 | 0 | 46 | 0 | 16 | 454 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11011011 | 0 | 100110 | 0 | 1110 | 100101100 | 110110 | 1000110 |
Color Harmonies of #DB88DB
Complementary color
Monochromatic Colors of #DB88DB
Black with #DB88DB
Text Example
Text Example
White with #DB88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88DB; }
p { color: rgb(219,136,219); }
H1.HeaderClassName
{
color: #DB88DB;
}
.AnyTagClassName
{
color: #DB88DB;
}
</style>
background-color css
<style>
a { background-color: #DB88DB; }
a { background-color: rgb(219,136,219); }
div.DivClassName
{
background-color: #DB88DB;
}
.BgClassName
{
background-color: #DB88DB;
}
</style>
border-color css
<style>
span { border-color: #DB88DB; }
span { border-color: rgb(219,136,219); }
td.TdClassName
{
border-color: #DB88DB;
}
.TagClassName
{
border-color: #DB88DB;
}
</style>