Shades of Mulberry #D54D9F
Tints of Mulberry #D54D9F
RGB
CMYK
RGB Variations
Color information
#D54D9F (or 0xD54D9F) is known color: Mulberry. HEX triplet: D5, 4D and 9F. RGB value is (213,77,159). Sum of RGB (Red+Green+Blue) = 213+77+159=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D9F is #2AB260. Grayscale: #7E7E7E. Windows color (decimal): -2798177 or 10440149. OLE color: 10440149.
HSL color Cylindrical-coordinate representation of color #D54D9F: hue angle of 323.82º 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 #D54D9F is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 159 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.16 |
| HSL | 323.82º | 0.62% | 0.57% | - |
| HSV(B) | 323.82º | 0.64% | 0.84% | - |
| XYZ | 36.35 | 21.96 | 35.12 | - |
| YUV | 127.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 159 | 0 | 0.64 | 0.25 | 0.16 | 323.82 | 0.62 | 0.57 |
| Hex | D5 | 4D | 9F | 0 | 40 | 19 | 10 | 144 | 3E | 39 |
| Octal | 325 | 115 | 237 | 0 | 100 | 31 | 20 | 504 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10011111 | 0 | 1000000 | 11001 | 10000 | 101000100 | 111110 | 111001 |
Color Harmonies of #D54D9F
Complementary color
Monochromatic Colors of #D54D9F
Black with #D54D9F
Text Example
Text Example
White with #D54D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D9F; }
p { color: rgb(213,77,159); }
H1.HeaderClassName
{
color: #D54D9F;
}
.AnyTagClassName
{
color: #D54D9F;
}
</style>
background-color css
<style>
a { background-color: #D54D9F; }
a { background-color: rgb(213,77,159); }
div.DivClassName
{
background-color: #D54D9F;
}
.BgClassName
{
background-color: #D54D9F;
}
</style>
border-color css
<style>
span { border-color: #D54D9F; }
span { border-color: rgb(213,77,159); }
td.TdClassName
{
border-color: #D54D9F;
}
.TagClassName
{
border-color: #D54D9F;
}
</style>