Shades of Mulberry #DB509D
Tints of Mulberry #DB509D
RGB
CMYK
RGB Variations
Color information
#DB509D (or 0xDB509D) is known color: Mulberry. HEX triplet: DB, 50 and 9D. RGB value is (219,80,157). Sum of RGB (Red+Green+Blue) = 219+80+157=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB509D is #24AF62. Grayscale: #828282. Windows color (decimal): -2404195 or 10309851. OLE color: 10309851.
HSL color Cylindrical-coordinate representation of color #DB509D: hue angle of 326.76º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB509D is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 157 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.14 |
| HSL | 326.76º | 0.66% | 0.59% | - |
| HSV(B) | 326.76º | 0.63% | 0.86% | - |
| XYZ | 38.17 | 23.23 | 34.37 | - |
| YUV | 130.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 157 | 0 | 0.63 | 0.28 | 0.14 | 326.76 | 0.66 | 0.59 |
| Hex | DB | 50 | 9D | 0 | 3F | 1C | E | 147 | 42 | 3B |
| Octal | 333 | 120 | 235 | 0 | 77 | 34 | 16 | 507 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10011101 | 0 | 111111 | 11100 | 1110 | 101000111 | 1000010 | 111011 |
Color Harmonies of #DB509D
Complementary color
Monochromatic Colors of #DB509D
Black with #DB509D
Text Example
Text Example
White with #DB509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB509D; }
p { color: rgb(219,80,157); }
H1.HeaderClassName
{
color: #DB509D;
}
.AnyTagClassName
{
color: #DB509D;
}
</style>
background-color css
<style>
a { background-color: #DB509D; }
a { background-color: rgb(219,80,157); }
div.DivClassName
{
background-color: #DB509D;
}
.BgClassName
{
background-color: #DB509D;
}
</style>
border-color css
<style>
span { border-color: #DB509D; }
span { border-color: rgb(219,80,157); }
td.TdClassName
{
border-color: #DB509D;
}
.TagClassName
{
border-color: #DB509D;
}
</style>