Shades of Mulberry #DB4BA2
Tints of Mulberry #DB4BA2
RGB
CMYK
RGB Variations
Color information
#DB4BA2 (or 0xDB4BA2) is known color: Mulberry. HEX triplet: DB, 4B and A2. RGB value is (219,75,162). Sum of RGB (Red+Green+Blue) = 219+75+162=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BA2 is #24B45D. Grayscale: #7F7F7F. Windows color (decimal): -2405470 or 10636251. OLE color: 10636251.
HSL color Cylindrical-coordinate representation of color #DB4BA2: hue angle of 323.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BA2 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 162 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.14 |
| HSL | 323.75º | 0.67% | 0.58% | - |
| HSV(B) | 323.75º | 0.66% | 0.86% | - |
| XYZ | 38.25 | 22.7 | 36.55 | - |
| YUV | 127.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 162 | 0 | 0.66 | 0.26 | 0.14 | 323.75 | 0.67 | 0.58 |
| Hex | DB | 4B | A2 | 0 | 42 | 1A | E | 144 | 43 | 3A |
| Octal | 333 | 113 | 242 | 0 | 102 | 32 | 16 | 504 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10100010 | 0 | 1000010 | 11010 | 1110 | 101000100 | 1000011 | 111010 |
Color Harmonies of #DB4BA2
Complementary color
Monochromatic Colors of #DB4BA2
Black with #DB4BA2
Text Example
Text Example
White with #DB4BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BA2; }
p { color: rgb(219,75,162); }
H1.HeaderClassName
{
color: #DB4BA2;
}
.AnyTagClassName
{
color: #DB4BA2;
}
</style>
background-color css
<style>
a { background-color: #DB4BA2; }
a { background-color: rgb(219,75,162); }
div.DivClassName
{
background-color: #DB4BA2;
}
.BgClassName
{
background-color: #DB4BA2;
}
</style>
border-color css
<style>
span { border-color: #DB4BA2; }
span { border-color: rgb(219,75,162); }
td.TdClassName
{
border-color: #DB4BA2;
}
.TagClassName
{
border-color: #DB4BA2;
}
</style>