Shades of Mulberry #DB49A3
Tints of Mulberry #DB49A3
RGB
CMYK
RGB Variations
Color information
#DB49A3 (or 0xDB49A3) is known color: Mulberry. HEX triplet: DB, 49 and A3. RGB value is (219,73,163). Sum of RGB (Red+Green+Blue) = 219+73+163=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49A3 is #24B65C. Grayscale: #7E7E7E. Windows color (decimal): -2405981 or 10701275. OLE color: 10701275.
HSL color Cylindrical-coordinate representation of color #DB49A3: hue angle of 323.01º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49A3 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 163 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.14 |
| HSL | 323.01º | 0.67% | 0.57% | - |
| HSV(B) | 323.01º | 0.67% | 0.86% | - |
| XYZ | 38.21 | 22.47 | 36.97 | - |
| YUV | 126.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 163 | 0 | 0.67 | 0.26 | 0.14 | 323.01 | 0.67 | 0.57 |
| Hex | DB | 49 | A3 | 0 | 43 | 1A | E | 143 | 43 | 39 |
| Octal | 333 | 111 | 243 | 0 | 103 | 32 | 16 | 503 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10100011 | 0 | 1000011 | 11010 | 1110 | 101000011 | 1000011 | 111001 |
Color Harmonies of #DB49A3
Complementary color
Monochromatic Colors of #DB49A3
Black with #DB49A3
Text Example
Text Example
White with #DB49A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49A3; }
p { color: rgb(219,73,163); }
H1.HeaderClassName
{
color: #DB49A3;
}
.AnyTagClassName
{
color: #DB49A3;
}
</style>
background-color css
<style>
a { background-color: #DB49A3; }
a { background-color: rgb(219,73,163); }
div.DivClassName
{
background-color: #DB49A3;
}
.BgClassName
{
background-color: #DB49A3;
}
</style>
border-color css
<style>
span { border-color: #DB49A3; }
span { border-color: rgb(219,73,163); }
td.TdClassName
{
border-color: #DB49A3;
}
.TagClassName
{
border-color: #DB49A3;
}
</style>