Shades of Mulberry #D44F93
Tints of Mulberry #D44F93
RGB
CMYK
RGB Variations
Color information
#D44F93 (or 0xD44F93) is known color: Mulberry. HEX triplet: D4, 4F and 93. RGB value is (212,79,147). Sum of RGB (Red+Green+Blue) = 212+79+147=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F93 is #2BB06C. Grayscale: #7E7E7E. Windows color (decimal): -2863213 or 9654228. OLE color: 9654228.
HSL color Cylindrical-coordinate representation of color #D44F93: hue angle of 329.32º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44F93 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 147 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.17 |
| HSL | 329.32º | 0.61% | 0.57% | - |
| HSV(B) | 329.32º | 0.63% | 0.83% | - |
| XYZ | 35.21 | 21.7 | 29.94 | - |
| YUV | 126.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 147 | 0 | 0.63 | 0.31 | 0.17 | 329.32 | 0.61 | 0.57 |
| Hex | D4 | 4F | 93 | 0 | 3F | 1F | 11 | 149 | 3D | 39 |
| Octal | 324 | 117 | 223 | 0 | 77 | 37 | 21 | 511 | 75 | 71 |
| Binary | 11010100 | 1001111 | 10010011 | 0 | 111111 | 11111 | 10001 | 101001001 | 111101 | 111001 |
Color Harmonies of #D44F93
Complementary color
Monochromatic Colors of #D44F93
Black with #D44F93
Text Example
Text Example
White with #D44F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F93; }
p { color: rgb(212,79,147); }
H1.HeaderClassName
{
color: #D44F93;
}
.AnyTagClassName
{
color: #D44F93;
}
</style>
background-color css
<style>
a { background-color: #D44F93; }
a { background-color: rgb(212,79,147); }
div.DivClassName
{
background-color: #D44F93;
}
.BgClassName
{
background-color: #D44F93;
}
</style>
border-color css
<style>
span { border-color: #D44F93; }
span { border-color: rgb(212,79,147); }
td.TdClassName
{
border-color: #D44F93;
}
.TagClassName
{
border-color: #D44F93;
}
</style>