Shades of Mulberry #DB4A9F
Tints of Mulberry #DB4A9F
RGB
CMYK
RGB Variations
Color information
#DB4A9F (or 0xDB4A9F) is known color: Mulberry. HEX triplet: DB, 4A and 9F. RGB value is (219,74,159). Sum of RGB (Red+Green+Blue) = 219+74+159=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A9F is #24B560. Grayscale: #7E7E7E. Windows color (decimal): -2405729 or 10439387. OLE color: 10439387.
HSL color Cylindrical-coordinate representation of color #DB4A9F: hue angle of 324.83º 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 #DB4A9F is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 159 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.14 |
| HSL | 324.83º | 0.67% | 0.57% | - |
| HSV(B) | 324.83º | 0.66% | 0.86% | - |
| XYZ | 37.92 | 22.46 | 35.14 | - |
| YUV | 127.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 159 | 0 | 0.66 | 0.27 | 0.14 | 324.83 | 0.67 | 0.57 |
| Hex | DB | 4A | 9F | 0 | 42 | 1B | E | 145 | 43 | 39 |
| Octal | 333 | 112 | 237 | 0 | 102 | 33 | 16 | 505 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10011111 | 0 | 1000010 | 11011 | 1110 | 101000101 | 1000011 | 111001 |
Color Harmonies of #DB4A9F
Complementary color
Monochromatic Colors of #DB4A9F
Black with #DB4A9F
Text Example
Text Example
White with #DB4A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A9F; }
p { color: rgb(219,74,159); }
H1.HeaderClassName
{
color: #DB4A9F;
}
.AnyTagClassName
{
color: #DB4A9F;
}
</style>
background-color css
<style>
a { background-color: #DB4A9F; }
a { background-color: rgb(219,74,159); }
div.DivClassName
{
background-color: #DB4A9F;
}
.BgClassName
{
background-color: #DB4A9F;
}
</style>
border-color css
<style>
span { border-color: #DB4A9F; }
span { border-color: rgb(219,74,159); }
td.TdClassName
{
border-color: #DB4A9F;
}
.TagClassName
{
border-color: #DB4A9F;
}
</style>