Shades of Mulberry #D4499E
Tints of Mulberry #D4499E
RGB
CMYK
RGB Variations
Color information
#D4499E (or 0xD4499E) is known color: Mulberry. HEX triplet: D4, 49 and 9E. RGB value is (212,73,158). Sum of RGB (Red+Green+Blue) = 212+73+158=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4499E is #2BB661. Grayscale: #7C7C7C. Windows color (decimal): -2864738 or 10373588. OLE color: 10373588.
HSL color Cylindrical-coordinate representation of color #D4499E: hue angle of 323.31º 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 #D4499E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 158 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.17 |
| HSL | 323.31º | 0.62% | 0.56% | - |
| HSV(B) | 323.31º | 0.66% | 0.83% | - |
| XYZ | 35.71 | 21.23 | 34.56 | - |
| YUV | 124.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 158 | 0 | 0.66 | 0.25 | 0.17 | 323.31 | 0.62 | 0.56 |
| Hex | D4 | 49 | 9E | 0 | 42 | 19 | 11 | 143 | 3E | 38 |
| Octal | 324 | 111 | 236 | 0 | 102 | 31 | 21 | 503 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10011110 | 0 | 1000010 | 11001 | 10001 | 101000011 | 111110 | 111000 |
Color Harmonies of #D4499E
Complementary color
Monochromatic Colors of #D4499E
Black with #D4499E
Text Example
Text Example
White with #D4499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4499E; }
p { color: rgb(212,73,158); }
H1.HeaderClassName
{
color: #D4499E;
}
.AnyTagClassName
{
color: #D4499E;
}
</style>
background-color css
<style>
a { background-color: #D4499E; }
a { background-color: rgb(212,73,158); }
div.DivClassName
{
background-color: #D4499E;
}
.BgClassName
{
background-color: #D4499E;
}
</style>
border-color css
<style>
span { border-color: #D4499E; }
span { border-color: rgb(212,73,158); }
td.TdClassName
{
border-color: #D4499E;
}
.TagClassName
{
border-color: #D4499E;
}
</style>