Shades of Mulberry #DB4CA9
Tints of Mulberry #DB4CA9
RGB
CMYK
RGB Variations
Color information
#DB4CA9 (or 0xDB4CA9) is known color: Mulberry. HEX triplet: DB, 4C and A9. RGB value is (219,76,169). Sum of RGB (Red+Green+Blue) = 219+76+169=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CA9 is #24B356. Grayscale: #818181. Windows color (decimal): -2405207 or 11095259. OLE color: 11095259.
HSL color Cylindrical-coordinate representation of color #DB4CA9: hue angle of 320.98º degrees, saturation: 0.67, 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 #DB4CA9 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 169 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.14 |
| HSL | 320.98º | 0.67% | 0.58% | - |
| HSV(B) | 320.98º | 0.65% | 0.86% | - |
| XYZ | 38.96 | 23.09 | 39.94 | - |
| YUV | 129.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 169 | 0 | 0.65 | 0.23 | 0.14 | 320.98 | 0.67 | 0.58 |
| Hex | DB | 4C | A9 | 0 | 41 | 17 | E | 141 | 43 | 3A |
| Octal | 333 | 114 | 251 | 0 | 101 | 27 | 16 | 501 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10101001 | 0 | 1000001 | 10111 | 1110 | 101000001 | 1000011 | 111010 |
Color Harmonies of #DB4CA9
Complementary color
Monochromatic Colors of #DB4CA9
Black with #DB4CA9
Text Example
Text Example
White with #DB4CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CA9; }
p { color: rgb(219,76,169); }
H1.HeaderClassName
{
color: #DB4CA9;
}
.AnyTagClassName
{
color: #DB4CA9;
}
</style>
background-color css
<style>
a { background-color: #DB4CA9; }
a { background-color: rgb(219,76,169); }
div.DivClassName
{
background-color: #DB4CA9;
}
.BgClassName
{
background-color: #DB4CA9;
}
</style>
border-color css
<style>
span { border-color: #DB4CA9; }
span { border-color: rgb(219,76,169); }
td.TdClassName
{
border-color: #DB4CA9;
}
.TagClassName
{
border-color: #DB4CA9;
}
</style>