Shades of Mulberry #DB5194
Tints of Mulberry #DB5194
RGB
CMYK
RGB Variations
Color information
#DB5194 (or 0xDB5194) is known color: Mulberry. HEX triplet: DB, 51 and 94. RGB value is (219,81,148). Sum of RGB (Red+Green+Blue) = 219+81+148=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5194 is #24AE6B. Grayscale: #818181. Windows color (decimal): -2403948 or 9720283. OLE color: 9720283.
HSL color Cylindrical-coordinate representation of color #DB5194: hue angle of 330.87º 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 #DB5194 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 148 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.14 |
| HSL | 330.87º | 0.66% | 0.59% | - |
| HSV(B) | 330.87º | 0.63% | 0.86% | - |
| XYZ | 37.5 | 23.08 | 30.5 | - |
| YUV | 129.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 148 | 0 | 0.63 | 0.32 | 0.14 | 330.87 | 0.66 | 0.59 |
| Hex | DB | 51 | 94 | 0 | 3F | 20 | E | 14B | 42 | 3B |
| Octal | 333 | 121 | 224 | 0 | 77 | 40 | 16 | 513 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10010100 | 0 | 111111 | 100000 | 1110 | 101001011 | 1000010 | 111011 |
Color Harmonies of #DB5194
Complementary color
Monochromatic Colors of #DB5194
Black with #DB5194
Text Example
Text Example
White with #DB5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5194; }
p { color: rgb(219,81,148); }
H1.HeaderClassName
{
color: #DB5194;
}
.AnyTagClassName
{
color: #DB5194;
}
</style>
background-color css
<style>
a { background-color: #DB5194; }
a { background-color: rgb(219,81,148); }
div.DivClassName
{
background-color: #DB5194;
}
.BgClassName
{
background-color: #DB5194;
}
</style>
border-color css
<style>
span { border-color: #DB5194; }
span { border-color: rgb(219,81,148); }
td.TdClassName
{
border-color: #DB5194;
}
.TagClassName
{
border-color: #DB5194;
}
</style>