Shades of Mulberry #D54B89
Tints of Mulberry #D54B89
RGB
CMYK
RGB Variations
Color information
#D54B89 (or 0xD54B89) is known color: Mulberry. HEX triplet: D5, 4B and 89. RGB value is (213,75,137). Sum of RGB (Red+Green+Blue) = 213+75+137=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B89 is #2AB476. Grayscale: #7B7B7B. Windows color (decimal): -2798711 or 8997845. OLE color: 8997845.
HSL color Cylindrical-coordinate representation of color #D54B89: hue angle of 333.04º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54B89 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 137 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.16 |
| HSL | 333.04º | 0.62% | 0.56% | - |
| HSV(B) | 333.04º | 0.65% | 0.84% | - |
| XYZ | 34.47 | 20.98 | 25.9 | - |
| YUV | 123.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 137 | 0 | 0.65 | 0.36 | 0.16 | 333.04 | 0.62 | 0.56 |
| Hex | D5 | 4B | 89 | 0 | 41 | 24 | 10 | 14D | 3E | 38 |
| Octal | 325 | 113 | 211 | 0 | 101 | 44 | 20 | 515 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10001001 | 0 | 1000001 | 100100 | 10000 | 101001101 | 111110 | 111000 |
Color Harmonies of #D54B89
Complementary color
Monochromatic Colors of #D54B89
Black with #D54B89
Text Example
Text Example
White with #D54B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B89; }
p { color: rgb(213,75,137); }
H1.HeaderClassName
{
color: #D54B89;
}
.AnyTagClassName
{
color: #D54B89;
}
</style>
background-color css
<style>
a { background-color: #D54B89; }
a { background-color: rgb(213,75,137); }
div.DivClassName
{
background-color: #D54B89;
}
.BgClassName
{
background-color: #D54B89;
}
</style>
border-color css
<style>
span { border-color: #D54B89; }
span { border-color: rgb(213,75,137); }
td.TdClassName
{
border-color: #D54B89;
}
.TagClassName
{
border-color: #D54B89;
}
</style>