Shades of Mulberry #D44390
Tints of Mulberry #D44390
RGB
CMYK
RGB Variations
Color information
#D44390 (or 0xD44390) is known color: Mulberry. HEX triplet: D4, 43 and 90. RGB value is (212,67,144). Sum of RGB (Red+Green+Blue) = 212+67+144=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D44390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44390 is #2BBC6F. Grayscale: #767676. Windows color (decimal): -2866288 or 9454548. OLE color: 9454548.
HSL color Cylindrical-coordinate representation of color #D44390: hue angle of 328.14º 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 #D44390 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 144 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.17 |
| HSL | 328.14º | 0.63% | 0.55% | - |
| HSV(B) | 328.14º | 0.68% | 0.83% | - |
| XYZ | 34.19 | 20.02 | 28.45 | - |
| YUV | 119.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 144 | 0 | 0.68 | 0.32 | 0.17 | 328.14 | 0.63 | 0.55 |
| Hex | D4 | 43 | 90 | 0 | 44 | 20 | 11 | 148 | 3F | 37 |
| Octal | 324 | 103 | 220 | 0 | 104 | 40 | 21 | 510 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10010000 | 0 | 1000100 | 100000 | 10001 | 101001000 | 111111 | 110111 |
Color Harmonies of #D44390
Complementary color
Monochromatic Colors of #D44390
Black with #D44390
Text Example
Text Example
White with #D44390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44390; }
p { color: rgb(212,67,144); }
H1.HeaderClassName
{
color: #D44390;
}
.AnyTagClassName
{
color: #D44390;
}
</style>
background-color css
<style>
a { background-color: #D44390; }
a { background-color: rgb(212,67,144); }
div.DivClassName
{
background-color: #D44390;
}
.BgClassName
{
background-color: #D44390;
}
</style>
border-color css
<style>
span { border-color: #D44390; }
span { border-color: rgb(212,67,144); }
td.TdClassName
{
border-color: #D44390;
}
.TagClassName
{
border-color: #D44390;
}
</style>