Shades of Mulberry #DB4DA3
Tints of Mulberry #DB4DA3
RGB
CMYK
RGB Variations
Color information
#DB4DA3 (or 0xDB4DA3) is known color: Mulberry. HEX triplet: DB, 4D and A3. RGB value is (219,77,163). Sum of RGB (Red+Green+Blue) = 219+77+163=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA3 is #24B25C. Grayscale: #818181. Windows color (decimal): -2404957 or 10702299. OLE color: 10702299.
HSL color Cylindrical-coordinate representation of color #DB4DA3: hue angle of 323.66º 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 #DB4DA3 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 163 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.14 |
| HSL | 323.66º | 0.66% | 0.58% | - |
| HSV(B) | 323.66º | 0.65% | 0.86% | - |
| XYZ | 38.48 | 23.01 | 37.06 | - |
| YUV | 129.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 163 | 0 | 0.65 | 0.26 | 0.14 | 323.66 | 0.66 | 0.58 |
| Hex | DB | 4D | A3 | 0 | 41 | 1A | E | 144 | 42 | 3A |
| Octal | 333 | 115 | 243 | 0 | 101 | 32 | 16 | 504 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10100011 | 0 | 1000001 | 11010 | 1110 | 101000100 | 1000010 | 111010 |
Color Harmonies of #DB4DA3
Complementary color
Monochromatic Colors of #DB4DA3
Black with #DB4DA3
Text Example
Text Example
White with #DB4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DA3; }
p { color: rgb(219,77,163); }
H1.HeaderClassName
{
color: #DB4DA3;
}
.AnyTagClassName
{
color: #DB4DA3;
}
</style>
background-color css
<style>
a { background-color: #DB4DA3; }
a { background-color: rgb(219,77,163); }
div.DivClassName
{
background-color: #DB4DA3;
}
.BgClassName
{
background-color: #DB4DA3;
}
</style>
border-color css
<style>
span { border-color: #DB4DA3; }
span { border-color: rgb(219,77,163); }
td.TdClassName
{
border-color: #DB4DA3;
}
.TagClassName
{
border-color: #DB4DA3;
}
</style>