Shades of Mulberry #D04989
Tints of Mulberry #D04989
RGB
CMYK
RGB Variations
Color information
#D04989 (or 0xD04989) is known color: Mulberry. HEX triplet: D0, 49 and 89. RGB value is (208,73,137). Sum of RGB (Red+Green+Blue) = 208+73+137=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D04989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04989 is #2FB676. Grayscale: #787878. Windows color (decimal): -3126903 or 8997328. OLE color: 8997328.
HSL color Cylindrical-coordinate representation of color #D04989: hue angle of 331.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04989 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 137 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.18 |
| HSL | 331.56º | 0.59% | 0.55% | - |
| HSV(B) | 331.56º | 0.65% | 0.82% | - |
| XYZ | 32.91 | 19.98 | 25.79 | - |
| YUV | 120.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 137 | 0 | 0.65 | 0.34 | 0.18 | 331.56 | 0.59 | 0.55 |
| Hex | D0 | 49 | 89 | 0 | 41 | 22 | 12 | 14C | 3B | 37 |
| Octal | 320 | 111 | 211 | 0 | 101 | 42 | 22 | 514 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10001001 | 0 | 1000001 | 100010 | 10010 | 101001100 | 111011 | 110111 |
Color Harmonies of #D04989
Complementary color
Monochromatic Colors of #D04989
Black with #D04989
Text Example
Text Example
White with #D04989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04989; }
p { color: rgb(208,73,137); }
H1.HeaderClassName
{
color: #D04989;
}
.AnyTagClassName
{
color: #D04989;
}
</style>
background-color css
<style>
a { background-color: #D04989; }
a { background-color: rgb(208,73,137); }
div.DivClassName
{
background-color: #D04989;
}
.BgClassName
{
background-color: #D04989;
}
</style>
border-color css
<style>
span { border-color: #D04989; }
span { border-color: rgb(208,73,137); }
td.TdClassName
{
border-color: #D04989;
}
.TagClassName
{
border-color: #D04989;
}
</style>