Shades of Mulberry #D44490
Tints of Mulberry #D44490
RGB
CMYK
RGB Variations
Color information
#D44490 (or 0xD44490) is known color: Mulberry. HEX triplet: D4, 44 and 90. RGB value is (212,68,144). Sum of RGB (Red+Green+Blue) = 212+68+144=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D44490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44490 is #2BBB6F. Grayscale: #777777. Windows color (decimal): -2866032 or 9454804. OLE color: 9454804.
HSL color Cylindrical-coordinate representation of color #D44490: hue angle of 328.33º 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 #D44490 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 144 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.17 |
| HSL | 328.33º | 0.63% | 0.55% | - |
| HSV(B) | 328.33º | 0.68% | 0.83% | - |
| XYZ | 34.25 | 20.14 | 28.47 | - |
| YUV | 119.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 144 | 0 | 0.68 | 0.32 | 0.17 | 328.33 | 0.63 | 0.55 |
| Hex | D4 | 44 | 90 | 0 | 44 | 20 | 11 | 148 | 3F | 37 |
| Octal | 324 | 104 | 220 | 0 | 104 | 40 | 21 | 510 | 77 | 67 |
| Binary | 11010100 | 1000100 | 10010000 | 0 | 1000100 | 100000 | 10001 | 101001000 | 111111 | 110111 |
Color Harmonies of #D44490
Complementary color
Monochromatic Colors of #D44490
Black with #D44490
Text Example
Text Example
White with #D44490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44490; }
p { color: rgb(212,68,144); }
H1.HeaderClassName
{
color: #D44490;
}
.AnyTagClassName
{
color: #D44490;
}
</style>
background-color css
<style>
a { background-color: #D44490; }
a { background-color: rgb(212,68,144); }
div.DivClassName
{
background-color: #D44490;
}
.BgClassName
{
background-color: #D44490;
}
</style>
border-color css
<style>
span { border-color: #D44490; }
span { border-color: rgb(212,68,144); }
td.TdClassName
{
border-color: #D44490;
}
.TagClassName
{
border-color: #D44490;
}
</style>