Shades of Mulberry #D04887
Tints of Mulberry #D04887
RGB
CMYK
RGB Variations
Color information
#D04887 (or 0xD04887) is known color: Mulberry. HEX triplet: D0, 48 and 87. RGB value is (208,72,135). Sum of RGB (Red+Green+Blue) = 208+72+135=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D04887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04887 is #2FB778. Grayscale: #777777. Windows color (decimal): -3127161 or 8866000. OLE color: 8866000.
HSL color Cylindrical-coordinate representation of color #D04887: hue angle of 332.21º 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 #D04887 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 135 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.18 |
| HSL | 332.21º | 0.59% | 0.55% | - |
| HSV(B) | 332.21º | 0.65% | 0.82% | - |
| XYZ | 32.7 | 19.79 | 25.02 | - |
| YUV | 119.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 135 | 0 | 0.65 | 0.35 | 0.18 | 332.21 | 0.59 | 0.55 |
| Hex | D0 | 48 | 87 | 0 | 41 | 23 | 12 | 14C | 3B | 37 |
| Octal | 320 | 110 | 207 | 0 | 101 | 43 | 22 | 514 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10000111 | 0 | 1000001 | 100011 | 10010 | 101001100 | 111011 | 110111 |
Color Harmonies of #D04887
Complementary color
Monochromatic Colors of #D04887
Black with #D04887
Text Example
Text Example
White with #D04887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04887; }
p { color: rgb(208,72,135); }
H1.HeaderClassName
{
color: #D04887;
}
.AnyTagClassName
{
color: #D04887;
}
</style>
background-color css
<style>
a { background-color: #D04887; }
a { background-color: rgb(208,72,135); }
div.DivClassName
{
background-color: #D04887;
}
.BgClassName
{
background-color: #D04887;
}
</style>
border-color css
<style>
span { border-color: #D04887; }
span { border-color: rgb(208,72,135); }
td.TdClassName
{
border-color: #D04887;
}
.TagClassName
{
border-color: #D04887;
}
</style>