Shades of Plum #DB9EEC
Tints of Plum #DB9EEC
RGB
CMYK
RGB Variations
Color information
#DB9EEC (or 0xDB9EEC) is known color: Plum. HEX triplet: DB, 9E and EC. RGB value is (219,158,236). Sum of RGB (Red+Green+Blue) = 219+158+236=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EEC is #246113. Grayscale: #B8B8B8. Windows color (decimal): -2384148 or 15507163. OLE color: 15507163.
HSL color Cylindrical-coordinate representation of color #DB9EEC: hue angle of 286.92º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9EEC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 158 | 236 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.07 |
| HSL | 286.92º | 0.67% | 0.77% | - |
| HSV(B) | 286.92º | 0.33% | 0.93% | - |
| XYZ | 56.58 | 45.57 | 85.17 | - |
| YUV | 185.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 236 | 0.07 | 0.33 | 0 | 0.07 | 286.92 | 0.67 | 0.77 |
| Hex | DB | 9E | EC | 7 | 21 | 0 | 7 | 11F | 43 | 4D |
| Octal | 333 | 236 | 354 | 7 | 41 | 0 | 7 | 437 | 103 | 115 |
| Binary | 11011011 | 10011110 | 11101100 | 111 | 100001 | 0 | 111 | 100011111 | 1000011 | 1001101 |
Color Harmonies of #DB9EEC
Complementary color
Monochromatic Colors of #DB9EEC
Black with #DB9EEC
Text Example
Text Example
White with #DB9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EEC; }
p { color: rgb(219,158,236); }
H1.HeaderClassName
{
color: #DB9EEC;
}
.AnyTagClassName
{
color: #DB9EEC;
}
</style>
background-color css
<style>
a { background-color: #DB9EEC; }
a { background-color: rgb(219,158,236); }
div.DivClassName
{
background-color: #DB9EEC;
}
.BgClassName
{
background-color: #DB9EEC;
}
</style>
border-color css
<style>
span { border-color: #DB9EEC; }
span { border-color: rgb(219,158,236); }
td.TdClassName
{
border-color: #DB9EEC;
}
.TagClassName
{
border-color: #DB9EEC;
}
</style>