Shades of Mulberry #D4539F
Tints of Mulberry #D4539F
RGB
CMYK
RGB Variations
Color information
#D4539F (or 0xD4539F) is known color: Mulberry. HEX triplet: D4, 53 and 9F. RGB value is (212,83,159). Sum of RGB (Red+Green+Blue) = 212+83+159=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4539F is #2BAC60. Grayscale: #828282. Windows color (decimal): -2862177 or 10441684. OLE color: 10441684.
HSL color Cylindrical-coordinate representation of color #D4539F: hue angle of 324.65º 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 #D4539F is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 159 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.17 |
| HSL | 324.65º | 0.6% | 0.58% | - |
| HSV(B) | 324.65º | 0.61% | 0.83% | - |
| XYZ | 36.5 | 22.69 | 35.26 | - |
| YUV | 130.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 159 | 0 | 0.61 | 0.25 | 0.17 | 324.65 | 0.6 | 0.58 |
| Hex | D4 | 53 | 9F | 0 | 3D | 19 | 11 | 145 | 3C | 3A |
| Octal | 324 | 123 | 237 | 0 | 75 | 31 | 21 | 505 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10011111 | 0 | 111101 | 11001 | 10001 | 101000101 | 111100 | 111010 |
Color Harmonies of #D4539F
Complementary color
Monochromatic Colors of #D4539F
Black with #D4539F
Text Example
Text Example
White with #D4539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4539F; }
p { color: rgb(212,83,159); }
H1.HeaderClassName
{
color: #D4539F;
}
.AnyTagClassName
{
color: #D4539F;
}
</style>
background-color css
<style>
a { background-color: #D4539F; }
a { background-color: rgb(212,83,159); }
div.DivClassName
{
background-color: #D4539F;
}
.BgClassName
{
background-color: #D4539F;
}
</style>
border-color css
<style>
span { border-color: #D4539F; }
span { border-color: rgb(212,83,159); }
td.TdClassName
{
border-color: #D4539F;
}
.TagClassName
{
border-color: #D4539F;
}
</style>