Shades of Mulberry #DB519F
Tints of Mulberry #DB519F
RGB
CMYK
RGB Variations
Color information
#DB519F (or 0xDB519F) is known color: Mulberry. HEX triplet: DB, 51 and 9F. RGB value is (219,81,159). Sum of RGB (Red+Green+Blue) = 219+81+159=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB519F is #24AE60. Grayscale: #828282. Windows color (decimal): -2403937 or 10441179. OLE color: 10441179.
HSL color Cylindrical-coordinate representation of color #DB519F: hue angle of 326.09º 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 #DB519F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 159 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.14 |
| HSL | 326.09º | 0.66% | 0.59% | - |
| HSV(B) | 326.09º | 0.63% | 0.86% | - |
| XYZ | 38.41 | 23.45 | 35.3 | - |
| YUV | 131.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 159 | 0 | 0.63 | 0.27 | 0.14 | 326.09 | 0.66 | 0.59 |
| Hex | DB | 51 | 9F | 0 | 3F | 1B | E | 146 | 42 | 3B |
| Octal | 333 | 121 | 237 | 0 | 77 | 33 | 16 | 506 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10011111 | 0 | 111111 | 11011 | 1110 | 101000110 | 1000010 | 111011 |
Color Harmonies of #DB519F
Complementary color
Monochromatic Colors of #DB519F
Black with #DB519F
Text Example
Text Example
White with #DB519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB519F; }
p { color: rgb(219,81,159); }
H1.HeaderClassName
{
color: #DB519F;
}
.AnyTagClassName
{
color: #DB519F;
}
</style>
background-color css
<style>
a { background-color: #DB519F; }
a { background-color: rgb(219,81,159); }
div.DivClassName
{
background-color: #DB519F;
}
.BgClassName
{
background-color: #DB519F;
}
</style>
border-color css
<style>
span { border-color: #DB519F; }
span { border-color: rgb(219,81,159); }
td.TdClassName
{
border-color: #DB519F;
}
.TagClassName
{
border-color: #DB519F;
}
</style>