Shades of Mulberry #D54989
Tints of Mulberry #D54989
RGB
CMYK
RGB Variations
Color information
#D54989 (or 0xD54989) is known color: Mulberry. HEX triplet: D5, 49 and 89. RGB value is (213,73,137). Sum of RGB (Red+Green+Blue) = 213+73+137=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54989 is #2AB676. Grayscale: #7A7A7A. Windows color (decimal): -2799223 or 8997333. OLE color: 8997333.
HSL color Cylindrical-coordinate representation of color #D54989: hue angle of 332.57º degrees, saturation: 0.62, 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 #D54989 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 137 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.16 |
| HSL | 332.57º | 0.63% | 0.56% | - |
| HSV(B) | 332.57º | 0.66% | 0.84% | - |
| XYZ | 34.34 | 20.72 | 25.86 | - |
| YUV | 122.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 137 | 0 | 0.66 | 0.36 | 0.16 | 332.57 | 0.63 | 0.56 |
| Hex | D5 | 49 | 89 | 0 | 42 | 24 | 10 | 14D | 3E | 38 |
| Octal | 325 | 111 | 211 | 0 | 102 | 44 | 20 | 515 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10001001 | 0 | 1000010 | 100100 | 10000 | 101001101 | 111110 | 111000 |
Color Harmonies of #D54989
Complementary color
Monochromatic Colors of #D54989
Black with #D54989
Text Example
Text Example
White with #D54989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54989; }
p { color: rgb(213,73,137); }
H1.HeaderClassName
{
color: #D54989;
}
.AnyTagClassName
{
color: #D54989;
}
</style>
background-color css
<style>
a { background-color: #D54989; }
a { background-color: rgb(213,73,137); }
div.DivClassName
{
background-color: #D54989;
}
.BgClassName
{
background-color: #D54989;
}
</style>
border-color css
<style>
span { border-color: #D54989; }
span { border-color: rgb(213,73,137); }
td.TdClassName
{
border-color: #D54989;
}
.TagClassName
{
border-color: #D54989;
}
</style>