Shades of Mulberry #DB49A1
Tints of Mulberry #DB49A1
RGB
CMYK
RGB Variations
Color information
#DB49A1 (or 0xDB49A1) is known color: Mulberry. HEX triplet: DB, 49 and A1. RGB value is (219,73,161). Sum of RGB (Red+Green+Blue) = 219+73+161=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49A1 is #24B65E. Grayscale: #7E7E7E. Windows color (decimal): -2405983 or 10570203. OLE color: 10570203.
HSL color Cylindrical-coordinate representation of color #DB49A1: hue angle of 323.84º 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 #DB49A1 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 161 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.14 |
| HSL | 323.84º | 0.67% | 0.57% | - |
| HSV(B) | 323.84º | 0.67% | 0.86% | - |
| XYZ | 38.03 | 22.4 | 36.04 | - |
| YUV | 126.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 161 | 0 | 0.67 | 0.26 | 0.14 | 323.84 | 0.67 | 0.57 |
| Hex | DB | 49 | A1 | 0 | 43 | 1A | E | 144 | 43 | 39 |
| Octal | 333 | 111 | 241 | 0 | 103 | 32 | 16 | 504 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10100001 | 0 | 1000011 | 11010 | 1110 | 101000100 | 1000011 | 111001 |
Color Harmonies of #DB49A1
Complementary color
Monochromatic Colors of #DB49A1
Black with #DB49A1
Text Example
Text Example
White with #DB49A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49A1; }
p { color: rgb(219,73,161); }
H1.HeaderClassName
{
color: #DB49A1;
}
.AnyTagClassName
{
color: #DB49A1;
}
</style>
background-color css
<style>
a { background-color: #DB49A1; }
a { background-color: rgb(219,73,161); }
div.DivClassName
{
background-color: #DB49A1;
}
.BgClassName
{
background-color: #DB49A1;
}
</style>
border-color css
<style>
span { border-color: #DB49A1; }
span { border-color: rgb(219,73,161); }
td.TdClassName
{
border-color: #DB49A1;
}
.TagClassName
{
border-color: #DB49A1;
}
</style>