Shades of Mulberry #D45791
Tints of Mulberry #D45791
RGB
CMYK
RGB Variations
Color information
#D45791 (or 0xD45791) is known color: Mulberry. HEX triplet: D4, 57 and 91. RGB value is (212,87,145). Sum of RGB (Red+Green+Blue) = 212+87+145=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D45791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45791 is #2BA86E. Grayscale: #828282. Windows color (decimal): -2861167 or 9525204. OLE color: 9525204.
HSL color Cylindrical-coordinate representation of color #D45791: hue angle of 332.16º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45791 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 145 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.17 |
| HSL | 332.16º | 0.59% | 0.59% | - |
| HSV(B) | 332.16º | 0.59% | 0.83% | - |
| XYZ | 35.67 | 22.86 | 29.32 | - |
| YUV | 130.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 145 | 0 | 0.59 | 0.32 | 0.17 | 332.16 | 0.59 | 0.59 |
| Hex | D4 | 57 | 91 | 0 | 3B | 20 | 11 | 14C | 3B | 3B |
| Octal | 324 | 127 | 221 | 0 | 73 | 40 | 21 | 514 | 73 | 73 |
| Binary | 11010100 | 1010111 | 10010001 | 0 | 111011 | 100000 | 10001 | 101001100 | 111011 | 111011 |
Color Harmonies of #D45791
Complementary color
Monochromatic Colors of #D45791
Black with #D45791
Text Example
Text Example
White with #D45791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45791; }
p { color: rgb(212,87,145); }
H1.HeaderClassName
{
color: #D45791;
}
.AnyTagClassName
{
color: #D45791;
}
</style>
background-color css
<style>
a { background-color: #D45791; }
a { background-color: rgb(212,87,145); }
div.DivClassName
{
background-color: #D45791;
}
.BgClassName
{
background-color: #D45791;
}
</style>
border-color css
<style>
span { border-color: #D45791; }
span { border-color: rgb(212,87,145); }
td.TdClassName
{
border-color: #D45791;
}
.TagClassName
{
border-color: #D45791;
}
</style>