Shades of Mulberry #DB539D
Tints of Mulberry #DB539D
RGB
CMYK
RGB Variations
Color information
#DB539D (or 0xDB539D) is known color: Mulberry. HEX triplet: DB, 53 and 9D. RGB value is (219,83,157). Sum of RGB (Red+Green+Blue) = 219+83+157=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB539D is #24AC62. Grayscale: #838383. Windows color (decimal): -2403427 or 10310619. OLE color: 10310619.
HSL color Cylindrical-coordinate representation of color #DB539D: hue angle of 327.35º 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 #DB539D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 157 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.14 |
| HSL | 327.35º | 0.65% | 0.59% | - |
| HSV(B) | 327.35º | 0.62% | 0.86% | - |
| XYZ | 38.39 | 23.68 | 34.45 | - |
| YUV | 132.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 157 | 0 | 0.62 | 0.28 | 0.14 | 327.35 | 0.65 | 0.59 |
| Hex | DB | 53 | 9D | 0 | 3E | 1C | E | 147 | 41 | 3B |
| Octal | 333 | 123 | 235 | 0 | 76 | 34 | 16 | 507 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10011101 | 0 | 111110 | 11100 | 1110 | 101000111 | 1000001 | 111011 |
Color Harmonies of #DB539D
Complementary color
Monochromatic Colors of #DB539D
Black with #DB539D
Text Example
Text Example
White with #DB539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB539D; }
p { color: rgb(219,83,157); }
H1.HeaderClassName
{
color: #DB539D;
}
.AnyTagClassName
{
color: #DB539D;
}
</style>
background-color css
<style>
a { background-color: #DB539D; }
a { background-color: rgb(219,83,157); }
div.DivClassName
{
background-color: #DB539D;
}
.BgClassName
{
background-color: #DB539D;
}
</style>
border-color css
<style>
span { border-color: #DB539D; }
span { border-color: rgb(219,83,157); }
td.TdClassName
{
border-color: #DB539D;
}
.TagClassName
{
border-color: #DB539D;
}
</style>