Shades of Mulberry #D4548C
Tints of Mulberry #D4548C
RGB
CMYK
RGB Variations
Color information
#D4548C (or 0xD4548C) is known color: Mulberry. HEX triplet: D4, 54 and 8C. RGB value is (212,84,140). Sum of RGB (Red+Green+Blue) = 212+84+140=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4548C is #2BAB73. Grayscale: #808080. Windows color (decimal): -2861940 or 9196756. OLE color: 9196756.
HSL color Cylindrical-coordinate representation of color #D4548C: hue angle of 333.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4548C is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 140 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.17 |
| HSL | 333.75º | 0.6% | 0.58% | - |
| HSV(B) | 333.75º | 0.6% | 0.83% | - |
| XYZ | 35.06 | 22.23 | 27.25 | - |
| YUV | 128.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 140 | 0 | 0.60 | 0.34 | 0.17 | 333.75 | 0.6 | 0.58 |
| Hex | D4 | 54 | 8C | 0 | 3C | 22 | 11 | 14E | 3C | 3A |
| Octal | 324 | 124 | 214 | 0 | 74 | 42 | 21 | 516 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10001100 | 0 | 111100 | 100010 | 10001 | 101001110 | 111100 | 111010 |
Color Harmonies of #D4548C
Complementary color
Monochromatic Colors of #D4548C
Black with #D4548C
Text Example
Text Example
White with #D4548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4548C; }
p { color: rgb(212,84,140); }
H1.HeaderClassName
{
color: #D4548C;
}
.AnyTagClassName
{
color: #D4548C;
}
</style>
background-color css
<style>
a { background-color: #D4548C; }
a { background-color: rgb(212,84,140); }
div.DivClassName
{
background-color: #D4548C;
}
.BgClassName
{
background-color: #D4548C;
}
</style>
border-color css
<style>
span { border-color: #D4548C; }
span { border-color: rgb(212,84,140); }
td.TdClassName
{
border-color: #D4548C;
}
.TagClassName
{
border-color: #D4548C;
}
</style>