Shades of Mulberry #D55097
Tints of Mulberry #D55097
RGB
CMYK
RGB Variations
Color information
#D55097 (or 0xD55097) is known color: Mulberry. HEX triplet: D5, 50 and 97. RGB value is (213,80,151). Sum of RGB (Red+Green+Blue) = 213+80+151=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55097 is #2AAF68. Grayscale: #7F7F7F. Windows color (decimal): -2797417 or 9916629. OLE color: 9916629.
HSL color Cylindrical-coordinate representation of color #D55097: hue angle of 327.97º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55097 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 151 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.16 |
| HSL | 327.97º | 0.61% | 0.57% | - |
| HSV(B) | 327.97º | 0.62% | 0.84% | - |
| XYZ | 35.9 | 22.12 | 31.66 | - |
| YUV | 127.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 151 | 0 | 0.62 | 0.29 | 0.16 | 327.97 | 0.61 | 0.57 |
| Hex | D5 | 50 | 97 | 0 | 3E | 1D | 10 | 148 | 3D | 39 |
| Octal | 325 | 120 | 227 | 0 | 76 | 35 | 20 | 510 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10010111 | 0 | 111110 | 11101 | 10000 | 101001000 | 111101 | 111001 |
Color Harmonies of #D55097
Complementary color
Monochromatic Colors of #D55097
Black with #D55097
Text Example
Text Example
White with #D55097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55097; }
p { color: rgb(213,80,151); }
H1.HeaderClassName
{
color: #D55097;
}
.AnyTagClassName
{
color: #D55097;
}
</style>
background-color css
<style>
a { background-color: #D55097; }
a { background-color: rgb(213,80,151); }
div.DivClassName
{
background-color: #D55097;
}
.BgClassName
{
background-color: #D55097;
}
</style>
border-color css
<style>
span { border-color: #D55097; }
span { border-color: rgb(213,80,151); }
td.TdClassName
{
border-color: #D55097;
}
.TagClassName
{
border-color: #D55097;
}
</style>