Shades of Mulberry #D55291
Tints of Mulberry #D55291
RGB
CMYK
RGB Variations
Color information
#D55291 (or 0xD55291) is known color: Mulberry. HEX triplet: D5, 52 and 91. RGB value is (213,82,145). Sum of RGB (Red+Green+Blue) = 213+82+145=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D55291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55291 is #2AAD6E. Grayscale: #808080. Windows color (decimal): -2796911 or 9523925. OLE color: 9523925.
HSL color Cylindrical-coordinate representation of color #D55291: hue angle of 331.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55291 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 145 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.16 |
| HSL | 331.15º | 0.61% | 0.58% | - |
| HSV(B) | 331.15º | 0.62% | 0.84% | - |
| XYZ | 35.57 | 22.23 | 29.2 | - |
| YUV | 128.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 145 | 0 | 0.62 | 0.32 | 0.16 | 331.15 | 0.61 | 0.58 |
| Hex | D5 | 52 | 91 | 0 | 3E | 20 | 10 | 14B | 3D | 3A |
| Octal | 325 | 122 | 221 | 0 | 76 | 40 | 20 | 513 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10010001 | 0 | 111110 | 100000 | 10000 | 101001011 | 111101 | 111010 |
Color Harmonies of #D55291
Complementary color
Monochromatic Colors of #D55291
Black with #D55291
Text Example
Text Example
White with #D55291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55291; }
p { color: rgb(213,82,145); }
H1.HeaderClassName
{
color: #D55291;
}
.AnyTagClassName
{
color: #D55291;
}
</style>
background-color css
<style>
a { background-color: #D55291; }
a { background-color: rgb(213,82,145); }
div.DivClassName
{
background-color: #D55291;
}
.BgClassName
{
background-color: #D55291;
}
</style>
border-color css
<style>
span { border-color: #D55291; }
span { border-color: rgb(213,82,145); }
td.TdClassName
{
border-color: #D55291;
}
.TagClassName
{
border-color: #D55291;
}
</style>