Shades of Mulberry #D04C96
Tints of Mulberry #D04C96
RGB
CMYK
RGB Variations
Color information
#D04C96 (or 0xD04C96) is known color: Mulberry. HEX triplet: D0, 4C and 96. RGB value is (208,76,150). Sum of RGB (Red+Green+Blue) = 208+76+150=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C96 is #2FB369. Grayscale: #7B7B7B. Windows color (decimal): -3126122 or 9850064. OLE color: 9850064.
HSL color Cylindrical-coordinate representation of color #D04C96: hue angle of 326.36º 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 #D04C96 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 150 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.18 |
| HSL | 326.36º | 0.58% | 0.56% | - |
| HSV(B) | 326.36º | 0.63% | 0.82% | - |
| XYZ | 34.1 | 20.78 | 31.07 | - |
| YUV | 123.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 150 | 0 | 0.63 | 0.28 | 0.18 | 326.36 | 0.58 | 0.56 |
| Hex | D0 | 4C | 96 | 0 | 3F | 1C | 12 | 146 | 3A | 38 |
| Octal | 320 | 114 | 226 | 0 | 77 | 34 | 22 | 506 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10010110 | 0 | 111111 | 11100 | 10010 | 101000110 | 111010 | 111000 |
Color Harmonies of #D04C96
Complementary color
Monochromatic Colors of #D04C96
Black with #D04C96
Text Example
Text Example
White with #D04C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C96; }
p { color: rgb(208,76,150); }
H1.HeaderClassName
{
color: #D04C96;
}
.AnyTagClassName
{
color: #D04C96;
}
</style>
background-color css
<style>
a { background-color: #D04C96; }
a { background-color: rgb(208,76,150); }
div.DivClassName
{
background-color: #D04C96;
}
.BgClassName
{
background-color: #D04C96;
}
</style>
border-color css
<style>
span { border-color: #D04C96; }
span { border-color: rgb(208,76,150); }
td.TdClassName
{
border-color: #D04C96;
}
.TagClassName
{
border-color: #D04C96;
}
</style>