Shades of Mulberry #D55490
Tints of Mulberry #D55490
RGB
CMYK
RGB Variations
Color information
#D55490 (or 0xD55490) is known color: Mulberry. HEX triplet: D5, 54 and 90. RGB value is (213,84,144). Sum of RGB (Red+Green+Blue) = 213+84+144=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D55490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55490 is #2AAB6F. Grayscale: #818181. Windows color (decimal): -2796400 or 9458901. OLE color: 9458901.
HSL color Cylindrical-coordinate representation of color #D55490: hue angle of 332.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55490 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 144 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.16 |
| HSL | 332.09º | 0.61% | 0.58% | - |
| HSV(B) | 332.09º | 0.61% | 0.84% | - |
| XYZ | 35.64 | 22.5 | 28.85 | - |
| YUV | 129.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 144 | 0 | 0.61 | 0.32 | 0.16 | 332.09 | 0.61 | 0.58 |
| Hex | D5 | 54 | 90 | 0 | 3D | 20 | 10 | 14C | 3D | 3A |
| Octal | 325 | 124 | 220 | 0 | 75 | 40 | 20 | 514 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10010000 | 0 | 111101 | 100000 | 10000 | 101001100 | 111101 | 111010 |
Color Harmonies of #D55490
Complementary color
Monochromatic Colors of #D55490
Black with #D55490
Text Example
Text Example
White with #D55490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55490; }
p { color: rgb(213,84,144); }
H1.HeaderClassName
{
color: #D55490;
}
.AnyTagClassName
{
color: #D55490;
}
</style>
background-color css
<style>
a { background-color: #D55490; }
a { background-color: rgb(213,84,144); }
div.DivClassName
{
background-color: #D55490;
}
.BgClassName
{
background-color: #D55490;
}
</style>
border-color css
<style>
span { border-color: #D55490; }
span { border-color: rgb(213,84,144); }
td.TdClassName
{
border-color: #D55490;
}
.TagClassName
{
border-color: #D55490;
}
</style>