Shades of Mulberry #D4548B
Tints of Mulberry #D4548B
RGB
CMYK
RGB Variations
Color information
#D4548B (or 0xD4548B) is known color: Mulberry. HEX triplet: D4, 54 and 8B. RGB value is (212,84,139). Sum of RGB (Red+Green+Blue) = 212+84+139=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4548B is #2BAB74. Grayscale: #808080. Windows color (decimal): -2861941 or 9131220. OLE color: 9131220.
HSL color Cylindrical-coordinate representation of color #D4548B: hue angle of 334.22º 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 #D4548B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 139 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.17 |
| HSL | 334.22º | 0.6% | 0.58% | - |
| HSV(B) | 334.22º | 0.6% | 0.83% | - |
| XYZ | 34.98 | 22.2 | 26.87 | - |
| YUV | 128.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 139 | 0 | 0.60 | 0.34 | 0.17 | 334.22 | 0.6 | 0.58 |
| Hex | D4 | 54 | 8B | 0 | 3C | 22 | 11 | 14E | 3C | 3A |
| Octal | 324 | 124 | 213 | 0 | 74 | 42 | 21 | 516 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10001011 | 0 | 111100 | 100010 | 10001 | 101001110 | 111100 | 111010 |
Color Harmonies of #D4548B
Complementary color
Monochromatic Colors of #D4548B
Black with #D4548B
Text Example
Text Example
White with #D4548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4548B; }
p { color: rgb(212,84,139); }
H1.HeaderClassName
{
color: #D4548B;
}
.AnyTagClassName
{
color: #D4548B;
}
</style>
background-color css
<style>
a { background-color: #D4548B; }
a { background-color: rgb(212,84,139); }
div.DivClassName
{
background-color: #D4548B;
}
.BgClassName
{
background-color: #D4548B;
}
</style>
border-color css
<style>
span { border-color: #D4548B; }
span { border-color: rgb(212,84,139); }
td.TdClassName
{
border-color: #D4548B;
}
.TagClassName
{
border-color: #D4548B;
}
</style>