Shades of Plum #DB8BE5
Tints of Plum #DB8BE5
RGB
CMYK
RGB Variations
Color information
#DB8BE5 (or 0xDB8BE5) is known color: Plum. HEX triplet: DB, 8B and E5. RGB value is (219,139,229). Sum of RGB (Red+Green+Blue) = 219+139+229=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BE5 is #24741A. Grayscale: #ACACAC. Windows color (decimal): -2389019 or 15043547. OLE color: 15043547.
HSL color Cylindrical-coordinate representation of color #DB8BE5: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8BE5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 139 | 229 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.10 |
| HSL | 293.33º | 0.63% | 0.72% | - |
| HSV(B) | 293.33º | 0.39% | 0.9% | - |
| XYZ | 52.59 | 39.18 | 78.92 | - |
| YUV | 173.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 229 | 0.04 | 0.39 | 0 | 0.10 | 293.33 | 0.63 | 0.72 |
| Hex | DB | 8B | E5 | 4 | 27 | 0 | A | 125 | 3F | 48 |
| Octal | 333 | 213 | 345 | 4 | 47 | 0 | 12 | 445 | 77 | 110 |
| Binary | 11011011 | 10001011 | 11100101 | 100 | 100111 | 0 | 1010 | 100100101 | 111111 | 1001000 |
Color Harmonies of #DB8BE5
Complementary color
Monochromatic Colors of #DB8BE5
Black with #DB8BE5
Text Example
Text Example
White with #DB8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BE5; }
p { color: rgb(219,139,229); }
H1.HeaderClassName
{
color: #DB8BE5;
}
.AnyTagClassName
{
color: #DB8BE5;
}
</style>
background-color css
<style>
a { background-color: #DB8BE5; }
a { background-color: rgb(219,139,229); }
div.DivClassName
{
background-color: #DB8BE5;
}
.BgClassName
{
background-color: #DB8BE5;
}
</style>
border-color css
<style>
span { border-color: #DB8BE5; }
span { border-color: rgb(219,139,229); }
td.TdClassName
{
border-color: #DB8BE5;
}
.TagClassName
{
border-color: #DB8BE5;
}
</style>