Shades of Plum #DB9EEB
Tints of Plum #DB9EEB
RGB
CMYK
RGB Variations
Color information
#DB9EEB (or 0xDB9EEB) is known color: Plum. HEX triplet: DB, 9E and EB. RGB value is (219,158,235). Sum of RGB (Red+Green+Blue) = 219+158+235=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EEB is #246114. Grayscale: #B8B8B8. Windows color (decimal): -2384149 or 15441627. OLE color: 15441627.
HSL color Cylindrical-coordinate representation of color #DB9EEB: hue angle of 287.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9EEB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 158 | 235 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.08 |
| HSL | 287.53º | 0.66% | 0.77% | - |
| HSV(B) | 287.53º | 0.33% | 0.92% | - |
| XYZ | 56.44 | 45.51 | 84.41 | - |
| YUV | 185.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 235 | 0.07 | 0.33 | 0 | 0.08 | 287.53 | 0.66 | 0.77 |
| Hex | DB | 9E | EB | 7 | 21 | 0 | 8 | 120 | 42 | 4D |
| Octal | 333 | 236 | 353 | 7 | 41 | 0 | 10 | 440 | 102 | 115 |
| Binary | 11011011 | 10011110 | 11101011 | 111 | 100001 | 0 | 1000 | 100100000 | 1000010 | 1001101 |
Color Harmonies of #DB9EEB
Complementary color
Monochromatic Colors of #DB9EEB
Black with #DB9EEB
Text Example
Text Example
White with #DB9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EEB; }
p { color: rgb(219,158,235); }
H1.HeaderClassName
{
color: #DB9EEB;
}
.AnyTagClassName
{
color: #DB9EEB;
}
</style>
background-color css
<style>
a { background-color: #DB9EEB; }
a { background-color: rgb(219,158,235); }
div.DivClassName
{
background-color: #DB9EEB;
}
.BgClassName
{
background-color: #DB9EEB;
}
</style>
border-color css
<style>
span { border-color: #DB9EEB; }
span { border-color: rgb(219,158,235); }
td.TdClassName
{
border-color: #DB9EEB;
}
.TagClassName
{
border-color: #DB9EEB;
}
</style>