Shades of Plum #DB9BEA
Tints of Plum #DB9BEA
RGB
CMYK
RGB Variations
Color information
#DB9BEA (or 0xDB9BEA) is known color: Plum. HEX triplet: DB, 9B and EA. RGB value is (219,155,234). Sum of RGB (Red+Green+Blue) = 219+155+234=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEA is #246415. Grayscale: #B6B6B6. Windows color (decimal): -2384918 or 15375323. OLE color: 15375323.
HSL color Cylindrical-coordinate representation of color #DB9BEA: hue angle of 288.61º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9BEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 155 | 234 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.08 |
| HSL | 288.61º | 0.65% | 0.76% | - |
| HSV(B) | 288.61º | 0.34% | 0.92% | - |
| XYZ | 55.79 | 44.44 | 83.48 | - |
| YUV | 183.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 234 | 0.06 | 0.34 | 0 | 0.08 | 288.61 | 0.65 | 0.76 |
| Hex | DB | 9B | EA | 6 | 22 | 0 | 8 | 121 | 41 | 4C |
| Octal | 333 | 233 | 352 | 6 | 42 | 0 | 10 | 441 | 101 | 114 |
| Binary | 11011011 | 10011011 | 11101010 | 110 | 100010 | 0 | 1000 | 100100001 | 1000001 | 1001100 |
Color Harmonies of #DB9BEA
Complementary color
Monochromatic Colors of #DB9BEA
Black with #DB9BEA
Text Example
Text Example
White with #DB9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BEA; }
p { color: rgb(219,155,234); }
H1.HeaderClassName
{
color: #DB9BEA;
}
.AnyTagClassName
{
color: #DB9BEA;
}
</style>
background-color css
<style>
a { background-color: #DB9BEA; }
a { background-color: rgb(219,155,234); }
div.DivClassName
{
background-color: #DB9BEA;
}
.BgClassName
{
background-color: #DB9BEA;
}
</style>
border-color css
<style>
span { border-color: #DB9BEA; }
span { border-color: rgb(219,155,234); }
td.TdClassName
{
border-color: #DB9BEA;
}
.TagClassName
{
border-color: #DB9BEA;
}
</style>