Shades of Mulberry #D44FA9
Tints of Mulberry #D44FA9
RGB
CMYK
RGB Variations
Color information
#D44FA9 (or 0xD44FA9) is known color: Mulberry. HEX triplet: D4, 4F and A9. RGB value is (212,79,169). Sum of RGB (Red+Green+Blue) = 212+79+169=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44FA9 is #2BB056. Grayscale: #808080. Windows color (decimal): -2863191 or 11096020. OLE color: 11096020.
HSL color Cylindrical-coordinate representation of color #D44FA9: hue angle of 319.4º 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 #D44FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 169 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.17 |
| HSL | 319.4º | 0.61% | 0.57% | - |
| HSV(B) | 319.4º | 0.63% | 0.83% | - |
| XYZ | 37.11 | 22.45 | 39.91 | - |
| YUV | 129.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 169 | 0 | 0.63 | 0.20 | 0.17 | 319.4 | 0.61 | 0.57 |
| Hex | D4 | 4F | A9 | 0 | 3F | 14 | 11 | 13F | 3D | 39 |
| Octal | 324 | 117 | 251 | 0 | 77 | 24 | 21 | 477 | 75 | 71 |
| Binary | 11010100 | 1001111 | 10101001 | 0 | 111111 | 10100 | 10001 | 100111111 | 111101 | 111001 |
Color Harmonies of #D44FA9
Complementary color
Monochromatic Colors of #D44FA9
Black with #D44FA9
Text Example
Text Example
White with #D44FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FA9; }
p { color: rgb(212,79,169); }
H1.HeaderClassName
{
color: #D44FA9;
}
.AnyTagClassName
{
color: #D44FA9;
}
</style>
background-color css
<style>
a { background-color: #D44FA9; }
a { background-color: rgb(212,79,169); }
div.DivClassName
{
background-color: #D44FA9;
}
.BgClassName
{
background-color: #D44FA9;
}
</style>
border-color css
<style>
span { border-color: #D44FA9; }
span { border-color: rgb(212,79,169); }
td.TdClassName
{
border-color: #D44FA9;
}
.TagClassName
{
border-color: #D44FA9;
}
</style>