Shades of Mulberry #D44096
Tints of Mulberry #D44096
RGB
CMYK
RGB Variations
Color information
#D44096 (or 0xD44096) is known color: Mulberry. HEX triplet: D4, 40 and 96. RGB value is (212,64,150). Sum of RGB (Red+Green+Blue) = 212+64+150=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D44096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44096 is #2BBF69. Grayscale: #757575. Windows color (decimal): -2867050 or 9846996. OLE color: 9846996.
HSL color Cylindrical-coordinate representation of color #D44096: hue angle of 325.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44096 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 150 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.17 |
| HSL | 325.14º | 0.63% | 0.54% | - |
| HSV(B) | 325.14º | 0.7% | 0.83% | - |
| XYZ | 34.49 | 19.87 | 30.87 | - |
| YUV | 118.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 150 | 0 | 0.70 | 0.29 | 0.17 | 325.14 | 0.63 | 0.54 |
| Hex | D4 | 40 | 96 | 0 | 46 | 1D | 11 | 145 | 3F | 36 |
| Octal | 324 | 100 | 226 | 0 | 106 | 35 | 21 | 505 | 77 | 66 |
| Binary | 11010100 | 1000000 | 10010110 | 0 | 1000110 | 11101 | 10001 | 101000101 | 111111 | 110110 |
Color Harmonies of #D44096
Complementary color
Monochromatic Colors of #D44096
Black with #D44096
Text Example
Text Example
White with #D44096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44096; }
p { color: rgb(212,64,150); }
H1.HeaderClassName
{
color: #D44096;
}
.AnyTagClassName
{
color: #D44096;
}
</style>
background-color css
<style>
a { background-color: #D44096; }
a { background-color: rgb(212,64,150); }
div.DivClassName
{
background-color: #D44096;
}
.BgClassName
{
background-color: #D44096;
}
</style>
border-color css
<style>
span { border-color: #D44096; }
span { border-color: rgb(212,64,150); }
td.TdClassName
{
border-color: #D44096;
}
.TagClassName
{
border-color: #D44096;
}
</style>