Shades of Mulberry #D44C93
Tints of Mulberry #D44C93
RGB
CMYK
RGB Variations
Color information
#D44C93 (or 0xD44C93) is known color: Mulberry. HEX triplet: D4, 4C and 93. RGB value is (212,76,147). Sum of RGB (Red+Green+Blue) = 212+76+147=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44C93 is #2BB36C. Grayscale: #7C7C7C. Windows color (decimal): -2863981 or 9653460. OLE color: 9653460.
HSL color Cylindrical-coordinate representation of color #D44C93: hue angle of 328.68º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44C93 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 147 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.17 |
| HSL | 328.68º | 0.61% | 0.56% | - |
| HSV(B) | 328.68º | 0.64% | 0.83% | - |
| XYZ | 35 | 21.27 | 29.86 | - |
| YUV | 124.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 147 | 0 | 0.64 | 0.31 | 0.17 | 328.68 | 0.61 | 0.56 |
| Hex | D4 | 4C | 93 | 0 | 40 | 1F | 11 | 149 | 3D | 38 |
| Octal | 324 | 114 | 223 | 0 | 100 | 37 | 21 | 511 | 75 | 70 |
| Binary | 11010100 | 1001100 | 10010011 | 0 | 1000000 | 11111 | 10001 | 101001001 | 111101 | 111000 |
Color Harmonies of #D44C93
Complementary color
Monochromatic Colors of #D44C93
Black with #D44C93
Text Example
Text Example
White with #D44C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C93; }
p { color: rgb(212,76,147); }
H1.HeaderClassName
{
color: #D44C93;
}
.AnyTagClassName
{
color: #D44C93;
}
</style>
background-color css
<style>
a { background-color: #D44C93; }
a { background-color: rgb(212,76,147); }
div.DivClassName
{
background-color: #D44C93;
}
.BgClassName
{
background-color: #D44C93;
}
</style>
border-color css
<style>
span { border-color: #D44C93; }
span { border-color: rgb(212,76,147); }
td.TdClassName
{
border-color: #D44C93;
}
.TagClassName
{
border-color: #D44C93;
}
</style>