Shades of Mulberry #D45590
Tints of Mulberry #D45590
RGB
CMYK
RGB Variations
Color information
#D45590 (or 0xD45590) is known color: Mulberry. HEX triplet: D4, 55 and 90. RGB value is (212,85,144). Sum of RGB (Red+Green+Blue) = 212+85+144=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D45590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45590 is #2BAA6F. Grayscale: #818181. Windows color (decimal): -2861680 or 9459156. OLE color: 9459156.
HSL color Cylindrical-coordinate representation of color #D45590: hue angle of 332.13º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45590 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 144 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.17 |
| HSL | 332.13º | 0.6% | 0.58% | - |
| HSV(B) | 332.13º | 0.6% | 0.83% | - |
| XYZ | 35.43 | 22.51 | 28.86 | - |
| YUV | 129.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 144 | 0 | 0.60 | 0.32 | 0.17 | 332.13 | 0.6 | 0.58 |
| Hex | D4 | 55 | 90 | 0 | 3C | 20 | 11 | 14C | 3C | 3A |
| Octal | 324 | 125 | 220 | 0 | 74 | 40 | 21 | 514 | 74 | 72 |
| Binary | 11010100 | 1010101 | 10010000 | 0 | 111100 | 100000 | 10001 | 101001100 | 111100 | 111010 |
Color Harmonies of #D45590
Complementary color
Monochromatic Colors of #D45590
Black with #D45590
Text Example
Text Example
White with #D45590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45590; }
p { color: rgb(212,85,144); }
H1.HeaderClassName
{
color: #D45590;
}
.AnyTagClassName
{
color: #D45590;
}
</style>
background-color css
<style>
a { background-color: #D45590; }
a { background-color: rgb(212,85,144); }
div.DivClassName
{
background-color: #D45590;
}
.BgClassName
{
background-color: #D45590;
}
</style>
border-color css
<style>
span { border-color: #D45590; }
span { border-color: rgb(212,85,144); }
td.TdClassName
{
border-color: #D45590;
}
.TagClassName
{
border-color: #D45590;
}
</style>