Shades of Mulberry #D4539C
Tints of Mulberry #D4539C
RGB
CMYK
RGB Variations
Color information
#D4539C (or 0xD4539C) is known color: Mulberry. HEX triplet: D4, 53 and 9C. RGB value is (212,83,156). Sum of RGB (Red+Green+Blue) = 212+83+156=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4539C is #2BAC63. Grayscale: #818181. Windows color (decimal): -2862180 or 10245076. OLE color: 10245076.
HSL color Cylindrical-coordinate representation of color #D4539C: hue angle of 326.05º 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 #D4539C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 156 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.17 |
| HSL | 326.05º | 0.6% | 0.58% | - |
| HSV(B) | 326.05º | 0.61% | 0.83% | - |
| XYZ | 36.25 | 22.58 | 33.9 | - |
| YUV | 129.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 156 | 0 | 0.61 | 0.26 | 0.17 | 326.05 | 0.6 | 0.58 |
| Hex | D4 | 53 | 9C | 0 | 3D | 1A | 11 | 146 | 3C | 3A |
| Octal | 324 | 123 | 234 | 0 | 75 | 32 | 21 | 506 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10011100 | 0 | 111101 | 11010 | 10001 | 101000110 | 111100 | 111010 |
Color Harmonies of #D4539C
Complementary color
Monochromatic Colors of #D4539C
Black with #D4539C
Text Example
Text Example
White with #D4539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4539C; }
p { color: rgb(212,83,156); }
H1.HeaderClassName
{
color: #D4539C;
}
.AnyTagClassName
{
color: #D4539C;
}
</style>
background-color css
<style>
a { background-color: #D4539C; }
a { background-color: rgb(212,83,156); }
div.DivClassName
{
background-color: #D4539C;
}
.BgClassName
{
background-color: #D4539C;
}
</style>
border-color css
<style>
span { border-color: #D4539C; }
span { border-color: rgb(212,83,156); }
td.TdClassName
{
border-color: #D4539C;
}
.TagClassName
{
border-color: #D4539C;
}
</style>