Shades of Mulberry #D04C99
Tints of Mulberry #D04C99
RGB
CMYK
RGB Variations
Color information
#D04C99 (or 0xD04C99) is known color: Mulberry. HEX triplet: D0, 4C and 99. RGB value is (208,76,153). Sum of RGB (Red+Green+Blue) = 208+76+153=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C99 is #2FB366. Grayscale: #7C7C7C. Windows color (decimal): -3126119 or 10046672. OLE color: 10046672.
HSL color Cylindrical-coordinate representation of color #D04C99: hue angle of 325º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C99 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 153 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.18 |
| HSL | 325º | 0.58% | 0.56% | - |
| HSV(B) | 325º | 0.63% | 0.82% | - |
| XYZ | 34.35 | 20.88 | 32.36 | - |
| YUV | 124.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 153 | 0 | 0.63 | 0.26 | 0.18 | 325 | 0.58 | 0.56 |
| Hex | D0 | 4C | 99 | 0 | 3F | 1A | 12 | 145 | 3A | 38 |
| Octal | 320 | 114 | 231 | 0 | 77 | 32 | 22 | 505 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10011001 | 0 | 111111 | 11010 | 10010 | 101000101 | 111010 | 111000 |
Color Harmonies of #D04C99
Complementary color
Monochromatic Colors of #D04C99
Black with #D04C99
Text Example
Text Example
White with #D04C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C99; }
p { color: rgb(208,76,153); }
H1.HeaderClassName
{
color: #D04C99;
}
.AnyTagClassName
{
color: #D04C99;
}
</style>
background-color css
<style>
a { background-color: #D04C99; }
a { background-color: rgb(208,76,153); }
div.DivClassName
{
background-color: #D04C99;
}
.BgClassName
{
background-color: #D04C99;
}
</style>
border-color css
<style>
span { border-color: #D04C99; }
span { border-color: rgb(208,76,153); }
td.TdClassName
{
border-color: #D04C99;
}
.TagClassName
{
border-color: #D04C99;
}
</style>