Shades of Plum #DB9BEC
Tints of Plum #DB9BEC
RGB
CMYK
RGB Variations
Color information
#DB9BEC (or 0xDB9BEC) is known color: Plum. HEX triplet: DB, 9B and EC. RGB value is (219,155,236). Sum of RGB (Red+Green+Blue) = 219+155+236=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEC is #246413. Grayscale: #B7B7B7. Windows color (decimal): -2384916 or 15506395. OLE color: 15506395.
HSL color Cylindrical-coordinate representation of color #DB9BEC: hue angle of 287.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9BEC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 155 | 236 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.07 |
| HSL | 287.41º | 0.68% | 0.77% | - |
| HSV(B) | 287.41º | 0.34% | 0.93% | - |
| XYZ | 56.08 | 44.56 | 85 | - |
| YUV | 183.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 236 | 0.07 | 0.34 | 0 | 0.07 | 287.41 | 0.68 | 0.77 |
| Hex | DB | 9B | EC | 7 | 22 | 0 | 7 | 11F | 44 | 4D |
| Octal | 333 | 233 | 354 | 7 | 42 | 0 | 7 | 437 | 104 | 115 |
| Binary | 11011011 | 10011011 | 11101100 | 111 | 100010 | 0 | 111 | 100011111 | 1000100 | 1001101 |
Color Harmonies of #DB9BEC
Complementary color
Monochromatic Colors of #DB9BEC
Black with #DB9BEC
Text Example
Text Example
White with #DB9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BEC; }
p { color: rgb(219,155,236); }
H1.HeaderClassName
{
color: #DB9BEC;
}
.AnyTagClassName
{
color: #DB9BEC;
}
</style>
background-color css
<style>
a { background-color: #DB9BEC; }
a { background-color: rgb(219,155,236); }
div.DivClassName
{
background-color: #DB9BEC;
}
.BgClassName
{
background-color: #DB9BEC;
}
</style>
border-color css
<style>
span { border-color: #DB9BEC; }
span { border-color: rgb(219,155,236); }
td.TdClassName
{
border-color: #DB9BEC;
}
.TagClassName
{
border-color: #DB9BEC;
}
</style>