Shades of Mulberry #D54D9C
Tints of Mulberry #D54D9C
RGB
CMYK
RGB Variations
Color information
#D54D9C (or 0xD54D9C) is known color: Mulberry. HEX triplet: D5, 4D and 9C. RGB value is (213,77,156). Sum of RGB (Red+Green+Blue) = 213+77+156=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D9C is #2AB263. Grayscale: #7E7E7E. Windows color (decimal): -2798180 or 10243541. OLE color: 10243541.
HSL color Cylindrical-coordinate representation of color #D54D9C: hue angle of 325.15º 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 #D54D9C is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 156 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.16 |
| HSL | 325.15º | 0.62% | 0.57% | - |
| HSV(B) | 325.15º | 0.64% | 0.84% | - |
| XYZ | 36.1 | 21.85 | 33.77 | - |
| YUV | 126.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 156 | 0 | 0.64 | 0.27 | 0.16 | 325.15 | 0.62 | 0.57 |
| Hex | D5 | 4D | 9C | 0 | 40 | 1B | 10 | 145 | 3E | 39 |
| Octal | 325 | 115 | 234 | 0 | 100 | 33 | 20 | 505 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10011100 | 0 | 1000000 | 11011 | 10000 | 101000101 | 111110 | 111001 |
Color Harmonies of #D54D9C
Complementary color
Monochromatic Colors of #D54D9C
Black with #D54D9C
Text Example
Text Example
White with #D54D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D9C; }
p { color: rgb(213,77,156); }
H1.HeaderClassName
{
color: #D54D9C;
}
.AnyTagClassName
{
color: #D54D9C;
}
</style>
background-color css
<style>
a { background-color: #D54D9C; }
a { background-color: rgb(213,77,156); }
div.DivClassName
{
background-color: #D54D9C;
}
.BgClassName
{
background-color: #D54D9C;
}
</style>
border-color css
<style>
span { border-color: #D54D9C; }
span { border-color: rgb(213,77,156); }
td.TdClassName
{
border-color: #D54D9C;
}
.TagClassName
{
border-color: #D54D9C;
}
</style>