Shades of Mulberry #D55095
Tints of Mulberry #D55095
RGB
CMYK
RGB Variations
Color information
#D55095 (or 0xD55095) is known color: Mulberry. HEX triplet: D5, 50 and 95. RGB value is (213,80,149). Sum of RGB (Red+Green+Blue) = 213+80+149=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D55095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55095 is #2AAF6A. Grayscale: #7F7F7F. Windows color (decimal): -2797419 or 9785557. OLE color: 9785557.
HSL color Cylindrical-coordinate representation of color #D55095: hue angle of 328.87º 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 #D55095 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 149 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.16 |
| HSL | 328.87º | 0.61% | 0.57% | - |
| HSV(B) | 328.87º | 0.62% | 0.84% | - |
| XYZ | 35.73 | 22.05 | 30.81 | - |
| YUV | 127.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 149 | 0 | 0.62 | 0.30 | 0.16 | 328.87 | 0.61 | 0.57 |
| Hex | D5 | 50 | 95 | 0 | 3E | 1E | 10 | 149 | 3D | 39 |
| Octal | 325 | 120 | 225 | 0 | 76 | 36 | 20 | 511 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10010101 | 0 | 111110 | 11110 | 10000 | 101001001 | 111101 | 111001 |
Color Harmonies of #D55095
Complementary color
Monochromatic Colors of #D55095
Black with #D55095
Text Example
Text Example
White with #D55095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55095; }
p { color: rgb(213,80,149); }
H1.HeaderClassName
{
color: #D55095;
}
.AnyTagClassName
{
color: #D55095;
}
</style>
background-color css
<style>
a { background-color: #D55095; }
a { background-color: rgb(213,80,149); }
div.DivClassName
{
background-color: #D55095;
}
.BgClassName
{
background-color: #D55095;
}
</style>
border-color css
<style>
span { border-color: #D55095; }
span { border-color: rgb(213,80,149); }
td.TdClassName
{
border-color: #D55095;
}
.TagClassName
{
border-color: #D55095;
}
</style>