Shades of Plum #DB8BE1
Tints of Plum #DB8BE1
RGB
CMYK
RGB Variations
Color information
#DB8BE1 (or 0xDB8BE1) is known color: Plum. HEX triplet: DB, 8B and E1. RGB value is (219,139,225). Sum of RGB (Red+Green+Blue) = 219+139+225=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BE1 is #24741E. Grayscale: #ACACAC. Windows color (decimal): -2389023 or 14781403. OLE color: 14781403.
HSL color Cylindrical-coordinate representation of color #DB8BE1: hue angle of 295.81º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8BE1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 139 | 225 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.12 |
| HSL | 295.81º | 0.59% | 0.71% | - |
| HSV(B) | 295.81º | 0.38% | 0.88% | - |
| XYZ | 52.04 | 38.96 | 76.01 | - |
| YUV | 172.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 225 | 0.03 | 0.38 | 0 | 0.12 | 295.81 | 0.59 | 0.71 |
| Hex | DB | 8B | E1 | 3 | 26 | 0 | C | 128 | 3B | 47 |
| Octal | 333 | 213 | 341 | 3 | 46 | 0 | 14 | 450 | 73 | 107 |
| Binary | 11011011 | 10001011 | 11100001 | 11 | 100110 | 0 | 1100 | 100101000 | 111011 | 1000111 |
Color Harmonies of #DB8BE1
Complementary color
Monochromatic Colors of #DB8BE1
Black with #DB8BE1
Text Example
Text Example
White with #DB8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BE1; }
p { color: rgb(219,139,225); }
H1.HeaderClassName
{
color: #DB8BE1;
}
.AnyTagClassName
{
color: #DB8BE1;
}
</style>
background-color css
<style>
a { background-color: #DB8BE1; }
a { background-color: rgb(219,139,225); }
div.DivClassName
{
background-color: #DB8BE1;
}
.BgClassName
{
background-color: #DB8BE1;
}
</style>
border-color css
<style>
span { border-color: #DB8BE1; }
span { border-color: rgb(219,139,225); }
td.TdClassName
{
border-color: #DB8BE1;
}
.TagClassName
{
border-color: #DB8BE1;
}
</style>