Shades of Mulberry #DB539E
Tints of Mulberry #DB539E
RGB
CMYK
RGB Variations
Color information
#DB539E (or 0xDB539E) is known color: Mulberry. HEX triplet: DB, 53 and 9E. RGB value is (219,83,158). Sum of RGB (Red+Green+Blue) = 219+83+158=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB539E is #24AC61. Grayscale: #848484. Windows color (decimal): -2403426 or 10376155. OLE color: 10376155.
HSL color Cylindrical-coordinate representation of color #DB539E: hue angle of 326.91º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB539E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 158 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.14 |
| HSL | 326.91º | 0.65% | 0.59% | - |
| HSV(B) | 326.91º | 0.62% | 0.86% | - |
| XYZ | 38.48 | 23.72 | 34.9 | - |
| YUV | 132.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 158 | 0 | 0.62 | 0.28 | 0.14 | 326.91 | 0.65 | 0.59 |
| Hex | DB | 53 | 9E | 0 | 3E | 1C | E | 147 | 41 | 3B |
| Octal | 333 | 123 | 236 | 0 | 76 | 34 | 16 | 507 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10011110 | 0 | 111110 | 11100 | 1110 | 101000111 | 1000001 | 111011 |
Color Harmonies of #DB539E
Complementary color
Monochromatic Colors of #DB539E
Black with #DB539E
Text Example
Text Example
White with #DB539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB539E; }
p { color: rgb(219,83,158); }
H1.HeaderClassName
{
color: #DB539E;
}
.AnyTagClassName
{
color: #DB539E;
}
</style>
background-color css
<style>
a { background-color: #DB539E; }
a { background-color: rgb(219,83,158); }
div.DivClassName
{
background-color: #DB539E;
}
.BgClassName
{
background-color: #DB539E;
}
</style>
border-color css
<style>
span { border-color: #DB539E; }
span { border-color: rgb(219,83,158); }
td.TdClassName
{
border-color: #DB539E;
}
.TagClassName
{
border-color: #DB539E;
}
</style>