Shades of Mulberry #D55096
Tints of Mulberry #D55096
RGB
CMYK
RGB Variations
Color information
#D55096 (or 0xD55096) is known color: Mulberry. HEX triplet: D5, 50 and 96. RGB value is (213,80,150). Sum of RGB (Red+Green+Blue) = 213+80+150=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55096 is #2AAF69. Grayscale: #7F7F7F. Windows color (decimal): -2797418 or 9851093. OLE color: 9851093.
HSL color Cylindrical-coordinate representation of color #D55096: hue angle of 328.42º 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 #D55096 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 150 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.16 |
| HSL | 328.42º | 0.61% | 0.57% | - |
| HSV(B) | 328.42º | 0.62% | 0.84% | - |
| XYZ | 35.81 | 22.09 | 31.23 | - |
| YUV | 127.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 150 | 0 | 0.62 | 0.30 | 0.16 | 328.42 | 0.61 | 0.57 |
| Hex | D5 | 50 | 96 | 0 | 3E | 1E | 10 | 148 | 3D | 39 |
| Octal | 325 | 120 | 226 | 0 | 76 | 36 | 20 | 510 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10010110 | 0 | 111110 | 11110 | 10000 | 101001000 | 111101 | 111001 |
Color Harmonies of #D55096
Complementary color
Monochromatic Colors of #D55096
Black with #D55096
Text Example
Text Example
White with #D55096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55096; }
p { color: rgb(213,80,150); }
H1.HeaderClassName
{
color: #D55096;
}
.AnyTagClassName
{
color: #D55096;
}
</style>
background-color css
<style>
a { background-color: #D55096; }
a { background-color: rgb(213,80,150); }
div.DivClassName
{
background-color: #D55096;
}
.BgClassName
{
background-color: #D55096;
}
</style>
border-color css
<style>
span { border-color: #D55096; }
span { border-color: rgb(213,80,150); }
td.TdClassName
{
border-color: #D55096;
}
.TagClassName
{
border-color: #D55096;
}
</style>