Shades of Mulberry #DB5296
Tints of Mulberry #DB5296
RGB
CMYK
RGB Variations
Color information
#DB5296 (or 0xDB5296) is known color: Mulberry. HEX triplet: DB, 52 and 96. RGB value is (219,82,150). Sum of RGB (Red+Green+Blue) = 219+82+150=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5296 is #24AD69. Grayscale: #828282. Windows color (decimal): -2403690 or 9851611. OLE color: 9851611.
HSL color Cylindrical-coordinate representation of color #DB5296: hue angle of 330.22º 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 #DB5296 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 150 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.14 |
| HSL | 330.22º | 0.66% | 0.59% | - |
| HSV(B) | 330.22º | 0.63% | 0.86% | - |
| XYZ | 37.74 | 23.3 | 31.36 | - |
| YUV | 130.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 150 | 0 | 0.63 | 0.32 | 0.14 | 330.22 | 0.66 | 0.59 |
| Hex | DB | 52 | 96 | 0 | 3F | 20 | E | 14A | 42 | 3B |
| Octal | 333 | 122 | 226 | 0 | 77 | 40 | 16 | 512 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10010110 | 0 | 111111 | 100000 | 1110 | 101001010 | 1000010 | 111011 |
Color Harmonies of #DB5296
Complementary color
Monochromatic Colors of #DB5296
Black with #DB5296
Text Example
Text Example
White with #DB5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5296; }
p { color: rgb(219,82,150); }
H1.HeaderClassName
{
color: #DB5296;
}
.AnyTagClassName
{
color: #DB5296;
}
</style>
background-color css
<style>
a { background-color: #DB5296; }
a { background-color: rgb(219,82,150); }
div.DivClassName
{
background-color: #DB5296;
}
.BgClassName
{
background-color: #DB5296;
}
</style>
border-color css
<style>
span { border-color: #DB5296; }
span { border-color: rgb(219,82,150); }
td.TdClassName
{
border-color: #DB5296;
}
.TagClassName
{
border-color: #DB5296;
}
</style>