Shades of Mulberry #D44F9B
Tints of Mulberry #D44F9B
RGB
CMYK
RGB Variations
Color information
#D44F9B (or 0xD44F9B) is known color: Mulberry. HEX triplet: D4, 4F and 9B. RGB value is (212,79,155). Sum of RGB (Red+Green+Blue) = 212+79+155=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F9B is #2BB064. Grayscale: #7F7F7F. Windows color (decimal): -2863205 or 10178516. OLE color: 10178516.
HSL color Cylindrical-coordinate representation of color #D44F9B: hue angle of 325.71º 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 #D44F9B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 155 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.17 |
| HSL | 325.71º | 0.61% | 0.57% | - |
| HSV(B) | 325.71º | 0.63% | 0.83% | - |
| XYZ | 35.86 | 21.96 | 33.36 | - |
| YUV | 127.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 155 | 0 | 0.63 | 0.27 | 0.17 | 325.71 | 0.61 | 0.57 |
| Hex | D4 | 4F | 9B | 0 | 3F | 1B | 11 | 146 | 3D | 39 |
| Octal | 324 | 117 | 233 | 0 | 77 | 33 | 21 | 506 | 75 | 71 |
| Binary | 11010100 | 1001111 | 10011011 | 0 | 111111 | 11011 | 10001 | 101000110 | 111101 | 111001 |
Color Harmonies of #D44F9B
Complementary color
Monochromatic Colors of #D44F9B
Black with #D44F9B
Text Example
Text Example
White with #D44F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F9B; }
p { color: rgb(212,79,155); }
H1.HeaderClassName
{
color: #D44F9B;
}
.AnyTagClassName
{
color: #D44F9B;
}
</style>
background-color css
<style>
a { background-color: #D44F9B; }
a { background-color: rgb(212,79,155); }
div.DivClassName
{
background-color: #D44F9B;
}
.BgClassName
{
background-color: #D44F9B;
}
</style>
border-color css
<style>
span { border-color: #D44F9B; }
span { border-color: rgb(212,79,155); }
td.TdClassName
{
border-color: #D44F9B;
}
.TagClassName
{
border-color: #D44F9B;
}
</style>