Shades of Mulberry #DB4DA2
Tints of Mulberry #DB4DA2
RGB
CMYK
RGB Variations
Color information
#DB4DA2 (or 0xDB4DA2) is known color: Mulberry. HEX triplet: DB, 4D and A2. RGB value is (219,77,162). Sum of RGB (Red+Green+Blue) = 219+77+162=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA2 is #24B25D. Grayscale: #808080. Windows color (decimal): -2404958 or 10636763. OLE color: 10636763.
HSL color Cylindrical-coordinate representation of color #DB4DA2: hue angle of 324.08º 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 #DB4DA2 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 162 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.14 |
| HSL | 324.08º | 0.66% | 0.58% | - |
| HSV(B) | 324.08º | 0.65% | 0.86% | - |
| XYZ | 38.39 | 22.98 | 36.59 | - |
| YUV | 129.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 162 | 0 | 0.65 | 0.26 | 0.14 | 324.08 | 0.66 | 0.58 |
| Hex | DB | 4D | A2 | 0 | 41 | 1A | E | 144 | 42 | 3A |
| Octal | 333 | 115 | 242 | 0 | 101 | 32 | 16 | 504 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10100010 | 0 | 1000001 | 11010 | 1110 | 101000100 | 1000010 | 111010 |
Color Harmonies of #DB4DA2
Complementary color
Monochromatic Colors of #DB4DA2
Black with #DB4DA2
Text Example
Text Example
White with #DB4DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DA2; }
p { color: rgb(219,77,162); }
H1.HeaderClassName
{
color: #DB4DA2;
}
.AnyTagClassName
{
color: #DB4DA2;
}
</style>
background-color css
<style>
a { background-color: #DB4DA2; }
a { background-color: rgb(219,77,162); }
div.DivClassName
{
background-color: #DB4DA2;
}
.BgClassName
{
background-color: #DB4DA2;
}
</style>
border-color css
<style>
span { border-color: #DB4DA2; }
span { border-color: rgb(219,77,162); }
td.TdClassName
{
border-color: #DB4DA2;
}
.TagClassName
{
border-color: #DB4DA2;
}
</style>