Shades of Mulberry #DB509B
Tints of Mulberry #DB509B
RGB
CMYK
RGB Variations
Color information
#DB509B (or 0xDB509B) is known color: Mulberry. HEX triplet: DB, 50 and 9B. RGB value is (219,80,155). Sum of RGB (Red+Green+Blue) = 219+80+155=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB509B is #24AF64. Grayscale: #818181. Windows color (decimal): -2404197 or 10178779. OLE color: 10178779.
HSL color Cylindrical-coordinate representation of color #DB509B: hue angle of 327.63º 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 #DB509B is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 155 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.14 |
| HSL | 327.63º | 0.66% | 0.59% | - |
| HSV(B) | 327.63º | 0.63% | 0.86% | - |
| XYZ | 38 | 23.16 | 33.48 | - |
| YUV | 130.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 155 | 0 | 0.63 | 0.29 | 0.14 | 327.63 | 0.66 | 0.59 |
| Hex | DB | 50 | 9B | 0 | 3F | 1D | E | 148 | 42 | 3B |
| Octal | 333 | 120 | 233 | 0 | 77 | 35 | 16 | 510 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10011011 | 0 | 111111 | 11101 | 1110 | 101001000 | 1000010 | 111011 |
Color Harmonies of #DB509B
Complementary color
Monochromatic Colors of #DB509B
Black with #DB509B
Text Example
Text Example
White with #DB509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB509B; }
p { color: rgb(219,80,155); }
H1.HeaderClassName
{
color: #DB509B;
}
.AnyTagClassName
{
color: #DB509B;
}
</style>
background-color css
<style>
a { background-color: #DB509B; }
a { background-color: rgb(219,80,155); }
div.DivClassName
{
background-color: #DB509B;
}
.BgClassName
{
background-color: #DB509B;
}
</style>
border-color css
<style>
span { border-color: #DB509B; }
span { border-color: rgb(219,80,155); }
td.TdClassName
{
border-color: #DB509B;
}
.TagClassName
{
border-color: #DB509B;
}
</style>