Shades of Mulberry #D45997
Tints of Mulberry #D45997
RGB
CMYK
RGB Variations
Color information
#D45997 (or 0xD45997) is known color: Mulberry. HEX triplet: D4, 59 and 97. RGB value is (212,89,151). Sum of RGB (Red+Green+Blue) = 212+89+151=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D45997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45997 is #2BA668. Grayscale: #848484. Windows color (decimal): -2860649 or 9918932. OLE color: 9918932.
HSL color Cylindrical-coordinate representation of color #D45997: hue angle of 329.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45997 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 151 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.17 |
| HSL | 329.76º | 0.59% | 0.59% | - |
| HSV(B) | 329.76º | 0.58% | 0.83% | - |
| XYZ | 36.31 | 23.38 | 31.88 | - |
| YUV | 132.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 151 | 0 | 0.58 | 0.29 | 0.17 | 329.76 | 0.59 | 0.59 |
| Hex | D4 | 59 | 97 | 0 | 3A | 1D | 11 | 14A | 3B | 3B |
| Octal | 324 | 131 | 227 | 0 | 72 | 35 | 21 | 512 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10010111 | 0 | 111010 | 11101 | 10001 | 101001010 | 111011 | 111011 |
Color Harmonies of #D45997
Complementary color
Monochromatic Colors of #D45997
Black with #D45997
Text Example
Text Example
White with #D45997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45997; }
p { color: rgb(212,89,151); }
H1.HeaderClassName
{
color: #D45997;
}
.AnyTagClassName
{
color: #D45997;
}
</style>
background-color css
<style>
a { background-color: #D45997; }
a { background-color: rgb(212,89,151); }
div.DivClassName
{
background-color: #D45997;
}
.BgClassName
{
background-color: #D45997;
}
</style>
border-color css
<style>
span { border-color: #D45997; }
span { border-color: rgb(212,89,151); }
td.TdClassName
{
border-color: #D45997;
}
.TagClassName
{
border-color: #D45997;
}
</style>