Shades of Mulberry #D44D96
Tints of Mulberry #D44D96
RGB
CMYK
RGB Variations
Color information
#D44D96 (or 0xD44D96) is known color: Mulberry. HEX triplet: D4, 4D and 96. RGB value is (212,77,150). Sum of RGB (Red+Green+Blue) = 212+77+150=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D96 is #2BB269. Grayscale: #7D7D7D. Windows color (decimal): -2863722 or 9850324. OLE color: 9850324.
HSL color Cylindrical-coordinate representation of color #D44D96: hue angle of 327.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D96 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 150 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.17 |
| HSL | 327.56º | 0.61% | 0.57% | - |
| HSV(B) | 327.56º | 0.64% | 0.83% | - |
| XYZ | 35.31 | 21.51 | 31.14 | - |
| YUV | 125.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 150 | 0 | 0.64 | 0.29 | 0.17 | 327.56 | 0.61 | 0.57 |
| Hex | D4 | 4D | 96 | 0 | 40 | 1D | 11 | 148 | 3D | 39 |
| Octal | 324 | 115 | 226 | 0 | 100 | 35 | 21 | 510 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10010110 | 0 | 1000000 | 11101 | 10001 | 101001000 | 111101 | 111001 |
Color Harmonies of #D44D96
Complementary color
Monochromatic Colors of #D44D96
Black with #D44D96
Text Example
Text Example
White with #D44D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D96; }
p { color: rgb(212,77,150); }
H1.HeaderClassName
{
color: #D44D96;
}
.AnyTagClassName
{
color: #D44D96;
}
</style>
background-color css
<style>
a { background-color: #D44D96; }
a { background-color: rgb(212,77,150); }
div.DivClassName
{
background-color: #D44D96;
}
.BgClassName
{
background-color: #D44D96;
}
</style>
border-color css
<style>
span { border-color: #D44D96; }
span { border-color: rgb(212,77,150); }
td.TdClassName
{
border-color: #D44D96;
}
.TagClassName
{
border-color: #D44D96;
}
</style>