Shades of Mulberry #DB5299
Tints of Mulberry #DB5299
RGB
CMYK
RGB Variations
Color information
#DB5299 (or 0xDB5299) is known color: Mulberry. HEX triplet: DB, 52 and 99. RGB value is (219,82,153). Sum of RGB (Red+Green+Blue) = 219+82+153=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5299 is #24AD66. Grayscale: #828282. Windows color (decimal): -2403687 or 10048219. OLE color: 10048219.
HSL color Cylindrical-coordinate representation of color #DB5299: hue angle of 328.91º 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 #DB5299 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 153 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.14 |
| HSL | 328.91º | 0.66% | 0.59% | - |
| HSV(B) | 328.91º | 0.63% | 0.86% | - |
| XYZ | 37.98 | 23.39 | 32.65 | - |
| YUV | 131.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 153 | 0 | 0.63 | 0.30 | 0.14 | 328.91 | 0.66 | 0.59 |
| Hex | DB | 52 | 99 | 0 | 3F | 1E | E | 149 | 42 | 3B |
| Octal | 333 | 122 | 231 | 0 | 77 | 36 | 16 | 511 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10011001 | 0 | 111111 | 11110 | 1110 | 101001001 | 1000010 | 111011 |
Color Harmonies of #DB5299
Complementary color
Monochromatic Colors of #DB5299
Black with #DB5299
Text Example
Text Example
White with #DB5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5299; }
p { color: rgb(219,82,153); }
H1.HeaderClassName
{
color: #DB5299;
}
.AnyTagClassName
{
color: #DB5299;
}
</style>
background-color css
<style>
a { background-color: #DB5299; }
a { background-color: rgb(219,82,153); }
div.DivClassName
{
background-color: #DB5299;
}
.BgClassName
{
background-color: #DB5299;
}
</style>
border-color css
<style>
span { border-color: #DB5299; }
span { border-color: rgb(219,82,153); }
td.TdClassName
{
border-color: #DB5299;
}
.TagClassName
{
border-color: #DB5299;
}
</style>