Shades of Mulberry #DB4AA3
Tints of Mulberry #DB4AA3
RGB
CMYK
RGB Variations
Color information
#DB4AA3 (or 0xDB4AA3) is known color: Mulberry. HEX triplet: DB, 4A and A3. RGB value is (219,74,163). Sum of RGB (Red+Green+Blue) = 219+74+163=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AA3 is #24B55C. Grayscale: #7F7F7F. Windows color (decimal): -2405725 or 10701531. OLE color: 10701531.
HSL color Cylindrical-coordinate representation of color #DB4AA3: hue angle of 323.17º 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 #DB4AA3 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 163 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.14 |
| HSL | 323.17º | 0.67% | 0.57% | - |
| HSV(B) | 323.17º | 0.66% | 0.86% | - |
| XYZ | 38.27 | 22.6 | 37 | - |
| YUV | 127.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 163 | 0 | 0.66 | 0.26 | 0.14 | 323.17 | 0.67 | 0.57 |
| Hex | DB | 4A | A3 | 0 | 42 | 1A | E | 143 | 43 | 39 |
| Octal | 333 | 112 | 243 | 0 | 102 | 32 | 16 | 503 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10100011 | 0 | 1000010 | 11010 | 1110 | 101000011 | 1000011 | 111001 |
Color Harmonies of #DB4AA3
Complementary color
Monochromatic Colors of #DB4AA3
Black with #DB4AA3
Text Example
Text Example
White with #DB4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AA3; }
p { color: rgb(219,74,163); }
H1.HeaderClassName
{
color: #DB4AA3;
}
.AnyTagClassName
{
color: #DB4AA3;
}
</style>
background-color css
<style>
a { background-color: #DB4AA3; }
a { background-color: rgb(219,74,163); }
div.DivClassName
{
background-color: #DB4AA3;
}
.BgClassName
{
background-color: #DB4AA3;
}
</style>
border-color css
<style>
span { border-color: #DB4AA3; }
span { border-color: rgb(219,74,163); }
td.TdClassName
{
border-color: #DB4AA3;
}
.TagClassName
{
border-color: #DB4AA3;
}
</style>