Shades of Plum #DB9DE0
Tints of Plum #DB9DE0
RGB
CMYK
RGB Variations
Color information
#DB9DE0 (or 0xDB9DE0) is known color: Plum. HEX triplet: DB, 9D and E0. RGB value is (219,157,224). Sum of RGB (Red+Green+Blue) = 219+157+224=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DE0 is #24621F. Grayscale: #B6B6B6. Windows color (decimal): -2384416 or 14720475. OLE color: 14720475.
HSL color Cylindrical-coordinate representation of color #DB9DE0: hue angle of 295.52º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9DE0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 157 | 224 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.12 |
| HSL | 295.52º | 0.52% | 0.75% | - |
| HSV(B) | 295.52º | 0.3% | 0.88% | - |
| XYZ | 54.72 | 44.56 | 76.24 | - |
| YUV | 183.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 224 | 0.02 | 0.30 | 0 | 0.12 | 295.52 | 0.52 | 0.75 |
| Hex | DB | 9D | E0 | 2 | 1E | 0 | C | 128 | 34 | 4B |
| Octal | 333 | 235 | 340 | 2 | 36 | 0 | 14 | 450 | 64 | 113 |
| Binary | 11011011 | 10011101 | 11100000 | 10 | 11110 | 0 | 1100 | 100101000 | 110100 | 1001011 |
Color Harmonies of #DB9DE0
Complementary color
Monochromatic Colors of #DB9DE0
Black with #DB9DE0
Text Example
Text Example
White with #DB9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DE0; }
p { color: rgb(219,157,224); }
H1.HeaderClassName
{
color: #DB9DE0;
}
.AnyTagClassName
{
color: #DB9DE0;
}
</style>
background-color css
<style>
a { background-color: #DB9DE0; }
a { background-color: rgb(219,157,224); }
div.DivClassName
{
background-color: #DB9DE0;
}
.BgClassName
{
background-color: #DB9DE0;
}
</style>
border-color css
<style>
span { border-color: #DB9DE0; }
span { border-color: rgb(219,157,224); }
td.TdClassName
{
border-color: #DB9DE0;
}
.TagClassName
{
border-color: #DB9DE0;
}
</style>