Shades of Mulberry #D44396
Tints of Mulberry #D44396
RGB
CMYK
RGB Variations
Color information
#D44396 (or 0xD44396) is known color: Mulberry. HEX triplet: D4, 43 and 96. RGB value is (212,67,150). Sum of RGB (Red+Green+Blue) = 212+67+150=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D44396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44396 is #2BBC69. Grayscale: #777777. Windows color (decimal): -2866282 or 9847764. OLE color: 9847764.
HSL color Cylindrical-coordinate representation of color #D44396: hue angle of 325.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44396 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 150 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.17 |
| HSL | 325.66º | 0.63% | 0.55% | - |
| HSV(B) | 325.66º | 0.68% | 0.83% | - |
| XYZ | 34.66 | 20.21 | 30.93 | - |
| YUV | 119.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 150 | 0 | 0.68 | 0.29 | 0.17 | 325.66 | 0.63 | 0.55 |
| Hex | D4 | 43 | 96 | 0 | 44 | 1D | 11 | 146 | 3F | 37 |
| Octal | 324 | 103 | 226 | 0 | 104 | 35 | 21 | 506 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10010110 | 0 | 1000100 | 11101 | 10001 | 101000110 | 111111 | 110111 |
Color Harmonies of #D44396
Complementary color
Monochromatic Colors of #D44396
Black with #D44396
Text Example
Text Example
White with #D44396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44396; }
p { color: rgb(212,67,150); }
H1.HeaderClassName
{
color: #D44396;
}
.AnyTagClassName
{
color: #D44396;
}
</style>
background-color css
<style>
a { background-color: #D44396; }
a { background-color: rgb(212,67,150); }
div.DivClassName
{
background-color: #D44396;
}
.BgClassName
{
background-color: #D44396;
}
</style>
border-color css
<style>
span { border-color: #D44396; }
span { border-color: rgb(212,67,150); }
td.TdClassName
{
border-color: #D44396;
}
.TagClassName
{
border-color: #D44396;
}
</style>