Shades of Plum #DB8DE3
Tints of Plum #DB8DE3
RGB
CMYK
RGB Variations
Color information
#DB8DE3 (or 0xDB8DE3) is known color: Plum. HEX triplet: DB, 8D and E3. RGB value is (219,141,227). Sum of RGB (Red+Green+Blue) = 219+141+227=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB8DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DE3 is #24721C. Grayscale: #ADADAD. Windows color (decimal): -2388509 or 14912987. OLE color: 14912987.
HSL color Cylindrical-coordinate representation of color #DB8DE3: hue angle of 294.42º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8DE3 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 141 | 227 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.11 |
| HSL | 294.42º | 0.61% | 0.72% | - |
| HSV(B) | 294.42º | 0.38% | 0.89% | - |
| XYZ | 52.6 | 39.66 | 77.55 | - |
| YUV | 174.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 227 | 0.04 | 0.38 | 0 | 0.11 | 294.42 | 0.61 | 0.72 |
| Hex | DB | 8D | E3 | 4 | 26 | 0 | B | 126 | 3D | 48 |
| Octal | 333 | 215 | 343 | 4 | 46 | 0 | 13 | 446 | 75 | 110 |
| Binary | 11011011 | 10001101 | 11100011 | 100 | 100110 | 0 | 1011 | 100100110 | 111101 | 1001000 |
Color Harmonies of #DB8DE3
Complementary color
Monochromatic Colors of #DB8DE3
Black with #DB8DE3
Text Example
Text Example
White with #DB8DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DE3; }
p { color: rgb(219,141,227); }
H1.HeaderClassName
{
color: #DB8DE3;
}
.AnyTagClassName
{
color: #DB8DE3;
}
</style>
background-color css
<style>
a { background-color: #DB8DE3; }
a { background-color: rgb(219,141,227); }
div.DivClassName
{
background-color: #DB8DE3;
}
.BgClassName
{
background-color: #DB8DE3;
}
</style>
border-color css
<style>
span { border-color: #DB8DE3; }
span { border-color: rgb(219,141,227); }
td.TdClassName
{
border-color: #DB8DE3;
}
.TagClassName
{
border-color: #DB8DE3;
}
</style>