Shades of Mulberry #DB4DAA
Tints of Mulberry #DB4DAA
RGB
CMYK
RGB Variations
Color information
#DB4DAA (or 0xDB4DAA) is known color: Mulberry. HEX triplet: DB, 4D and AA. RGB value is (219,77,170). Sum of RGB (Red+Green+Blue) = 219+77+170=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DAA is #24B255. Grayscale: #818181. Windows color (decimal): -2404950 or 11161051. OLE color: 11161051.
HSL color Cylindrical-coordinate representation of color #DB4DAA: hue angle of 320.7º 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 #DB4DAA is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 170 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.14 |
| HSL | 320.7º | 0.66% | 0.58% | - |
| HSV(B) | 320.7º | 0.65% | 0.86% | - |
| XYZ | 39.12 | 23.27 | 40.46 | - |
| YUV | 130.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 170 | 0 | 0.65 | 0.22 | 0.14 | 320.7 | 0.66 | 0.58 |
| Hex | DB | 4D | AA | 0 | 41 | 16 | E | 141 | 42 | 3A |
| Octal | 333 | 115 | 252 | 0 | 101 | 26 | 16 | 501 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10101010 | 0 | 1000001 | 10110 | 1110 | 101000001 | 1000010 | 111010 |
Color Harmonies of #DB4DAA
Complementary color
Monochromatic Colors of #DB4DAA
Black with #DB4DAA
Text Example
Text Example
White with #DB4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DAA; }
p { color: rgb(219,77,170); }
H1.HeaderClassName
{
color: #DB4DAA;
}
.AnyTagClassName
{
color: #DB4DAA;
}
</style>
background-color css
<style>
a { background-color: #DB4DAA; }
a { background-color: rgb(219,77,170); }
div.DivClassName
{
background-color: #DB4DAA;
}
.BgClassName
{
background-color: #DB4DAA;
}
</style>
border-color css
<style>
span { border-color: #DB4DAA; }
span { border-color: rgb(219,77,170); }
td.TdClassName
{
border-color: #DB4DAA;
}
.TagClassName
{
border-color: #DB4DAA;
}
</style>