Shades of Plum #DB9DD1
Tints of Plum #DB9DD1
RGB
CMYK
RGB Variations
Color information
#DB9DD1 (or 0xDB9DD1) is known color: Plum. HEX triplet: DB, 9D and D1. RGB value is (219,157,209). Sum of RGB (Red+Green+Blue) = 219+157+209=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD1 is #24622E. Grayscale: #B5B5B5. Windows color (decimal): -2384431 or 13737435. OLE color: 13737435.
HSL color Cylindrical-coordinate representation of color #DB9DD1: hue angle of 309.68º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DD1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 209 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.14 |
| HSL | 309.68º | 0.46% | 0.74% | - |
| HSV(B) | 309.68º | 0.28% | 0.86% | - |
| XYZ | 52.78 | 43.78 | 65.99 | - |
| YUV | 181.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 209 | 0 | 0.28 | 0.05 | 0.14 | 309.68 | 0.46 | 0.74 |
| Hex | DB | 9D | D1 | 0 | 1C | 5 | E | 136 | 2E | 4A |
| Octal | 333 | 235 | 321 | 0 | 34 | 5 | 16 | 466 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11010001 | 0 | 11100 | 101 | 1110 | 100110110 | 101110 | 1001010 |
Color Harmonies of #DB9DD1
Complementary color
Monochromatic Colors of #DB9DD1
Black with #DB9DD1
Text Example
Text Example
White with #DB9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DD1; }
p { color: rgb(219,157,209); }
H1.HeaderClassName
{
color: #DB9DD1;
}
.AnyTagClassName
{
color: #DB9DD1;
}
</style>
background-color css
<style>
a { background-color: #DB9DD1; }
a { background-color: rgb(219,157,209); }
div.DivClassName
{
background-color: #DB9DD1;
}
.BgClassName
{
background-color: #DB9DD1;
}
</style>
border-color css
<style>
span { border-color: #DB9DD1; }
span { border-color: rgb(219,157,209); }
td.TdClassName
{
border-color: #DB9DD1;
}
.TagClassName
{
border-color: #DB9DD1;
}
</style>