Shades of Plum #DB9BDE
Tints of Plum #DB9BDE
RGB
CMYK
RGB Variations
Color information
#DB9BDE (or 0xDB9BDE) is known color: Plum. HEX triplet: DB, 9B and DE. RGB value is (219,155,222). Sum of RGB (Red+Green+Blue) = 219+155+222=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDE is #246421. Grayscale: #B5B5B5. Windows color (decimal): -2384930 or 14588891. OLE color: 14588891.
HSL color Cylindrical-coordinate representation of color #DB9BDE: hue angle of 297.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9BDE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 155 | 222 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 297.31º | 0.5% | 0.74% | - |
| HSV(B) | 297.31º | 0.3% | 0.87% | - |
| XYZ | 54.12 | 43.78 | 74.7 | - |
| YUV | 181.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 222 | 0.01 | 0.30 | 0 | 0.13 | 297.31 | 0.5 | 0.74 |
| Hex | DB | 9B | DE | 1 | 1E | 0 | D | 129 | 32 | 4A |
| Octal | 333 | 233 | 336 | 1 | 36 | 0 | 15 | 451 | 62 | 112 |
| Binary | 11011011 | 10011011 | 11011110 | 1 | 11110 | 0 | 1101 | 100101001 | 110010 | 1001010 |
Color Harmonies of #DB9BDE
Complementary color
Monochromatic Colors of #DB9BDE
Black with #DB9BDE
Text Example
Text Example
White with #DB9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BDE; }
p { color: rgb(219,155,222); }
H1.HeaderClassName
{
color: #DB9BDE;
}
.AnyTagClassName
{
color: #DB9BDE;
}
</style>
background-color css
<style>
a { background-color: #DB9BDE; }
a { background-color: rgb(219,155,222); }
div.DivClassName
{
background-color: #DB9BDE;
}
.BgClassName
{
background-color: #DB9BDE;
}
</style>
border-color css
<style>
span { border-color: #DB9BDE; }
span { border-color: rgb(219,155,222); }
td.TdClassName
{
border-color: #DB9BDE;
}
.TagClassName
{
border-color: #DB9BDE;
}
</style>