Shades of Mulberry #D54C8C
Tints of Mulberry #D54C8C
RGB
CMYK
RGB Variations
Color information
#D54C8C (or 0xD54C8C) is known color: Mulberry. HEX triplet: D5, 4C and 8C. RGB value is (213,76,140). Sum of RGB (Red+Green+Blue) = 213+76+140=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C8C is #2AB373. Grayscale: #7C7C7C. Windows color (decimal): -2798452 or 9194709. OLE color: 9194709.
HSL color Cylindrical-coordinate representation of color #D54C8C: hue angle of 331.97º 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 #D54C8C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 140 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.16 |
| HSL | 331.97º | 0.62% | 0.57% | - |
| HSV(B) | 331.97º | 0.64% | 0.84% | - |
| XYZ | 34.76 | 21.21 | 27.07 | - |
| YUV | 124.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 140 | 0 | 0.64 | 0.34 | 0.16 | 331.97 | 0.62 | 0.57 |
| Hex | D5 | 4C | 8C | 0 | 40 | 22 | 10 | 14C | 3E | 39 |
| Octal | 325 | 114 | 214 | 0 | 100 | 42 | 20 | 514 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10001100 | 0 | 1000000 | 100010 | 10000 | 101001100 | 111110 | 111001 |
Color Harmonies of #D54C8C
Complementary color
Monochromatic Colors of #D54C8C
Black with #D54C8C
Text Example
Text Example
White with #D54C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C8C; }
p { color: rgb(213,76,140); }
H1.HeaderClassName
{
color: #D54C8C;
}
.AnyTagClassName
{
color: #D54C8C;
}
</style>
background-color css
<style>
a { background-color: #D54C8C; }
a { background-color: rgb(213,76,140); }
div.DivClassName
{
background-color: #D54C8C;
}
.BgClassName
{
background-color: #D54C8C;
}
</style>
border-color css
<style>
span { border-color: #D54C8C; }
span { border-color: rgb(213,76,140); }
td.TdClassName
{
border-color: #D54C8C;
}
.TagClassName
{
border-color: #D54C8C;
}
</style>