Shades of Mulberry #D45697
Tints of Mulberry #D45697
RGB
CMYK
RGB Variations
Color information
#D45697 (or 0xD45697) is known color: Mulberry. HEX triplet: D4, 56 and 97. RGB value is (212,86,151). Sum of RGB (Red+Green+Blue) = 212+86+151=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D45697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45697 is #2BA968. Grayscale: #828282. Windows color (decimal): -2861417 or 9918164. OLE color: 9918164.
HSL color Cylindrical-coordinate representation of color #D45697: hue angle of 329.05º 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 #D45697 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 151 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.17 |
| HSL | 329.05º | 0.59% | 0.58% | - |
| HSV(B) | 329.05º | 0.59% | 0.83% | - |
| XYZ | 36.07 | 22.89 | 31.79 | - |
| YUV | 131.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 151 | 0 | 0.59 | 0.29 | 0.17 | 329.05 | 0.59 | 0.58 |
| Hex | D4 | 56 | 97 | 0 | 3B | 1D | 11 | 149 | 3B | 3A |
| Octal | 324 | 126 | 227 | 0 | 73 | 35 | 21 | 511 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10010111 | 0 | 111011 | 11101 | 10001 | 101001001 | 111011 | 111010 |
Color Harmonies of #D45697
Complementary color
Monochromatic Colors of #D45697
Black with #D45697
Text Example
Text Example
White with #D45697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45697; }
p { color: rgb(212,86,151); }
H1.HeaderClassName
{
color: #D45697;
}
.AnyTagClassName
{
color: #D45697;
}
</style>
background-color css
<style>
a { background-color: #D45697; }
a { background-color: rgb(212,86,151); }
div.DivClassName
{
background-color: #D45697;
}
.BgClassName
{
background-color: #D45697;
}
</style>
border-color css
<style>
span { border-color: #D45697; }
span { border-color: rgb(212,86,151); }
td.TdClassName
{
border-color: #D45697;
}
.TagClassName
{
border-color: #D45697;
}
</style>