Shades of Mulberry #D45696
Tints of Mulberry #D45696
RGB
CMYK
RGB Variations
Color information
#D45696 (or 0xD45696) is known color: Mulberry. HEX triplet: D4, 56 and 96. RGB value is (212,86,150). Sum of RGB (Red+Green+Blue) = 212+86+150=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D45696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45696 is #2BA969. Grayscale: #828282. Windows color (decimal): -2861418 or 9852628. OLE color: 9852628.
HSL color Cylindrical-coordinate representation of color #D45696: hue angle of 329.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45696 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 150 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.17 |
| HSL | 329.52º | 0.59% | 0.58% | - |
| HSV(B) | 329.52º | 0.59% | 0.83% | - |
| XYZ | 35.98 | 22.85 | 31.37 | - |
| YUV | 130.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 150 | 0 | 0.59 | 0.29 | 0.17 | 329.52 | 0.59 | 0.58 |
| Hex | D4 | 56 | 96 | 0 | 3B | 1D | 11 | 14A | 3B | 3A |
| Octal | 324 | 126 | 226 | 0 | 73 | 35 | 21 | 512 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10010110 | 0 | 111011 | 11101 | 10001 | 101001010 | 111011 | 111010 |
Color Harmonies of #D45696
Complementary color
Monochromatic Colors of #D45696
Black with #D45696
Text Example
Text Example
White with #D45696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45696; }
p { color: rgb(212,86,150); }
H1.HeaderClassName
{
color: #D45696;
}
.AnyTagClassName
{
color: #D45696;
}
</style>
background-color css
<style>
a { background-color: #D45696; }
a { background-color: rgb(212,86,150); }
div.DivClassName
{
background-color: #D45696;
}
.BgClassName
{
background-color: #D45696;
}
</style>
border-color css
<style>
span { border-color: #D45696; }
span { border-color: rgb(212,86,150); }
td.TdClassName
{
border-color: #D45696;
}
.TagClassName
{
border-color: #D45696;
}
</style>