Shades of Mulberry #D04AA9
Tints of Mulberry #D04AA9
RGB
CMYK
RGB Variations
Color information
#D04AA9 (or 0xD04AA9) is known color: Mulberry. HEX triplet: D0, 4A and A9. RGB value is (208,74,169). Sum of RGB (Red+Green+Blue) = 208+74+169=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AA9 is #2FB556. Grayscale: #7C7C7C. Windows color (decimal): -3126615 or 11094736. OLE color: 11094736.
HSL color Cylindrical-coordinate representation of color #D04AA9: hue angle of 317.46º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04AA9 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 169 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.18 |
| HSL | 317.46º | 0.59% | 0.55% | - |
| HSV(B) | 317.46º | 0.64% | 0.82% | - |
| XYZ | 35.62 | 21.17 | 39.75 | - |
| YUV | 124.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 169 | 0 | 0.64 | 0.19 | 0.18 | 317.46 | 0.59 | 0.55 |
| Hex | D0 | 4A | A9 | 0 | 40 | 13 | 12 | 13D | 3B | 37 |
| Octal | 320 | 112 | 251 | 0 | 100 | 23 | 22 | 475 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10101001 | 0 | 1000000 | 10011 | 10010 | 100111101 | 111011 | 110111 |
Color Harmonies of #D04AA9
Complementary color
Monochromatic Colors of #D04AA9
Black with #D04AA9
Text Example
Text Example
White with #D04AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04AA9; }
p { color: rgb(208,74,169); }
H1.HeaderClassName
{
color: #D04AA9;
}
.AnyTagClassName
{
color: #D04AA9;
}
</style>
background-color css
<style>
a { background-color: #D04AA9; }
a { background-color: rgb(208,74,169); }
div.DivClassName
{
background-color: #D04AA9;
}
.BgClassName
{
background-color: #D04AA9;
}
</style>
border-color css
<style>
span { border-color: #D04AA9; }
span { border-color: rgb(208,74,169); }
td.TdClassName
{
border-color: #D04AA9;
}
.TagClassName
{
border-color: #D04AA9;
}
</style>