Shades of Mulberry #D4538B
Tints of Mulberry #D4538B
RGB
CMYK
RGB Variations
Color information
#D4538B (or 0xD4538B) is known color: Mulberry. HEX triplet: D4, 53 and 8B. RGB value is (212,83,139). Sum of RGB (Red+Green+Blue) = 212+83+139=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4538B is #2BAC74. Grayscale: #7F7F7F. Windows color (decimal): -2862197 or 9130964. OLE color: 9130964.
HSL color Cylindrical-coordinate representation of color #D4538B: hue angle of 333.95º 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 #D4538B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 139 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.17 |
| HSL | 333.95º | 0.6% | 0.58% | - |
| HSV(B) | 333.95º | 0.61% | 0.83% | - |
| XYZ | 34.9 | 22.05 | 26.84 | - |
| YUV | 127.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 139 | 0 | 0.61 | 0.34 | 0.17 | 333.95 | 0.6 | 0.58 |
| Hex | D4 | 53 | 8B | 0 | 3D | 22 | 11 | 14E | 3C | 3A |
| Octal | 324 | 123 | 213 | 0 | 75 | 42 | 21 | 516 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10001011 | 0 | 111101 | 100010 | 10001 | 101001110 | 111100 | 111010 |
Color Harmonies of #D4538B
Complementary color
Monochromatic Colors of #D4538B
Black with #D4538B
Text Example
Text Example
White with #D4538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4538B; }
p { color: rgb(212,83,139); }
H1.HeaderClassName
{
color: #D4538B;
}
.AnyTagClassName
{
color: #D4538B;
}
</style>
background-color css
<style>
a { background-color: #D4538B; }
a { background-color: rgb(212,83,139); }
div.DivClassName
{
background-color: #D4538B;
}
.BgClassName
{
background-color: #D4538B;
}
</style>
border-color css
<style>
span { border-color: #D4538B; }
span { border-color: rgb(212,83,139); }
td.TdClassName
{
border-color: #D4538B;
}
.TagClassName
{
border-color: #D4538B;
}
</style>