Shades of Mulberry #DB4D93
Tints of Mulberry #DB4D93
RGB
CMYK
RGB Variations
Color information
#DB4D93 (or 0xDB4D93) is known color: Mulberry. HEX triplet: DB, 4D and 93. RGB value is (219,77,147). Sum of RGB (Red+Green+Blue) = 219+77+147=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D93 is #24B26C. Grayscale: #7F7F7F. Windows color (decimal): -2404973 or 9653723. OLE color: 9653723.
HSL color Cylindrical-coordinate representation of color #DB4D93: hue angle of 330.42º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D93 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 147 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.14 |
| HSL | 330.42º | 0.66% | 0.58% | - |
| HSV(B) | 330.42º | 0.65% | 0.86% | - |
| XYZ | 37.13 | 22.47 | 29.98 | - |
| YUV | 127.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 147 | 0 | 0.65 | 0.33 | 0.14 | 330.42 | 0.66 | 0.58 |
| Hex | DB | 4D | 93 | 0 | 41 | 21 | E | 14A | 42 | 3A |
| Octal | 333 | 115 | 223 | 0 | 101 | 41 | 16 | 512 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10010011 | 0 | 1000001 | 100001 | 1110 | 101001010 | 1000010 | 111010 |
Color Harmonies of #DB4D93
Complementary color
Monochromatic Colors of #DB4D93
Black with #DB4D93
Text Example
Text Example
White with #DB4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D93; }
p { color: rgb(219,77,147); }
H1.HeaderClassName
{
color: #DB4D93;
}
.AnyTagClassName
{
color: #DB4D93;
}
</style>
background-color css
<style>
a { background-color: #DB4D93; }
a { background-color: rgb(219,77,147); }
div.DivClassName
{
background-color: #DB4D93;
}
.BgClassName
{
background-color: #DB4D93;
}
</style>
border-color css
<style>
span { border-color: #DB4D93; }
span { border-color: rgb(219,77,147); }
td.TdClassName
{
border-color: #DB4D93;
}
.TagClassName
{
border-color: #DB4D93;
}
</style>