Shades of Mulberry #D54887
Tints of Mulberry #D54887
RGB
CMYK
RGB Variations
Color information
#D54887 (or 0xD54887) is known color: Mulberry. HEX triplet: D5, 48 and 87. RGB value is (213,72,135). Sum of RGB (Red+Green+Blue) = 213+72+135=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D54887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54887 is #2AB778. Grayscale: #797979. Windows color (decimal): -2799481 or 8866005. OLE color: 8866005.
HSL color Cylindrical-coordinate representation of color #D54887: hue angle of 333.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54887 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 135 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.16 |
| HSL | 333.19º | 0.63% | 0.56% | - |
| HSV(B) | 333.19º | 0.66% | 0.84% | - |
| XYZ | 34.13 | 20.53 | 25.09 | - |
| YUV | 121.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 135 | 0 | 0.66 | 0.37 | 0.16 | 333.19 | 0.63 | 0.56 |
| Hex | D5 | 48 | 87 | 0 | 42 | 25 | 10 | 14D | 3F | 38 |
| Octal | 325 | 110 | 207 | 0 | 102 | 45 | 20 | 515 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10000111 | 0 | 1000010 | 100101 | 10000 | 101001101 | 111111 | 111000 |
Color Harmonies of #D54887
Complementary color
Monochromatic Colors of #D54887
Black with #D54887
Text Example
Text Example
White with #D54887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54887; }
p { color: rgb(213,72,135); }
H1.HeaderClassName
{
color: #D54887;
}
.AnyTagClassName
{
color: #D54887;
}
</style>
background-color css
<style>
a { background-color: #D54887; }
a { background-color: rgb(213,72,135); }
div.DivClassName
{
background-color: #D54887;
}
.BgClassName
{
background-color: #D54887;
}
</style>
border-color css
<style>
span { border-color: #D54887; }
span { border-color: rgb(213,72,135); }
td.TdClassName
{
border-color: #D54887;
}
.TagClassName
{
border-color: #D54887;
}
</style>