Shades of Mulberry #D44499
Tints of Mulberry #D44499
RGB
CMYK
RGB Variations
Color information
#D44499 (or 0xD44499) is known color: Mulberry. HEX triplet: D4, 44 and 99. RGB value is (212,68,153). Sum of RGB (Red+Green+Blue) = 212+68+153=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D44499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44499 is #2BBB66. Grayscale: #787878. Windows color (decimal): -2866023 or 10044628. OLE color: 10044628.
HSL color Cylindrical-coordinate representation of color #D44499: hue angle of 324.58º 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 #D44499 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 153 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.17 |
| HSL | 324.58º | 0.63% | 0.55% | - |
| HSV(B) | 324.58º | 0.68% | 0.83% | - |
| XYZ | 34.97 | 20.43 | 32.24 | - |
| YUV | 120.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 153 | 0 | 0.68 | 0.28 | 0.17 | 324.58 | 0.63 | 0.55 |
| Hex | D4 | 44 | 99 | 0 | 44 | 1C | 11 | 145 | 3F | 37 |
| Octal | 324 | 104 | 231 | 0 | 104 | 34 | 21 | 505 | 77 | 67 |
| Binary | 11010100 | 1000100 | 10011001 | 0 | 1000100 | 11100 | 10001 | 101000101 | 111111 | 110111 |
Color Harmonies of #D44499
Complementary color
Monochromatic Colors of #D44499
Black with #D44499
Text Example
Text Example
White with #D44499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44499; }
p { color: rgb(212,68,153); }
H1.HeaderClassName
{
color: #D44499;
}
.AnyTagClassName
{
color: #D44499;
}
</style>
background-color css
<style>
a { background-color: #D44499; }
a { background-color: rgb(212,68,153); }
div.DivClassName
{
background-color: #D44499;
}
.BgClassName
{
background-color: #D44499;
}
</style>
border-color css
<style>
span { border-color: #D44499; }
span { border-color: rgb(212,68,153); }
td.TdClassName
{
border-color: #D44499;
}
.TagClassName
{
border-color: #D44499;
}
</style>