Shades of Plum #DB9EE7
Tints of Plum #DB9EE7
RGB
CMYK
RGB Variations
Color information
#DB9EE7 (or 0xDB9EE7) is known color: Plum. HEX triplet: DB, 9E and E7. RGB value is (219,158,231). Sum of RGB (Red+Green+Blue) = 219+158+231=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EE7 is #246118. Grayscale: #B8B8B8. Windows color (decimal): -2384153 or 15179483. OLE color: 15179483.
HSL color Cylindrical-coordinate representation of color #DB9EE7: hue angle of 290.14º degrees, saturation: 0.6, 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 #DB9EE7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 158 | 231 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.09 |
| HSL | 290.14º | 0.6% | 0.76% | - |
| HSV(B) | 290.14º | 0.32% | 0.91% | - |
| XYZ | 55.86 | 45.28 | 81.4 | - |
| YUV | 184.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 231 | 0.05 | 0.32 | 0 | 0.09 | 290.14 | 0.6 | 0.76 |
| Hex | DB | 9E | E7 | 5 | 20 | 0 | 9 | 122 | 3C | 4C |
| Octal | 333 | 236 | 347 | 5 | 40 | 0 | 11 | 442 | 74 | 114 |
| Binary | 11011011 | 10011110 | 11100111 | 101 | 100000 | 0 | 1001 | 100100010 | 111100 | 1001100 |
Color Harmonies of #DB9EE7
Complementary color
Monochromatic Colors of #DB9EE7
Black with #DB9EE7
Text Example
Text Example
White with #DB9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EE7; }
p { color: rgb(219,158,231); }
H1.HeaderClassName
{
color: #DB9EE7;
}
.AnyTagClassName
{
color: #DB9EE7;
}
</style>
background-color css
<style>
a { background-color: #DB9EE7; }
a { background-color: rgb(219,158,231); }
div.DivClassName
{
background-color: #DB9EE7;
}
.BgClassName
{
background-color: #DB9EE7;
}
</style>
border-color css
<style>
span { border-color: #DB9EE7; }
span { border-color: rgb(219,158,231); }
td.TdClassName
{
border-color: #DB9EE7;
}
.TagClassName
{
border-color: #DB9EE7;
}
</style>