Shades of Mulberry #D75099
Tints of Mulberry #D75099
RGB
CMYK
RGB Variations
Color information
#D75099 (or 0xD75099) is known color: Mulberry. HEX triplet: D7, 50 and 99. RGB value is (215,80,153). Sum of RGB (Red+Green+Blue) = 215+80+153=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75099 is #28AF66. Grayscale: #808080. Windows color (decimal): -2666343 or 10047703. OLE color: 10047703.
HSL color Cylindrical-coordinate representation of color #D75099: hue angle of 327.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75099 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 153 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.16 |
| HSL | 327.56º | 0.63% | 0.58% | - |
| HSV(B) | 327.56º | 0.63% | 0.84% | - |
| XYZ | 36.64 | 22.48 | 32.55 | - |
| YUV | 128.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 153 | 0 | 0.63 | 0.29 | 0.16 | 327.56 | 0.63 | 0.58 |
| Hex | D7 | 50 | 99 | 0 | 3F | 1D | 10 | 148 | 3F | 3A |
| Octal | 327 | 120 | 231 | 0 | 77 | 35 | 20 | 510 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10011001 | 0 | 111111 | 11101 | 10000 | 101001000 | 111111 | 111010 |
Color Harmonies of #D75099
Complementary color
Monochromatic Colors of #D75099
Black with #D75099
Text Example
Text Example
White with #D75099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75099; }
p { color: rgb(215,80,153); }
H1.HeaderClassName
{
color: #D75099;
}
.AnyTagClassName
{
color: #D75099;
}
</style>
background-color css
<style>
a { background-color: #D75099; }
a { background-color: rgb(215,80,153); }
div.DivClassName
{
background-color: #D75099;
}
.BgClassName
{
background-color: #D75099;
}
</style>
border-color css
<style>
span { border-color: #D75099; }
span { border-color: rgb(215,80,153); }
td.TdClassName
{
border-color: #D75099;
}
.TagClassName
{
border-color: #D75099;
}
</style>