Shades of Mulberry #D75498
Tints of Mulberry #D75498
RGB
CMYK
RGB Variations
Color information
#D75498 (or 0xD75498) is known color: Mulberry. HEX triplet: D7, 54 and 98. RGB value is (215,84,152). Sum of RGB (Red+Green+Blue) = 215+84+152=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D75498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75498 is #28AB67. Grayscale: #828282. Windows color (decimal): -2665320 or 9983191. OLE color: 9983191.
HSL color Cylindrical-coordinate representation of color #D75498: hue angle of 328.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75498 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 152 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.16 |
| HSL | 328.85º | 0.62% | 0.59% | - |
| HSV(B) | 328.85º | 0.61% | 0.84% | - |
| XYZ | 36.86 | 23.05 | 32.21 | - |
| YUV | 130.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 152 | 0 | 0.61 | 0.29 | 0.16 | 328.85 | 0.62 | 0.59 |
| Hex | D7 | 54 | 98 | 0 | 3D | 1D | 10 | 149 | 3E | 3B |
| Octal | 327 | 124 | 230 | 0 | 75 | 35 | 20 | 511 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10011000 | 0 | 111101 | 11101 | 10000 | 101001001 | 111110 | 111011 |
Color Harmonies of #D75498
Complementary color
Monochromatic Colors of #D75498
Black with #D75498
Text Example
Text Example
White with #D75498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75498; }
p { color: rgb(215,84,152); }
H1.HeaderClassName
{
color: #D75498;
}
.AnyTagClassName
{
color: #D75498;
}
</style>
background-color css
<style>
a { background-color: #D75498; }
a { background-color: rgb(215,84,152); }
div.DivClassName
{
background-color: #D75498;
}
.BgClassName
{
background-color: #D75498;
}
</style>
border-color css
<style>
span { border-color: #D75498; }
span { border-color: rgb(215,84,152); }
td.TdClassName
{
border-color: #D75498;
}
.TagClassName
{
border-color: #D75498;
}
</style>