Shades of Mulberry #D44BA1
Tints of Mulberry #D44BA1
RGB
CMYK
RGB Variations
Color information
#D44BA1 (or 0xD44BA1) is known color: Mulberry. HEX triplet: D4, 4B and A1. RGB value is (212,75,161). Sum of RGB (Red+Green+Blue) = 212+75+161=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44BA1 is #2BB45E. Grayscale: #7D7D7D. Windows color (decimal): -2864223 or 10570708. OLE color: 10570708.
HSL color Cylindrical-coordinate representation of color #D44BA1: hue angle of 322.34º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44BA1 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 75 | 161 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.17 |
| HSL | 322.34º | 0.61% | 0.56% | - |
| HSV(B) | 322.34º | 0.65% | 0.83% | - |
| XYZ | 36.1 | 21.6 | 35.99 | - |
| YUV | 125.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 161 | 0 | 0.65 | 0.24 | 0.17 | 322.34 | 0.61 | 0.56 |
| Hex | D4 | 4B | A1 | 0 | 41 | 18 | 11 | 142 | 3D | 38 |
| Octal | 324 | 113 | 241 | 0 | 101 | 30 | 21 | 502 | 75 | 70 |
| Binary | 11010100 | 1001011 | 10100001 | 0 | 1000001 | 11000 | 10001 | 101000010 | 111101 | 111000 |
Color Harmonies of #D44BA1
Complementary color
Monochromatic Colors of #D44BA1
Black with #D44BA1
Text Example
Text Example
White with #D44BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BA1; }
p { color: rgb(212,75,161); }
H1.HeaderClassName
{
color: #D44BA1;
}
.AnyTagClassName
{
color: #D44BA1;
}
</style>
background-color css
<style>
a { background-color: #D44BA1; }
a { background-color: rgb(212,75,161); }
div.DivClassName
{
background-color: #D44BA1;
}
.BgClassName
{
background-color: #D44BA1;
}
</style>
border-color css
<style>
span { border-color: #D44BA1; }
span { border-color: rgb(212,75,161); }
td.TdClassName
{
border-color: #D44BA1;
}
.TagClassName
{
border-color: #D44BA1;
}
</style>