Shades of Plum #DB88DF
Tints of Plum #DB88DF
RGB
CMYK
RGB Variations
Color information
#DB88DF (or 0xDB88DF) is known color: Plum. HEX triplet: DB, 88 and DF. RGB value is (219,136,223). Sum of RGB (Red+Green+Blue) = 219+136+223=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88DF is #247720. Grayscale: #AAAAAA. Windows color (decimal): -2389793 or 14649563. OLE color: 14649563.
HSL color Cylindrical-coordinate representation of color #DB88DF: hue angle of 297.24º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB88DF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 136 | 223 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.13 |
| HSL | 297.24º | 0.58% | 0.7% | - |
| HSV(B) | 297.24º | 0.39% | 0.87% | - |
| XYZ | 51.34 | 38 | 74.44 | - |
| YUV | 170.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 223 | 0.02 | 0.39 | 0 | 0.13 | 297.24 | 0.58 | 0.7 |
| Hex | DB | 88 | DF | 2 | 27 | 0 | D | 129 | 3A | 46 |
| Octal | 333 | 210 | 337 | 2 | 47 | 0 | 15 | 451 | 72 | 106 |
| Binary | 11011011 | 10001000 | 11011111 | 10 | 100111 | 0 | 1101 | 100101001 | 111010 | 1000110 |
Color Harmonies of #DB88DF
Complementary color
Monochromatic Colors of #DB88DF
Black with #DB88DF
Text Example
Text Example
White with #DB88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88DF; }
p { color: rgb(219,136,223); }
H1.HeaderClassName
{
color: #DB88DF;
}
.AnyTagClassName
{
color: #DB88DF;
}
</style>
background-color css
<style>
a { background-color: #DB88DF; }
a { background-color: rgb(219,136,223); }
div.DivClassName
{
background-color: #DB88DF;
}
.BgClassName
{
background-color: #DB88DF;
}
</style>
border-color css
<style>
span { border-color: #DB88DF; }
span { border-color: rgb(219,136,223); }
td.TdClassName
{
border-color: #DB88DF;
}
.TagClassName
{
border-color: #DB88DF;
}
</style>