Shades of Mulberry #D55498
Tints of Mulberry #D55498
RGB
CMYK
RGB Variations
Color information
#D55498 (or 0xD55498) is known color: Mulberry. HEX triplet: D5, 54 and 98. RGB value is (213,84,152). Sum of RGB (Red+Green+Blue) = 213+84+152=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D55498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55498 is #2AAB67. Grayscale: #828282. Windows color (decimal): -2796392 or 9983189. OLE color: 9983189.
HSL color Cylindrical-coordinate representation of color #D55498: hue angle of 328.37º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55498 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 152 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.16 |
| HSL | 328.37º | 0.61% | 0.58% | - |
| HSV(B) | 328.37º | 0.61% | 0.84% | - |
| XYZ | 36.28 | 22.75 | 32.19 | - |
| YUV | 130.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 152 | 0 | 0.61 | 0.29 | 0.16 | 328.37 | 0.61 | 0.58 |
| Hex | D5 | 54 | 98 | 0 | 3D | 1D | 10 | 148 | 3D | 3A |
| Octal | 325 | 124 | 230 | 0 | 75 | 35 | 20 | 510 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10011000 | 0 | 111101 | 11101 | 10000 | 101001000 | 111101 | 111010 |
Color Harmonies of #D55498
Complementary color
Monochromatic Colors of #D55498
Black with #D55498
Text Example
Text Example
White with #D55498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55498; }
p { color: rgb(213,84,152); }
H1.HeaderClassName
{
color: #D55498;
}
.AnyTagClassName
{
color: #D55498;
}
</style>
background-color css
<style>
a { background-color: #D55498; }
a { background-color: rgb(213,84,152); }
div.DivClassName
{
background-color: #D55498;
}
.BgClassName
{
background-color: #D55498;
}
</style>
border-color css
<style>
span { border-color: #D55498; }
span { border-color: rgb(213,84,152); }
td.TdClassName
{
border-color: #D55498;
}
.TagClassName
{
border-color: #D55498;
}
</style>