Shades of Mulberry #D75691
Tints of Mulberry #D75691
RGB
CMYK
RGB Variations
Color information
#D75691 (or 0xD75691) is known color: Mulberry. HEX triplet: D7, 56 and 91. RGB value is (215,86,145). Sum of RGB (Red+Green+Blue) = 215+86+145=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D75691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75691 is #28A96E. Grayscale: #838383. Windows color (decimal): -2664815 or 9524951. OLE color: 9524951.
HSL color Cylindrical-coordinate representation of color #D75691: hue angle of 332.56º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75691 is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 145 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.16 |
| HSL | 332.56º | 0.62% | 0.59% | - |
| HSV(B) | 332.56º | 0.6% | 0.84% | - |
| XYZ | 36.46 | 23.15 | 29.33 | - |
| YUV | 131.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 145 | 0 | 0.6 | 0.33 | 0.16 | 332.56 | 0.62 | 0.59 |
| Hex | D7 | 56 | 91 | 0 | 3C | 21 | 10 | 14D | 3E | 3B |
| Octal | 327 | 126 | 221 | 0 | 74 | 41 | 20 | 515 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10010001 | 0 | 111100 | 100001 | 10000 | 101001101 | 111110 | 111011 |
Color Harmonies of #D75691
Complementary color
Monochromatic Colors of #D75691
Black with #D75691
Text Example
Text Example
White with #D75691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75691; }
p { color: rgb(215,86,145); }
H1.HeaderClassName
{
color: #D75691;
}
.AnyTagClassName
{
color: #D75691;
}
</style>
background-color css
<style>
a { background-color: #D75691; }
a { background-color: rgb(215,86,145); }
div.DivClassName
{
background-color: #D75691;
}
.BgClassName
{
background-color: #D75691;
}
</style>
border-color css
<style>
span { border-color: #D75691; }
span { border-color: rgb(215,86,145); }
td.TdClassName
{
border-color: #D75691;
}
.TagClassName
{
border-color: #D75691;
}
</style>