Shades of Mulberry #D44598
Tints of Mulberry #D44598
RGB
CMYK
RGB Variations
Color information
#D44598 (or 0xD44598) is known color: Mulberry. HEX triplet: D4, 45 and 98. RGB value is (212,69,152). Sum of RGB (Red+Green+Blue) = 212+69+152=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D44598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44598 is #2BBA67. Grayscale: #797979. Windows color (decimal): -2865768 or 9979348. OLE color: 9979348.
HSL color Cylindrical-coordinate representation of color #D44598: hue angle of 325.17º 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 #D44598 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 152 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.17 |
| HSL | 325.17º | 0.62% | 0.55% | - |
| HSV(B) | 325.17º | 0.67% | 0.83% | - |
| XYZ | 34.95 | 20.52 | 31.82 | - |
| YUV | 121.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 152 | 0 | 0.67 | 0.28 | 0.17 | 325.17 | 0.62 | 0.55 |
| Hex | D4 | 45 | 98 | 0 | 43 | 1C | 11 | 145 | 3E | 37 |
| Octal | 324 | 105 | 230 | 0 | 103 | 34 | 21 | 505 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10011000 | 0 | 1000011 | 11100 | 10001 | 101000101 | 111110 | 110111 |
Color Harmonies of #D44598
Complementary color
Monochromatic Colors of #D44598
Black with #D44598
Text Example
Text Example
White with #D44598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44598; }
p { color: rgb(212,69,152); }
H1.HeaderClassName
{
color: #D44598;
}
.AnyTagClassName
{
color: #D44598;
}
</style>
background-color css
<style>
a { background-color: #D44598; }
a { background-color: rgb(212,69,152); }
div.DivClassName
{
background-color: #D44598;
}
.BgClassName
{
background-color: #D44598;
}
</style>
border-color css
<style>
span { border-color: #D44598; }
span { border-color: rgb(212,69,152); }
td.TdClassName
{
border-color: #D44598;
}
.TagClassName
{
border-color: #D44598;
}
</style>