Shades of Mulberry #D44895
Tints of Mulberry #D44895
RGB
CMYK
RGB Variations
Color information
#D44895 (or 0xD44895) is known color: Mulberry. HEX triplet: D4, 48 and 95. RGB value is (212,72,149). Sum of RGB (Red+Green+Blue) = 212+72+149=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D44895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44895 is #2BB76A. Grayscale: #7A7A7A. Windows color (decimal): -2865003 or 9783508. OLE color: 9783508.
HSL color Cylindrical-coordinate representation of color #D44895: hue angle of 327º 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 #D44895 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 149 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.17 |
| HSL | 327º | 0.62% | 0.56% | - |
| HSV(B) | 327º | 0.66% | 0.83% | - |
| XYZ | 34.89 | 20.8 | 30.61 | - |
| YUV | 122.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 149 | 0 | 0.66 | 0.30 | 0.17 | 327 | 0.62 | 0.56 |
| Hex | D4 | 48 | 95 | 0 | 42 | 1E | 11 | 147 | 3E | 38 |
| Octal | 324 | 110 | 225 | 0 | 102 | 36 | 21 | 507 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10010101 | 0 | 1000010 | 11110 | 10001 | 101000111 | 111110 | 111000 |
Color Harmonies of #D44895
Complementary color
Monochromatic Colors of #D44895
Black with #D44895
Text Example
Text Example
White with #D44895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44895; }
p { color: rgb(212,72,149); }
H1.HeaderClassName
{
color: #D44895;
}
.AnyTagClassName
{
color: #D44895;
}
</style>
background-color css
<style>
a { background-color: #D44895; }
a { background-color: rgb(212,72,149); }
div.DivClassName
{
background-color: #D44895;
}
.BgClassName
{
background-color: #D44895;
}
</style>
border-color css
<style>
span { border-color: #D44895; }
span { border-color: rgb(212,72,149); }
td.TdClassName
{
border-color: #D44895;
}
.TagClassName
{
border-color: #D44895;
}
</style>