Shades of Plum #DB9CEB
Tints of Plum #DB9CEB
RGB
CMYK
RGB Variations
Color information
#DB9CEB (or 0xDB9CEB) is known color: Plum. HEX triplet: DB, 9C and EB. RGB value is (219,156,235). Sum of RGB (Red+Green+Blue) = 219+156+235=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CEB is #246314. Grayscale: #B7B7B7. Windows color (decimal): -2384661 or 15441115. OLE color: 15441115.
HSL color Cylindrical-coordinate representation of color #DB9CEB: hue angle of 287.85º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9CEB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 156 | 235 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.08 |
| HSL | 287.85º | 0.66% | 0.77% | - |
| HSV(B) | 287.85º | 0.34% | 0.92% | - |
| XYZ | 56.1 | 44.84 | 84.29 | - |
| YUV | 183.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 235 | 0.07 | 0.34 | 0 | 0.08 | 287.85 | 0.66 | 0.77 |
| Hex | DB | 9C | EB | 7 | 22 | 0 | 8 | 120 | 42 | 4D |
| Octal | 333 | 234 | 353 | 7 | 42 | 0 | 10 | 440 | 102 | 115 |
| Binary | 11011011 | 10011100 | 11101011 | 111 | 100010 | 0 | 1000 | 100100000 | 1000010 | 1001101 |
Color Harmonies of #DB9CEB
Complementary color
Monochromatic Colors of #DB9CEB
Black with #DB9CEB
Text Example
Text Example
White with #DB9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CEB; }
p { color: rgb(219,156,235); }
H1.HeaderClassName
{
color: #DB9CEB;
}
.AnyTagClassName
{
color: #DB9CEB;
}
</style>
background-color css
<style>
a { background-color: #DB9CEB; }
a { background-color: rgb(219,156,235); }
div.DivClassName
{
background-color: #DB9CEB;
}
.BgClassName
{
background-color: #DB9CEB;
}
</style>
border-color css
<style>
span { border-color: #DB9CEB; }
span { border-color: rgb(219,156,235); }
td.TdClassName
{
border-color: #DB9CEB;
}
.TagClassName
{
border-color: #DB9CEB;
}
</style>