Shades of Mulberry #D441A0
Tints of Mulberry #D441A0
RGB
CMYK
RGB Variations
Color information
#D441A0 (or 0xD441A0) is known color: Mulberry. HEX triplet: D4, 41 and A0. RGB value is (212,65,160). Sum of RGB (Red+Green+Blue) = 212+65+160=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D441A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D441A0 is #2BBE5F. Grayscale: #777777. Windows color (decimal): -2866784 or 10502612. OLE color: 10502612.
HSL color Cylindrical-coordinate representation of color #D441A0: hue angle of 321.22º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441A0 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 160 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.17 |
| HSL | 321.22º | 0.63% | 0.54% | - |
| HSV(B) | 321.22º | 0.69% | 0.83% | - |
| XYZ | 35.39 | 20.32 | 35.31 | - |
| YUV | 119.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 160 | 0 | 0.69 | 0.25 | 0.17 | 321.22 | 0.63 | 0.54 |
| Hex | D4 | 41 | A0 | 0 | 45 | 19 | 11 | 141 | 3F | 36 |
| Octal | 324 | 101 | 240 | 0 | 105 | 31 | 21 | 501 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10100000 | 0 | 1000101 | 11001 | 10001 | 101000001 | 111111 | 110110 |
Color Harmonies of #D441A0
Complementary color
Monochromatic Colors of #D441A0
Black with #D441A0
Text Example
Text Example
White with #D441A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441A0; }
p { color: rgb(212,65,160); }
H1.HeaderClassName
{
color: #D441A0;
}
.AnyTagClassName
{
color: #D441A0;
}
</style>
background-color css
<style>
a { background-color: #D441A0; }
a { background-color: rgb(212,65,160); }
div.DivClassName
{
background-color: #D441A0;
}
.BgClassName
{
background-color: #D441A0;
}
</style>
border-color css
<style>
span { border-color: #D441A0; }
span { border-color: rgb(212,65,160); }
td.TdClassName
{
border-color: #D441A0;
}
.TagClassName
{
border-color: #D441A0;
}
</style>