Shades of Mulberry #D55091
Tints of Mulberry #D55091
RGB
CMYK
RGB Variations
Color information
#D55091 (or 0xD55091) is known color: Mulberry. HEX triplet: D5, 50 and 91. RGB value is (213,80,145). Sum of RGB (Red+Green+Blue) = 213+80+145=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D55091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55091 is #2AAF6E. Grayscale: #7F7F7F. Windows color (decimal): -2797423 or 9523413. OLE color: 9523413.
HSL color Cylindrical-coordinate representation of color #D55091: hue angle of 330.68º 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 #D55091 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 145 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.16 |
| HSL | 330.68º | 0.61% | 0.57% | - |
| HSV(B) | 330.68º | 0.62% | 0.84% | - |
| XYZ | 35.42 | 21.93 | 29.15 | - |
| YUV | 127.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 145 | 0 | 0.62 | 0.32 | 0.16 | 330.68 | 0.61 | 0.57 |
| Hex | D5 | 50 | 91 | 0 | 3E | 20 | 10 | 14B | 3D | 39 |
| Octal | 325 | 120 | 221 | 0 | 76 | 40 | 20 | 513 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10010001 | 0 | 111110 | 100000 | 10000 | 101001011 | 111101 | 111001 |
Color Harmonies of #D55091
Complementary color
Monochromatic Colors of #D55091
Black with #D55091
Text Example
Text Example
White with #D55091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55091; }
p { color: rgb(213,80,145); }
H1.HeaderClassName
{
color: #D55091;
}
.AnyTagClassName
{
color: #D55091;
}
</style>
background-color css
<style>
a { background-color: #D55091; }
a { background-color: rgb(213,80,145); }
div.DivClassName
{
background-color: #D55091;
}
.BgClassName
{
background-color: #D55091;
}
</style>
border-color css
<style>
span { border-color: #D55091; }
span { border-color: rgb(213,80,145); }
td.TdClassName
{
border-color: #D55091;
}
.TagClassName
{
border-color: #D55091;
}
</style>