Shades of Mulberry #DB4DA4
Tints of Mulberry #DB4DA4
RGB
CMYK
RGB Variations
Color information
#DB4DA4 (or 0xDB4DA4) is known color: Mulberry. HEX triplet: DB, 4D and A4. RGB value is (219,77,164). Sum of RGB (Red+Green+Blue) = 219+77+164=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA4 is #24B25B. Grayscale: #818181. Windows color (decimal): -2404956 or 10767835. OLE color: 10767835.
HSL color Cylindrical-coordinate representation of color #DB4DA4: hue angle of 323.24º 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 #DB4DA4 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 164 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.14 |
| HSL | 323.24º | 0.66% | 0.58% | - |
| HSV(B) | 323.24º | 0.65% | 0.86% | - |
| XYZ | 38.57 | 23.05 | 37.54 | - |
| YUV | 129.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 164 | 0 | 0.65 | 0.25 | 0.14 | 323.24 | 0.66 | 0.58 |
| Hex | DB | 4D | A4 | 0 | 41 | 19 | E | 143 | 42 | 3A |
| Octal | 333 | 115 | 244 | 0 | 101 | 31 | 16 | 503 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10100100 | 0 | 1000001 | 11001 | 1110 | 101000011 | 1000010 | 111010 |
Color Harmonies of #DB4DA4
Complementary color
Monochromatic Colors of #DB4DA4
Black with #DB4DA4
Text Example
Text Example
White with #DB4DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DA4; }
p { color: rgb(219,77,164); }
H1.HeaderClassName
{
color: #DB4DA4;
}
.AnyTagClassName
{
color: #DB4DA4;
}
</style>
background-color css
<style>
a { background-color: #DB4DA4; }
a { background-color: rgb(219,77,164); }
div.DivClassName
{
background-color: #DB4DA4;
}
.BgClassName
{
background-color: #DB4DA4;
}
</style>
border-color css
<style>
span { border-color: #DB4DA4; }
span { border-color: rgb(219,77,164); }
td.TdClassName
{
border-color: #DB4DA4;
}
.TagClassName
{
border-color: #DB4DA4;
}
</style>