Shades of Mulberry #D75899
Tints of Mulberry #D75899
RGB
CMYK
RGB Variations
Color information
#D75899 (or 0xD75899) is known color: Mulberry. HEX triplet: D7, 58 and 99. RGB value is (215,88,153). Sum of RGB (Red+Green+Blue) = 215+88+153=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D75899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75899 is #28A766. Grayscale: #858585. Windows color (decimal): -2664295 or 10049751. OLE color: 10049751.
HSL color Cylindrical-coordinate representation of color #D75899: hue angle of 329.29º 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 #D75899 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 153 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.16 |
| HSL | 329.29º | 0.61% | 0.59% | - |
| HSV(B) | 329.29º | 0.59% | 0.84% | - |
| XYZ | 37.26 | 23.73 | 32.75 | - |
| YUV | 133.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 153 | 0 | 0.59 | 0.29 | 0.16 | 329.29 | 0.61 | 0.59 |
| Hex | D7 | 58 | 99 | 0 | 3B | 1D | 10 | 149 | 3D | 3B |
| Octal | 327 | 130 | 231 | 0 | 73 | 35 | 20 | 511 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10011001 | 0 | 111011 | 11101 | 10000 | 101001001 | 111101 | 111011 |
Color Harmonies of #D75899
Complementary color
Monochromatic Colors of #D75899
Black with #D75899
Text Example
Text Example
White with #D75899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75899; }
p { color: rgb(215,88,153); }
H1.HeaderClassName
{
color: #D75899;
}
.AnyTagClassName
{
color: #D75899;
}
</style>
background-color css
<style>
a { background-color: #D75899; }
a { background-color: rgb(215,88,153); }
div.DivClassName
{
background-color: #D75899;
}
.BgClassName
{
background-color: #D75899;
}
</style>
border-color css
<style>
span { border-color: #D75899; }
span { border-color: rgb(215,88,153); }
td.TdClassName
{
border-color: #D75899;
}
.TagClassName
{
border-color: #D75899;
}
</style>