Shades of Mulberry #D75896
Tints of Mulberry #D75896
RGB
CMYK
RGB Variations
Color information
#D75896 (or 0xD75896) is known color: Mulberry. HEX triplet: D7, 58 and 96. RGB value is (215,88,150). Sum of RGB (Red+Green+Blue) = 215+88+150=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D75896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75896 is #28A769. Grayscale: #848484. Windows color (decimal): -2664298 or 9853143. OLE color: 9853143.
HSL color Cylindrical-coordinate representation of color #D75896: hue angle of 330.71º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75896 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 150 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.16 |
| HSL | 330.71º | 0.61% | 0.59% | - |
| HSV(B) | 330.71º | 0.59% | 0.84% | - |
| XYZ | 37.02 | 23.63 | 31.46 | - |
| YUV | 133.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 150 | 0 | 0.59 | 0.30 | 0.16 | 330.71 | 0.61 | 0.59 |
| Hex | D7 | 58 | 96 | 0 | 3B | 1E | 10 | 14B | 3D | 3B |
| Octal | 327 | 130 | 226 | 0 | 73 | 36 | 20 | 513 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10010110 | 0 | 111011 | 11110 | 10000 | 101001011 | 111101 | 111011 |
Color Harmonies of #D75896
Complementary color
Monochromatic Colors of #D75896
Black with #D75896
Text Example
Text Example
White with #D75896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75896; }
p { color: rgb(215,88,150); }
H1.HeaderClassName
{
color: #D75896;
}
.AnyTagClassName
{
color: #D75896;
}
</style>
background-color css
<style>
a { background-color: #D75896; }
a { background-color: rgb(215,88,150); }
div.DivClassName
{
background-color: #D75896;
}
.BgClassName
{
background-color: #D75896;
}
</style>
border-color css
<style>
span { border-color: #D75896; }
span { border-color: rgb(215,88,150); }
td.TdClassName
{
border-color: #D75896;
}
.TagClassName
{
border-color: #D75896;
}
</style>