Shades of Plum #DB9BDD
Tints of Plum #DB9BDD
RGB
CMYK
RGB Variations
Color information
#DB9BDD (or 0xDB9BDD) is known color: Plum. HEX triplet: DB, 9B and DD. RGB value is (219,155,221). Sum of RGB (Red+Green+Blue) = 219+155+221=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDD is #246422. Grayscale: #B5B5B5. Windows color (decimal): -2384931 or 14523355. OLE color: 14523355.
HSL color Cylindrical-coordinate representation of color #DB9BDD: hue angle of 298.18º degrees, saturation: 0.49, 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 #DB9BDD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 155 | 221 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 298.18º | 0.49% | 0.74% | - |
| HSV(B) | 298.18º | 0.3% | 0.87% | - |
| XYZ | 53.99 | 43.72 | 74 | - |
| YUV | 181.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 221 | 0.01 | 0.30 | 0 | 0.13 | 298.18 | 0.49 | 0.74 |
| Hex | DB | 9B | DD | 1 | 1E | 0 | D | 12A | 31 | 4A |
| Octal | 333 | 233 | 335 | 1 | 36 | 0 | 15 | 452 | 61 | 112 |
| Binary | 11011011 | 10011011 | 11011101 | 1 | 11110 | 0 | 1101 | 100101010 | 110001 | 1001010 |
Color Harmonies of #DB9BDD
Complementary color
Monochromatic Colors of #DB9BDD
Black with #DB9BDD
Text Example
Text Example
White with #DB9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BDD; }
p { color: rgb(219,155,221); }
H1.HeaderClassName
{
color: #DB9BDD;
}
.AnyTagClassName
{
color: #DB9BDD;
}
</style>
background-color css
<style>
a { background-color: #DB9BDD; }
a { background-color: rgb(219,155,221); }
div.DivClassName
{
background-color: #DB9BDD;
}
.BgClassName
{
background-color: #DB9BDD;
}
</style>
border-color css
<style>
span { border-color: #DB9BDD; }
span { border-color: rgb(219,155,221); }
td.TdClassName
{
border-color: #DB9BDD;
}
.TagClassName
{
border-color: #DB9BDD;
}
</style>