Shades of Mulberry #D444A2
Tints of Mulberry #D444A2
RGB
CMYK
RGB Variations
Color information
#D444A2 (or 0xD444A2) is known color: Mulberry. HEX triplet: D4, 44 and A2. RGB value is (212,68,162). Sum of RGB (Red+Green+Blue) = 212+68+162=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D444A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D444A2 is #2BBB5D. Grayscale: #797979. Windows color (decimal): -2866014 or 10634452. OLE color: 10634452.
HSL color Cylindrical-coordinate representation of color #D444A2: hue angle of 320.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D444A2 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 162 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.17 |
| HSL | 320.83º | 0.63% | 0.55% | - |
| HSV(B) | 320.83º | 0.68% | 0.83% | - |
| XYZ | 35.74 | 20.74 | 36.3 | - |
| YUV | 121.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 162 | 0 | 0.68 | 0.24 | 0.17 | 320.83 | 0.63 | 0.55 |
| Hex | D4 | 44 | A2 | 0 | 44 | 18 | 11 | 141 | 3F | 37 |
| Octal | 324 | 104 | 242 | 0 | 104 | 30 | 21 | 501 | 77 | 67 |
| Binary | 11010100 | 1000100 | 10100010 | 0 | 1000100 | 11000 | 10001 | 101000001 | 111111 | 110111 |
Color Harmonies of #D444A2
Complementary color
Monochromatic Colors of #D444A2
Black with #D444A2
Text Example
Text Example
White with #D444A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444A2; }
p { color: rgb(212,68,162); }
H1.HeaderClassName
{
color: #D444A2;
}
.AnyTagClassName
{
color: #D444A2;
}
</style>
background-color css
<style>
a { background-color: #D444A2; }
a { background-color: rgb(212,68,162); }
div.DivClassName
{
background-color: #D444A2;
}
.BgClassName
{
background-color: #D444A2;
}
</style>
border-color css
<style>
span { border-color: #D444A2; }
span { border-color: rgb(212,68,162); }
td.TdClassName
{
border-color: #D444A2;
}
.TagClassName
{
border-color: #D444A2;
}
</style>