Shades of Mulberry #D44EAC
Tints of Mulberry #D44EAC
RGB
CMYK
RGB Variations
Color information
#D44EAC (or 0xD44EAC) is known color: Mulberry. HEX triplet: D4, 4E and AC. RGB value is (212,78,172). Sum of RGB (Red+Green+Blue) = 212+78+172=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44EAC is #2BB153. Grayscale: #808080. Windows color (decimal): -2863444 or 11292372. OLE color: 11292372.
HSL color Cylindrical-coordinate representation of color #D44EAC: hue angle of 317.91º 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 #D44EAC is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 172 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.17 |
| HSL | 317.91º | 0.61% | 0.57% | - |
| HSV(B) | 317.91º | 0.63% | 0.83% | - |
| XYZ | 37.32 | 22.42 | 41.39 | - |
| YUV | 128.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 172 | 0 | 0.63 | 0.19 | 0.17 | 317.91 | 0.61 | 0.57 |
| Hex | D4 | 4E | AC | 0 | 3F | 13 | 11 | 13E | 3D | 39 |
| Octal | 324 | 116 | 254 | 0 | 77 | 23 | 21 | 476 | 75 | 71 |
| Binary | 11010100 | 1001110 | 10101100 | 0 | 111111 | 10011 | 10001 | 100111110 | 111101 | 111001 |
Color Harmonies of #D44EAC
Complementary color
Monochromatic Colors of #D44EAC
Black with #D44EAC
Text Example
Text Example
White with #D44EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EAC; }
p { color: rgb(212,78,172); }
H1.HeaderClassName
{
color: #D44EAC;
}
.AnyTagClassName
{
color: #D44EAC;
}
</style>
background-color css
<style>
a { background-color: #D44EAC; }
a { background-color: rgb(212,78,172); }
div.DivClassName
{
background-color: #D44EAC;
}
.BgClassName
{
background-color: #D44EAC;
}
</style>
border-color css
<style>
span { border-color: #D44EAC; }
span { border-color: rgb(212,78,172); }
td.TdClassName
{
border-color: #D44EAC;
}
.TagClassName
{
border-color: #D44EAC;
}
</style>