Shades of Mulberry #DB4BA0
Tints of Mulberry #DB4BA0
RGB
CMYK
RGB Variations
Color information
#DB4BA0 (or 0xDB4BA0) is known color: Mulberry. HEX triplet: DB, 4B and A0. RGB value is (219,75,160). Sum of RGB (Red+Green+Blue) = 219+75+160=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BA0 is #24B45F. Grayscale: #7F7F7F. Windows color (decimal): -2405472 or 10505179. OLE color: 10505179.
HSL color Cylindrical-coordinate representation of color #DB4BA0: hue angle of 324.58º 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 #DB4BA0 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 160 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.14 |
| HSL | 324.58º | 0.67% | 0.58% | - |
| HSV(B) | 324.58º | 0.66% | 0.86% | - |
| XYZ | 38.07 | 22.63 | 35.62 | - |
| YUV | 127.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 160 | 0 | 0.66 | 0.27 | 0.14 | 324.58 | 0.67 | 0.58 |
| Hex | DB | 4B | A0 | 0 | 42 | 1B | E | 145 | 43 | 3A |
| Octal | 333 | 113 | 240 | 0 | 102 | 33 | 16 | 505 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10100000 | 0 | 1000010 | 11011 | 1110 | 101000101 | 1000011 | 111010 |
Color Harmonies of #DB4BA0
Complementary color
Monochromatic Colors of #DB4BA0
Black with #DB4BA0
Text Example
Text Example
White with #DB4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BA0; }
p { color: rgb(219,75,160); }
H1.HeaderClassName
{
color: #DB4BA0;
}
.AnyTagClassName
{
color: #DB4BA0;
}
</style>
background-color css
<style>
a { background-color: #DB4BA0; }
a { background-color: rgb(219,75,160); }
div.DivClassName
{
background-color: #DB4BA0;
}
.BgClassName
{
background-color: #DB4BA0;
}
</style>
border-color css
<style>
span { border-color: #DB4BA0; }
span { border-color: rgb(219,75,160); }
td.TdClassName
{
border-color: #DB4BA0;
}
.TagClassName
{
border-color: #DB4BA0;
}
</style>