Shades of Mulberry #D44CA2
Tints of Mulberry #D44CA2
RGB
CMYK
RGB Variations
Color information
#D44CA2 (or 0xD44CA2) is known color: Mulberry. HEX triplet: D4, 4C and A2. RGB value is (212,76,162). Sum of RGB (Red+Green+Blue) = 212+76+162=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44CA2 is #2BB35D. Grayscale: #7E7E7E. Windows color (decimal): -2863966 or 10636500. OLE color: 10636500.
HSL color Cylindrical-coordinate representation of color #D44CA2: hue angle of 322.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44CA2 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 162 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.17 |
| HSL | 322.06º | 0.61% | 0.56% | - |
| HSV(B) | 322.06º | 0.64% | 0.83% | - |
| XYZ | 36.26 | 21.77 | 36.47 | - |
| YUV | 126.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 162 | 0 | 0.64 | 0.24 | 0.17 | 322.06 | 0.61 | 0.56 |
| Hex | D4 | 4C | A2 | 0 | 40 | 18 | 11 | 142 | 3D | 38 |
| Octal | 324 | 114 | 242 | 0 | 100 | 30 | 21 | 502 | 75 | 70 |
| Binary | 11010100 | 1001100 | 10100010 | 0 | 1000000 | 11000 | 10001 | 101000010 | 111101 | 111000 |
Color Harmonies of #D44CA2
Complementary color
Monochromatic Colors of #D44CA2
Black with #D44CA2
Text Example
Text Example
White with #D44CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CA2; }
p { color: rgb(212,76,162); }
H1.HeaderClassName
{
color: #D44CA2;
}
.AnyTagClassName
{
color: #D44CA2;
}
</style>
background-color css
<style>
a { background-color: #D44CA2; }
a { background-color: rgb(212,76,162); }
div.DivClassName
{
background-color: #D44CA2;
}
.BgClassName
{
background-color: #D44CA2;
}
</style>
border-color css
<style>
span { border-color: #D44CA2; }
span { border-color: rgb(212,76,162); }
td.TdClassName
{
border-color: #D44CA2;
}
.TagClassName
{
border-color: #D44CA2;
}
</style>