Shades of Mulberry #D54D99
Tints of Mulberry #D54D99
RGB
CMYK
RGB Variations
Color information
#D54D99 (or 0xD54D99) is known color: Mulberry. HEX triplet: D5, 4D and 99. RGB value is (213,77,153). Sum of RGB (Red+Green+Blue) = 213+77+153=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D99 is #2AB266. Grayscale: #7E7E7E. Windows color (decimal): -2798183 or 10046933. OLE color: 10046933.
HSL color Cylindrical-coordinate representation of color #D54D99: hue angle of 326.47º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D99 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 153 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.16 |
| HSL | 326.47º | 0.62% | 0.57% | - |
| HSV(B) | 326.47º | 0.64% | 0.84% | - |
| XYZ | 35.84 | 21.75 | 32.45 | - |
| YUV | 126.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 153 | 0 | 0.64 | 0.28 | 0.16 | 326.47 | 0.62 | 0.57 |
| Hex | D5 | 4D | 99 | 0 | 40 | 1C | 10 | 146 | 3E | 39 |
| Octal | 325 | 115 | 231 | 0 | 100 | 34 | 20 | 506 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10011001 | 0 | 1000000 | 11100 | 10000 | 101000110 | 111110 | 111001 |
Color Harmonies of #D54D99
Complementary color
Monochromatic Colors of #D54D99
Black with #D54D99
Text Example
Text Example
White with #D54D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D99; }
p { color: rgb(213,77,153); }
H1.HeaderClassName
{
color: #D54D99;
}
.AnyTagClassName
{
color: #D54D99;
}
</style>
background-color css
<style>
a { background-color: #D54D99; }
a { background-color: rgb(213,77,153); }
div.DivClassName
{
background-color: #D54D99;
}
.BgClassName
{
background-color: #D54D99;
}
</style>
border-color css
<style>
span { border-color: #D54D99; }
span { border-color: rgb(213,77,153); }
td.TdClassName
{
border-color: #D54D99;
}
.TagClassName
{
border-color: #D54D99;
}
</style>