Shades of Mulberry #D55497
Tints of Mulberry #D55497
RGB
CMYK
RGB Variations
Color information
#D55497 (or 0xD55497) is known color: Mulberry. HEX triplet: D5, 54 and 97. RGB value is (213,84,151). Sum of RGB (Red+Green+Blue) = 213+84+151=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55497 is #2AAB68. Grayscale: #828282. Windows color (decimal): -2796393 or 9917653. OLE color: 9917653.
HSL color Cylindrical-coordinate representation of color #D55497: hue angle of 328.84º 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 #D55497 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 151 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.16 |
| HSL | 328.84º | 0.61% | 0.58% | - |
| HSV(B) | 328.84º | 0.61% | 0.84% | - |
| XYZ | 36.2 | 22.72 | 31.76 | - |
| YUV | 130.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 151 | 0 | 0.61 | 0.29 | 0.16 | 328.84 | 0.61 | 0.58 |
| Hex | D5 | 54 | 97 | 0 | 3D | 1D | 10 | 149 | 3D | 3A |
| Octal | 325 | 124 | 227 | 0 | 75 | 35 | 20 | 511 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10010111 | 0 | 111101 | 11101 | 10000 | 101001001 | 111101 | 111010 |
Color Harmonies of #D55497
Complementary color
Monochromatic Colors of #D55497
Black with #D55497
Text Example
Text Example
White with #D55497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55497; }
p { color: rgb(213,84,151); }
H1.HeaderClassName
{
color: #D55497;
}
.AnyTagClassName
{
color: #D55497;
}
</style>
background-color css
<style>
a { background-color: #D55497; }
a { background-color: rgb(213,84,151); }
div.DivClassName
{
background-color: #D55497;
}
.BgClassName
{
background-color: #D55497;
}
</style>
border-color css
<style>
span { border-color: #D55497; }
span { border-color: rgb(213,84,151); }
td.TdClassName
{
border-color: #D55497;
}
.TagClassName
{
border-color: #D55497;
}
</style>