Shades of Mulberry #D04A89
Tints of Mulberry #D04A89
RGB
CMYK
RGB Variations
Color information
#D04A89 (or 0xD04A89) is known color: Mulberry. HEX triplet: D0, 4A and 89. RGB value is (208,74,137). Sum of RGB (Red+Green+Blue) = 208+74+137=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04A89 is #2FB576. Grayscale: #797979. Windows color (decimal): -3126647 or 8997584. OLE color: 8997584.
HSL color Cylindrical-coordinate representation of color #D04A89: hue angle of 331.79º 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 #D04A89 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 137 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.18 |
| HSL | 331.79º | 0.59% | 0.55% | - |
| HSV(B) | 331.79º | 0.64% | 0.82% | - |
| XYZ | 32.98 | 20.11 | 25.81 | - |
| YUV | 121.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 137 | 0 | 0.64 | 0.34 | 0.18 | 331.79 | 0.59 | 0.55 |
| Hex | D0 | 4A | 89 | 0 | 40 | 22 | 12 | 14C | 3B | 37 |
| Octal | 320 | 112 | 211 | 0 | 100 | 42 | 22 | 514 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10001001 | 0 | 1000000 | 100010 | 10010 | 101001100 | 111011 | 110111 |
Color Harmonies of #D04A89
Complementary color
Monochromatic Colors of #D04A89
Black with #D04A89
Text Example
Text Example
White with #D04A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A89; }
p { color: rgb(208,74,137); }
H1.HeaderClassName
{
color: #D04A89;
}
.AnyTagClassName
{
color: #D04A89;
}
</style>
background-color css
<style>
a { background-color: #D04A89; }
a { background-color: rgb(208,74,137); }
div.DivClassName
{
background-color: #D04A89;
}
.BgClassName
{
background-color: #D04A89;
}
</style>
border-color css
<style>
span { border-color: #D04A89; }
span { border-color: rgb(208,74,137); }
td.TdClassName
{
border-color: #D04A89;
}
.TagClassName
{
border-color: #D04A89;
}
</style>