Shades of Mulberry #DB49A6
Tints of Mulberry #DB49A6
RGB
CMYK
RGB Variations
Color information
#DB49A6 (or 0xDB49A6) is known color: Mulberry. HEX triplet: DB, 49 and A6. RGB value is (219,73,166). Sum of RGB (Red+Green+Blue) = 219+73+166=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49A6 is #24B659. Grayscale: #7F7F7F. Windows color (decimal): -2405978 or 10897883. OLE color: 10897883.
HSL color Cylindrical-coordinate representation of color #DB49A6: hue angle of 321.78º 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 #DB49A6 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 166 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.14 |
| HSL | 321.78º | 0.67% | 0.57% | - |
| HSV(B) | 321.78º | 0.67% | 0.86% | - |
| XYZ | 38.48 | 22.58 | 38.41 | - |
| YUV | 127.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 166 | 0 | 0.67 | 0.24 | 0.14 | 321.78 | 0.67 | 0.57 |
| Hex | DB | 49 | A6 | 0 | 43 | 18 | E | 142 | 43 | 39 |
| Octal | 333 | 111 | 246 | 0 | 103 | 30 | 16 | 502 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10100110 | 0 | 1000011 | 11000 | 1110 | 101000010 | 1000011 | 111001 |
Color Harmonies of #DB49A6
Complementary color
Monochromatic Colors of #DB49A6
Black with #DB49A6
Text Example
Text Example
White with #DB49A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49A6; }
p { color: rgb(219,73,166); }
H1.HeaderClassName
{
color: #DB49A6;
}
.AnyTagClassName
{
color: #DB49A6;
}
</style>
background-color css
<style>
a { background-color: #DB49A6; }
a { background-color: rgb(219,73,166); }
div.DivClassName
{
background-color: #DB49A6;
}
.BgClassName
{
background-color: #DB49A6;
}
</style>
border-color css
<style>
span { border-color: #DB49A6; }
span { border-color: rgb(219,73,166); }
td.TdClassName
{
border-color: #DB49A6;
}
.TagClassName
{
border-color: #DB49A6;
}
</style>