Shades of Mulberry #D44990
Tints of Mulberry #D44990
RGB
CMYK
RGB Variations
Color information
#D44990 (or 0xD44990) is known color: Mulberry. HEX triplet: D4, 49 and 90. RGB value is (212,73,144). Sum of RGB (Red+Green+Blue) = 212+73+144=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D44990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44990 is #2BB66F. Grayscale: #7A7A7A. Windows color (decimal): -2864752 or 9456084. OLE color: 9456084.
HSL color Cylindrical-coordinate representation of color #D44990: hue angle of 329.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44990 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 144 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.17 |
| HSL | 329.35º | 0.62% | 0.56% | - |
| HSV(B) | 329.35º | 0.66% | 0.83% | - |
| XYZ | 34.57 | 20.78 | 28.57 | - |
| YUV | 122.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 144 | 0 | 0.66 | 0.32 | 0.17 | 329.35 | 0.62 | 0.56 |
| Hex | D4 | 49 | 90 | 0 | 42 | 20 | 11 | 149 | 3E | 38 |
| Octal | 324 | 111 | 220 | 0 | 102 | 40 | 21 | 511 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10010000 | 0 | 1000010 | 100000 | 10001 | 101001001 | 111110 | 111000 |
Color Harmonies of #D44990
Complementary color
Monochromatic Colors of #D44990
Black with #D44990
Text Example
Text Example
White with #D44990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44990; }
p { color: rgb(212,73,144); }
H1.HeaderClassName
{
color: #D44990;
}
.AnyTagClassName
{
color: #D44990;
}
</style>
background-color css
<style>
a { background-color: #D44990; }
a { background-color: rgb(212,73,144); }
div.DivClassName
{
background-color: #D44990;
}
.BgClassName
{
background-color: #D44990;
}
</style>
border-color css
<style>
span { border-color: #D44990; }
span { border-color: rgb(212,73,144); }
td.TdClassName
{
border-color: #D44990;
}
.TagClassName
{
border-color: #D44990;
}
</style>