Shades of Plum #DB9BE6
Tints of Plum #DB9BE6
RGB
CMYK
RGB Variations
Color information
#DB9BE6 (or 0xDB9BE6) is known color: Plum. HEX triplet: DB, 9B and E6. RGB value is (219,155,230). Sum of RGB (Red+Green+Blue) = 219+155+230=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BE6 is #246419. Grayscale: #B6B6B6. Windows color (decimal): -2384922 or 15113179. OLE color: 15113179.
HSL color Cylindrical-coordinate representation of color #DB9BE6: hue angle of 291.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9BE6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 155 | 230 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.10 |
| HSL | 291.2º | 0.6% | 0.75% | - |
| HSV(B) | 291.2º | 0.33% | 0.9% | - |
| XYZ | 55.22 | 44.22 | 80.49 | - |
| YUV | 182.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 230 | 0.05 | 0.33 | 0 | 0.10 | 291.2 | 0.6 | 0.75 |
| Hex | DB | 9B | E6 | 5 | 21 | 0 | A | 123 | 3C | 4B |
| Octal | 333 | 233 | 346 | 5 | 41 | 0 | 12 | 443 | 74 | 113 |
| Binary | 11011011 | 10011011 | 11100110 | 101 | 100001 | 0 | 1010 | 100100011 | 111100 | 1001011 |
Color Harmonies of #DB9BE6
Complementary color
Monochromatic Colors of #DB9BE6
Black with #DB9BE6
Text Example
Text Example
White with #DB9BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BE6; }
p { color: rgb(219,155,230); }
H1.HeaderClassName
{
color: #DB9BE6;
}
.AnyTagClassName
{
color: #DB9BE6;
}
</style>
background-color css
<style>
a { background-color: #DB9BE6; }
a { background-color: rgb(219,155,230); }
div.DivClassName
{
background-color: #DB9BE6;
}
.BgClassName
{
background-color: #DB9BE6;
}
</style>
border-color css
<style>
span { border-color: #DB9BE6; }
span { border-color: rgb(219,155,230); }
td.TdClassName
{
border-color: #DB9BE6;
}
.TagClassName
{
border-color: #DB9BE6;
}
</style>