Shades of Plum #DB9DD3
Tints of Plum #DB9DD3
RGB
CMYK
RGB Variations
Color information
#DB9DD3 (or 0xDB9DD3) is known color: Plum. HEX triplet: DB, 9D and D3. RGB value is (219,157,211). Sum of RGB (Red+Green+Blue) = 219+157+211=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD3 is #24622C. Grayscale: #B5B5B5. Windows color (decimal): -2384429 or 13868507. OLE color: 13868507.
HSL color Cylindrical-coordinate representation of color #DB9DD3: hue angle of 307.74º 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 #DB9DD3 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 211 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.14 |
| HSL | 307.74º | 0.46% | 0.74% | - |
| HSV(B) | 307.74º | 0.28% | 0.86% | - |
| XYZ | 53.03 | 43.88 | 67.3 | - |
| YUV | 181.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 211 | 0 | 0.28 | 0.04 | 0.14 | 307.74 | 0.46 | 0.74 |
| Hex | DB | 9D | D3 | 0 | 1C | 4 | E | 134 | 2E | 4A |
| Octal | 333 | 235 | 323 | 0 | 34 | 4 | 16 | 464 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11010011 | 0 | 11100 | 100 | 1110 | 100110100 | 101110 | 1001010 |
Color Harmonies of #DB9DD3
Complementary color
Monochromatic Colors of #DB9DD3
Black with #DB9DD3
Text Example
Text Example
White with #DB9DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DD3; }
p { color: rgb(219,157,211); }
H1.HeaderClassName
{
color: #DB9DD3;
}
.AnyTagClassName
{
color: #DB9DD3;
}
</style>
background-color css
<style>
a { background-color: #DB9DD3; }
a { background-color: rgb(219,157,211); }
div.DivClassName
{
background-color: #DB9DD3;
}
.BgClassName
{
background-color: #DB9DD3;
}
</style>
border-color css
<style>
span { border-color: #DB9DD3; }
span { border-color: rgb(219,157,211); }
td.TdClassName
{
border-color: #DB9DD3;
}
.TagClassName
{
border-color: #DB9DD3;
}
</style>