Shades of Mulberry #D44DAC
Tints of Mulberry #D44DAC
RGB
CMYK
RGB Variations
Color information
#D44DAC (or 0xD44DAC) is known color: Mulberry. HEX triplet: D4, 4D and AC. RGB value is (212,77,172). Sum of RGB (Red+Green+Blue) = 212+77+172=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44DAC is #2BB253. Grayscale: #7F7F7F. Windows color (decimal): -2863700 or 11292116. OLE color: 11292116.
HSL color Cylindrical-coordinate representation of color #D44DAC: hue angle of 317.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DAC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 172 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.17 |
| HSL | 317.78º | 0.61% | 0.57% | - |
| HSV(B) | 317.78º | 0.64% | 0.83% | - |
| XYZ | 37.25 | 22.28 | 41.37 | - |
| YUV | 128.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 172 | 0 | 0.64 | 0.19 | 0.17 | 317.78 | 0.61 | 0.57 |
| Hex | D4 | 4D | AC | 0 | 40 | 13 | 11 | 13E | 3D | 39 |
| Octal | 324 | 115 | 254 | 0 | 100 | 23 | 21 | 476 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10101100 | 0 | 1000000 | 10011 | 10001 | 100111110 | 111101 | 111001 |
Color Harmonies of #D44DAC
Complementary color
Monochromatic Colors of #D44DAC
Black with #D44DAC
Text Example
Text Example
White with #D44DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DAC; }
p { color: rgb(212,77,172); }
H1.HeaderClassName
{
color: #D44DAC;
}
.AnyTagClassName
{
color: #D44DAC;
}
</style>
background-color css
<style>
a { background-color: #D44DAC; }
a { background-color: rgb(212,77,172); }
div.DivClassName
{
background-color: #D44DAC;
}
.BgClassName
{
background-color: #D44DAC;
}
</style>
border-color css
<style>
span { border-color: #D44DAC; }
span { border-color: rgb(212,77,172); }
td.TdClassName
{
border-color: #D44DAC;
}
.TagClassName
{
border-color: #D44DAC;
}
</style>