Shades of Mulberry #DB5192
Tints of Mulberry #DB5192
RGB
CMYK
RGB Variations
Color information
#DB5192 (or 0xDB5192) is known color: Mulberry. HEX triplet: DB, 51 and 92. RGB value is (219,81,146). Sum of RGB (Red+Green+Blue) = 219+81+146=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5192 is #24AE6D. Grayscale: #818181. Windows color (decimal): -2403950 or 9589211. OLE color: 9589211.
HSL color Cylindrical-coordinate representation of color #DB5192: hue angle of 331.74º 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 #DB5192 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 146 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.14 |
| HSL | 331.74º | 0.66% | 0.59% | - |
| HSV(B) | 331.74º | 0.63% | 0.86% | - |
| XYZ | 37.34 | 23.02 | 29.67 | - |
| YUV | 129.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 146 | 0 | 0.63 | 0.33 | 0.14 | 331.74 | 0.66 | 0.59 |
| Hex | DB | 51 | 92 | 0 | 3F | 21 | E | 14C | 42 | 3B |
| Octal | 333 | 121 | 222 | 0 | 77 | 41 | 16 | 514 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10010010 | 0 | 111111 | 100001 | 1110 | 101001100 | 1000010 | 111011 |
Color Harmonies of #DB5192
Complementary color
Monochromatic Colors of #DB5192
Black with #DB5192
Text Example
Text Example
White with #DB5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5192; }
p { color: rgb(219,81,146); }
H1.HeaderClassName
{
color: #DB5192;
}
.AnyTagClassName
{
color: #DB5192;
}
</style>
background-color css
<style>
a { background-color: #DB5192; }
a { background-color: rgb(219,81,146); }
div.DivClassName
{
background-color: #DB5192;
}
.BgClassName
{
background-color: #DB5192;
}
</style>
border-color css
<style>
span { border-color: #DB5192; }
span { border-color: rgb(219,81,146); }
td.TdClassName
{
border-color: #DB5192;
}
.TagClassName
{
border-color: #DB5192;
}
</style>