Shades of Mulberry #DB4AA5
Tints of Mulberry #DB4AA5
RGB
CMYK
RGB Variations
Color information
#DB4AA5 (or 0xDB4AA5) is known color: Mulberry. HEX triplet: DB, 4A and A5. RGB value is (219,74,165). Sum of RGB (Red+Green+Blue) = 219+74+165=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AA5 is #24B55A. Grayscale: #7F7F7F. Windows color (decimal): -2405723 or 10832603. OLE color: 10832603.
HSL color Cylindrical-coordinate representation of color #DB4AA5: hue angle of 322.34º 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 #DB4AA5 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 165 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.14 |
| HSL | 322.34º | 0.67% | 0.57% | - |
| HSV(B) | 322.34º | 0.66% | 0.86% | - |
| XYZ | 38.45 | 22.67 | 37.95 | - |
| YUV | 127.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 165 | 0 | 0.66 | 0.25 | 0.14 | 322.34 | 0.67 | 0.57 |
| Hex | DB | 4A | A5 | 0 | 42 | 19 | E | 142 | 43 | 39 |
| Octal | 333 | 112 | 245 | 0 | 102 | 31 | 16 | 502 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10100101 | 0 | 1000010 | 11001 | 1110 | 101000010 | 1000011 | 111001 |
Color Harmonies of #DB4AA5
Complementary color
Monochromatic Colors of #DB4AA5
Black with #DB4AA5
Text Example
Text Example
White with #DB4AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AA5; }
p { color: rgb(219,74,165); }
H1.HeaderClassName
{
color: #DB4AA5;
}
.AnyTagClassName
{
color: #DB4AA5;
}
</style>
background-color css
<style>
a { background-color: #DB4AA5; }
a { background-color: rgb(219,74,165); }
div.DivClassName
{
background-color: #DB4AA5;
}
.BgClassName
{
background-color: #DB4AA5;
}
</style>
border-color css
<style>
span { border-color: #DB4AA5; }
span { border-color: rgb(219,74,165); }
td.TdClassName
{
border-color: #DB4AA5;
}
.TagClassName
{
border-color: #DB4AA5;
}
</style>