Shades of Plum #DB89E1
Tints of Plum #DB89E1
RGB
CMYK
RGB Variations
Color information
#DB89E1 (or 0xDB89E1) is known color: Plum. HEX triplet: DB, 89 and E1. RGB value is (219,137,225). Sum of RGB (Red+Green+Blue) = 219+137+225=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB89E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89E1 is #24761E. Grayscale: #ABABAB. Windows color (decimal): -2389535 or 14780891. OLE color: 14780891.
HSL color Cylindrical-coordinate representation of color #DB89E1: hue angle of 295.91º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB89E1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 137 | 225 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.12 |
| HSL | 295.91º | 0.59% | 0.71% | - |
| HSV(B) | 295.91º | 0.39% | 0.88% | - |
| XYZ | 51.75 | 38.39 | 75.92 | - |
| YUV | 171.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 225 | 0.03 | 0.39 | 0 | 0.12 | 295.91 | 0.59 | 0.71 |
| Hex | DB | 89 | E1 | 3 | 27 | 0 | C | 128 | 3B | 47 |
| Octal | 333 | 211 | 341 | 3 | 47 | 0 | 14 | 450 | 73 | 107 |
| Binary | 11011011 | 10001001 | 11100001 | 11 | 100111 | 0 | 1100 | 100101000 | 111011 | 1000111 |
Color Harmonies of #DB89E1
Complementary color
Monochromatic Colors of #DB89E1
Black with #DB89E1
Text Example
Text Example
White with #DB89E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89E1; }
p { color: rgb(219,137,225); }
H1.HeaderClassName
{
color: #DB89E1;
}
.AnyTagClassName
{
color: #DB89E1;
}
</style>
background-color css
<style>
a { background-color: #DB89E1; }
a { background-color: rgb(219,137,225); }
div.DivClassName
{
background-color: #DB89E1;
}
.BgClassName
{
background-color: #DB89E1;
}
</style>
border-color css
<style>
span { border-color: #DB89E1; }
span { border-color: rgb(219,137,225); }
td.TdClassName
{
border-color: #DB89E1;
}
.TagClassName
{
border-color: #DB89E1;
}
</style>