Shades of Mulberry #D4538E
Tints of Mulberry #D4538E
RGB
CMYK
RGB Variations
Color information
#D4538E (or 0xD4538E) is known color: Mulberry. HEX triplet: D4, 53 and 8E. RGB value is (212,83,142). Sum of RGB (Red+Green+Blue) = 212+83+142=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4538E is #2BAC71. Grayscale: #808080. Windows color (decimal): -2862194 or 9327572. OLE color: 9327572.
HSL color Cylindrical-coordinate representation of color #D4538E: hue angle of 332.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4538E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 142 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.17 |
| HSL | 332.56º | 0.6% | 0.58% | - |
| HSV(B) | 332.56º | 0.61% | 0.83% | - |
| XYZ | 35.13 | 22.14 | 28.01 | - |
| YUV | 128.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 142 | 0 | 0.61 | 0.33 | 0.17 | 332.56 | 0.6 | 0.58 |
| Hex | D4 | 53 | 8E | 0 | 3D | 21 | 11 | 14D | 3C | 3A |
| Octal | 324 | 123 | 216 | 0 | 75 | 41 | 21 | 515 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10001110 | 0 | 111101 | 100001 | 10001 | 101001101 | 111100 | 111010 |
Color Harmonies of #D4538E
Complementary color
Monochromatic Colors of #D4538E
Black with #D4538E
Text Example
Text Example
White with #D4538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4538E; }
p { color: rgb(212,83,142); }
H1.HeaderClassName
{
color: #D4538E;
}
.AnyTagClassName
{
color: #D4538E;
}
</style>
background-color css
<style>
a { background-color: #D4538E; }
a { background-color: rgb(212,83,142); }
div.DivClassName
{
background-color: #D4538E;
}
.BgClassName
{
background-color: #D4538E;
}
</style>
border-color css
<style>
span { border-color: #D4538E; }
span { border-color: rgb(212,83,142); }
td.TdClassName
{
border-color: #D4538E;
}
.TagClassName
{
border-color: #D4538E;
}
</style>