Shades of Mulberry #DB5595
Tints of Mulberry #DB5595
RGB
CMYK
RGB Variations
Color information
#DB5595 (or 0xDB5595) is known color: Mulberry. HEX triplet: DB, 55 and 95. RGB value is (219,85,149). Sum of RGB (Red+Green+Blue) = 219+85+149=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5595 is #24AA6A. Grayscale: #848484. Windows color (decimal): -2402923 or 9786843. OLE color: 9786843.
HSL color Cylindrical-coordinate representation of color #DB5595: hue angle of 331.34º 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 #DB5595 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 149 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.14 |
| HSL | 331.34º | 0.65% | 0.6% | - |
| HSV(B) | 331.34º | 0.61% | 0.86% | - |
| XYZ | 37.89 | 23.73 | 31.02 | - |
| YUV | 132.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 149 | 0 | 0.61 | 0.32 | 0.14 | 331.34 | 0.65 | 0.6 |
| Hex | DB | 55 | 95 | 0 | 3D | 20 | E | 14B | 41 | 3C |
| Octal | 333 | 125 | 225 | 0 | 75 | 40 | 16 | 513 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10010101 | 0 | 111101 | 100000 | 1110 | 101001011 | 1000001 | 111100 |
Color Harmonies of #DB5595
Complementary color
Monochromatic Colors of #DB5595
Black with #DB5595
Text Example
Text Example
White with #DB5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5595; }
p { color: rgb(219,85,149); }
H1.HeaderClassName
{
color: #DB5595;
}
.AnyTagClassName
{
color: #DB5595;
}
</style>
background-color css
<style>
a { background-color: #DB5595; }
a { background-color: rgb(219,85,149); }
div.DivClassName
{
background-color: #DB5595;
}
.BgClassName
{
background-color: #DB5595;
}
</style>
border-color css
<style>
span { border-color: #DB5595; }
span { border-color: rgb(219,85,149); }
td.TdClassName
{
border-color: #DB5595;
}
.TagClassName
{
border-color: #DB5595;
}
</style>