Shades of Mulberry #DB5599
Tints of Mulberry #DB5599
RGB
CMYK
RGB Variations
Color information
#DB5599 (or 0xDB5599) is known color: Mulberry. HEX triplet: DB, 55 and 99. RGB value is (219,85,153). Sum of RGB (Red+Green+Blue) = 219+85+153=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5599 is #24AA66. Grayscale: #848484. Windows color (decimal): -2402919 or 10048987. OLE color: 10048987.
HSL color Cylindrical-coordinate representation of color #DB5599: hue angle of 329.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5599 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 153 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.14 |
| HSL | 329.55º | 0.65% | 0.6% | - |
| HSV(B) | 329.55º | 0.61% | 0.86% | - |
| XYZ | 38.21 | 23.86 | 32.73 | - |
| YUV | 132.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 153 | 0 | 0.61 | 0.30 | 0.14 | 329.55 | 0.65 | 0.6 |
| Hex | DB | 55 | 99 | 0 | 3D | 1E | E | 14A | 41 | 3C |
| Octal | 333 | 125 | 231 | 0 | 75 | 36 | 16 | 512 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10011001 | 0 | 111101 | 11110 | 1110 | 101001010 | 1000001 | 111100 |
Color Harmonies of #DB5599
Complementary color
Monochromatic Colors of #DB5599
Black with #DB5599
Text Example
Text Example
White with #DB5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5599; }
p { color: rgb(219,85,153); }
H1.HeaderClassName
{
color: #DB5599;
}
.AnyTagClassName
{
color: #DB5599;
}
</style>
background-color css
<style>
a { background-color: #DB5599; }
a { background-color: rgb(219,85,153); }
div.DivClassName
{
background-color: #DB5599;
}
.BgClassName
{
background-color: #DB5599;
}
</style>
border-color css
<style>
span { border-color: #DB5599; }
span { border-color: rgb(219,85,153); }
td.TdClassName
{
border-color: #DB5599;
}
.TagClassName
{
border-color: #DB5599;
}
</style>