Shades of Mulberry #D044A9
Tints of Mulberry #D044A9
RGB
CMYK
RGB Variations
Color information
#D044A9 (or 0xD044A9) is known color: Mulberry. HEX triplet: D0, 44 and A9. RGB value is (208,68,169). Sum of RGB (Red+Green+Blue) = 208+68+169=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D044A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044A9 is #2FBB56. Grayscale: #797979. Windows color (decimal): -3128151 or 11093200. OLE color: 11093200.
HSL color Cylindrical-coordinate representation of color #D044A9: hue angle of 316.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044A9 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 169 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.18 |
| HSL | 316.71º | 0.6% | 0.54% | - |
| HSV(B) | 316.71º | 0.67% | 0.82% | - |
| XYZ | 35.24 | 20.41 | 39.62 | - |
| YUV | 121.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 169 | 0 | 0.67 | 0.19 | 0.18 | 316.71 | 0.6 | 0.54 |
| Hex | D0 | 44 | A9 | 0 | 43 | 13 | 12 | 13D | 3C | 36 |
| Octal | 320 | 104 | 251 | 0 | 103 | 23 | 22 | 475 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10101001 | 0 | 1000011 | 10011 | 10010 | 100111101 | 111100 | 110110 |
Color Harmonies of #D044A9
Complementary color
Monochromatic Colors of #D044A9
Black with #D044A9
Text Example
Text Example
White with #D044A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044A9; }
p { color: rgb(208,68,169); }
H1.HeaderClassName
{
color: #D044A9;
}
.AnyTagClassName
{
color: #D044A9;
}
</style>
background-color css
<style>
a { background-color: #D044A9; }
a { background-color: rgb(208,68,169); }
div.DivClassName
{
background-color: #D044A9;
}
.BgClassName
{
background-color: #D044A9;
}
</style>
border-color css
<style>
span { border-color: #D044A9; }
span { border-color: rgb(208,68,169); }
td.TdClassName
{
border-color: #D044A9;
}
.TagClassName
{
border-color: #D044A9;
}
</style>