Shades of Mulberry #D44599
Tints of Mulberry #D44599
RGB
CMYK
RGB Variations
Color information
#D44599 (or 0xD44599) is known color: Mulberry. HEX triplet: D4, 45 and 99. RGB value is (212,69,153). Sum of RGB (Red+Green+Blue) = 212+69+153=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D44599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44599 is #2BBA66. Grayscale: #797979. Windows color (decimal): -2865767 or 10044884. OLE color: 10044884.
HSL color Cylindrical-coordinate representation of color #D44599: hue angle of 324.76º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44599 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 153 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.17 |
| HSL | 324.76º | 0.62% | 0.55% | - |
| HSV(B) | 324.76º | 0.67% | 0.83% | - |
| XYZ | 35.03 | 20.55 | 32.26 | - |
| YUV | 121.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 153 | 0 | 0.67 | 0.28 | 0.17 | 324.76 | 0.62 | 0.55 |
| Hex | D4 | 45 | 99 | 0 | 43 | 1C | 11 | 145 | 3E | 37 |
| Octal | 324 | 105 | 231 | 0 | 103 | 34 | 21 | 505 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10011001 | 0 | 1000011 | 11100 | 10001 | 101000101 | 111110 | 110111 |
Color Harmonies of #D44599
Complementary color
Monochromatic Colors of #D44599
Black with #D44599
Text Example
Text Example
White with #D44599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44599; }
p { color: rgb(212,69,153); }
H1.HeaderClassName
{
color: #D44599;
}
.AnyTagClassName
{
color: #D44599;
}
</style>
background-color css
<style>
a { background-color: #D44599; }
a { background-color: rgb(212,69,153); }
div.DivClassName
{
background-color: #D44599;
}
.BgClassName
{
background-color: #D44599;
}
</style>
border-color css
<style>
span { border-color: #D44599; }
span { border-color: rgb(212,69,153); }
td.TdClassName
{
border-color: #D44599;
}
.TagClassName
{
border-color: #D44599;
}
</style>