Shades of Plum #DB9DE7
Tints of Plum #DB9DE7
RGB
CMYK
RGB Variations
Color information
#DB9DE7 (or 0xDB9DE7) is known color: Plum. HEX triplet: DB, 9D and E7. RGB value is (219,157,231). Sum of RGB (Red+Green+Blue) = 219+157+231=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DE7 is #246218. Grayscale: #B7B7B7. Windows color (decimal): -2384409 or 15179227. OLE color: 15179227.
HSL color Cylindrical-coordinate representation of color #DB9DE7: hue angle of 290.27º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9DE7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 157 | 231 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.09 |
| HSL | 290.27º | 0.61% | 0.76% | - |
| HSV(B) | 290.27º | 0.32% | 0.91% | - |
| XYZ | 55.69 | 44.94 | 81.34 | - |
| YUV | 183.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 231 | 0.05 | 0.32 | 0 | 0.09 | 290.27 | 0.61 | 0.76 |
| Hex | DB | 9D | E7 | 5 | 20 | 0 | 9 | 122 | 3D | 4C |
| Octal | 333 | 235 | 347 | 5 | 40 | 0 | 11 | 442 | 75 | 114 |
| Binary | 11011011 | 10011101 | 11100111 | 101 | 100000 | 0 | 1001 | 100100010 | 111101 | 1001100 |
Color Harmonies of #DB9DE7
Complementary color
Monochromatic Colors of #DB9DE7
Black with #DB9DE7
Text Example
Text Example
White with #DB9DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DE7; }
p { color: rgb(219,157,231); }
H1.HeaderClassName
{
color: #DB9DE7;
}
.AnyTagClassName
{
color: #DB9DE7;
}
</style>
background-color css
<style>
a { background-color: #DB9DE7; }
a { background-color: rgb(219,157,231); }
div.DivClassName
{
background-color: #DB9DE7;
}
.BgClassName
{
background-color: #DB9DE7;
}
</style>
border-color css
<style>
span { border-color: #DB9DE7; }
span { border-color: rgb(219,157,231); }
td.TdClassName
{
border-color: #DB9DE7;
}
.TagClassName
{
border-color: #DB9DE7;
}
</style>