Shades of Mulberry #DB509F
Tints of Mulberry #DB509F
RGB
CMYK
RGB Variations
Color information
#DB509F (or 0xDB509F) is known color: Mulberry. HEX triplet: DB, 50 and 9F. RGB value is (219,80,159). Sum of RGB (Red+Green+Blue) = 219+80+159=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB509F is #24AF60. Grayscale: #828282. Windows color (decimal): -2404193 or 10440923. OLE color: 10440923.
HSL color Cylindrical-coordinate representation of color #DB509F: hue angle of 325.9º 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 #DB509F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 159 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.14 |
| HSL | 325.9º | 0.66% | 0.59% | - |
| HSV(B) | 325.9º | 0.63% | 0.86% | - |
| XYZ | 38.34 | 23.3 | 35.28 | - |
| YUV | 130.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 159 | 0 | 0.63 | 0.27 | 0.14 | 325.9 | 0.66 | 0.59 |
| Hex | DB | 50 | 9F | 0 | 3F | 1B | E | 146 | 42 | 3B |
| Octal | 333 | 120 | 237 | 0 | 77 | 33 | 16 | 506 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10011111 | 0 | 111111 | 11011 | 1110 | 101000110 | 1000010 | 111011 |
Color Harmonies of #DB509F
Complementary color
Monochromatic Colors of #DB509F
Black with #DB509F
Text Example
Text Example
White with #DB509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB509F; }
p { color: rgb(219,80,159); }
H1.HeaderClassName
{
color: #DB509F;
}
.AnyTagClassName
{
color: #DB509F;
}
</style>
background-color css
<style>
a { background-color: #DB509F; }
a { background-color: rgb(219,80,159); }
div.DivClassName
{
background-color: #DB509F;
}
.BgClassName
{
background-color: #DB509F;
}
</style>
border-color css
<style>
span { border-color: #DB509F; }
span { border-color: rgb(219,80,159); }
td.TdClassName
{
border-color: #DB509F;
}
.TagClassName
{
border-color: #DB509F;
}
</style>