Shades of Mulberry #DB4A9B
Tints of Mulberry #DB4A9B
RGB
CMYK
RGB Variations
Color information
#DB4A9B (or 0xDB4A9B) is known color: Mulberry. HEX triplet: DB, 4A and 9B. RGB value is (219,74,155). Sum of RGB (Red+Green+Blue) = 219+74+155=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A9B is #24B564. Grayscale: #7E7E7E. Windows color (decimal): -2405733 or 10177243. OLE color: 10177243.
HSL color Cylindrical-coordinate representation of color #DB4A9B: hue angle of 326.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A9B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 155 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.14 |
| HSL | 326.48º | 0.67% | 0.57% | - |
| HSV(B) | 326.48º | 0.66% | 0.86% | - |
| XYZ | 37.58 | 22.32 | 33.34 | - |
| YUV | 126.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 155 | 0 | 0.66 | 0.29 | 0.14 | 326.48 | 0.67 | 0.57 |
| Hex | DB | 4A | 9B | 0 | 42 | 1D | E | 146 | 43 | 39 |
| Octal | 333 | 112 | 233 | 0 | 102 | 35 | 16 | 506 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10011011 | 0 | 1000010 | 11101 | 1110 | 101000110 | 1000011 | 111001 |
Color Harmonies of #DB4A9B
Complementary color
Monochromatic Colors of #DB4A9B
Black with #DB4A9B
Text Example
Text Example
White with #DB4A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A9B; }
p { color: rgb(219,74,155); }
H1.HeaderClassName
{
color: #DB4A9B;
}
.AnyTagClassName
{
color: #DB4A9B;
}
</style>
background-color css
<style>
a { background-color: #DB4A9B; }
a { background-color: rgb(219,74,155); }
div.DivClassName
{
background-color: #DB4A9B;
}
.BgClassName
{
background-color: #DB4A9B;
}
</style>
border-color css
<style>
span { border-color: #DB4A9B; }
span { border-color: rgb(219,74,155); }
td.TdClassName
{
border-color: #DB4A9B;
}
.TagClassName
{
border-color: #DB4A9B;
}
</style>