Shades of Plum #DB9BD1
Tints of Plum #DB9BD1
RGB
CMYK
RGB Variations
Color information
#DB9BD1 (or 0xDB9BD1) is known color: Plum. HEX triplet: DB, 9B and D1. RGB value is (219,155,209). Sum of RGB (Red+Green+Blue) = 219+155+209=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BD1 is #24642E. Grayscale: #B4B4B4. Windows color (decimal): -2384943 or 13736923. OLE color: 13736923.
HSL color Cylindrical-coordinate representation of color #DB9BD1: hue angle of 309.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BD1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 209 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.14 |
| HSL | 309.38º | 0.47% | 0.73% | - |
| HSV(B) | 309.38º | 0.29% | 0.86% | - |
| XYZ | 52.44 | 43.11 | 65.88 | - |
| YUV | 180.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 209 | 0 | 0.29 | 0.05 | 0.14 | 309.38 | 0.47 | 0.73 |
| Hex | DB | 9B | D1 | 0 | 1D | 5 | E | 135 | 2F | 49 |
| Octal | 333 | 233 | 321 | 0 | 35 | 5 | 16 | 465 | 57 | 111 |
| Binary | 11011011 | 10011011 | 11010001 | 0 | 11101 | 101 | 1110 | 100110101 | 101111 | 1001001 |
Color Harmonies of #DB9BD1
Complementary color
Monochromatic Colors of #DB9BD1
Black with #DB9BD1
Text Example
Text Example
White with #DB9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BD1; }
p { color: rgb(219,155,209); }
H1.HeaderClassName
{
color: #DB9BD1;
}
.AnyTagClassName
{
color: #DB9BD1;
}
</style>
background-color css
<style>
a { background-color: #DB9BD1; }
a { background-color: rgb(219,155,209); }
div.DivClassName
{
background-color: #DB9BD1;
}
.BgClassName
{
background-color: #DB9BD1;
}
</style>
border-color css
<style>
span { border-color: #DB9BD1; }
span { border-color: rgb(219,155,209); }
td.TdClassName
{
border-color: #DB9BD1;
}
.TagClassName
{
border-color: #DB9BD1;
}
</style>