Shades of Mulberry #DB4AAA
Tints of Mulberry #DB4AAA
RGB
CMYK
RGB Variations
Color information
#DB4AAA (or 0xDB4AAA) is known color: Mulberry. HEX triplet: DB, 4A and AA. RGB value is (219,74,170). Sum of RGB (Red+Green+Blue) = 219+74+170=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AAA is #24B555. Grayscale: #808080. Windows color (decimal): -2405718 or 11160283. OLE color: 11160283.
HSL color Cylindrical-coordinate representation of color #DB4AAA: hue angle of 320.28º 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 #DB4AAA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 170 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.14 |
| HSL | 320.28º | 0.67% | 0.57% | - |
| HSV(B) | 320.28º | 0.66% | 0.86% | - |
| XYZ | 38.92 | 22.86 | 40.39 | - |
| YUV | 128.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 170 | 0 | 0.66 | 0.22 | 0.14 | 320.28 | 0.67 | 0.57 |
| Hex | DB | 4A | AA | 0 | 42 | 16 | E | 140 | 43 | 39 |
| Octal | 333 | 112 | 252 | 0 | 102 | 26 | 16 | 500 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10101010 | 0 | 1000010 | 10110 | 1110 | 101000000 | 1000011 | 111001 |
Color Harmonies of #DB4AAA
Complementary color
Monochromatic Colors of #DB4AAA
Black with #DB4AAA
Text Example
Text Example
White with #DB4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AAA; }
p { color: rgb(219,74,170); }
H1.HeaderClassName
{
color: #DB4AAA;
}
.AnyTagClassName
{
color: #DB4AAA;
}
</style>
background-color css
<style>
a { background-color: #DB4AAA; }
a { background-color: rgb(219,74,170); }
div.DivClassName
{
background-color: #DB4AAA;
}
.BgClassName
{
background-color: #DB4AAA;
}
</style>
border-color css
<style>
span { border-color: #DB4AAA; }
span { border-color: rgb(219,74,170); }
td.TdClassName
{
border-color: #DB4AAA;
}
.TagClassName
{
border-color: #DB4AAA;
}
</style>