Shades of Mulberry #D4528C
Tints of Mulberry #D4528C
RGB
CMYK
RGB Variations
Color information
#D4528C (or 0xD4528C) is known color: Mulberry. HEX triplet: D4, 52 and 8C. RGB value is (212,82,140). Sum of RGB (Red+Green+Blue) = 212+82+140=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4528C is #2BAD73. Grayscale: #7F7F7F. Windows color (decimal): -2862452 or 9196244. OLE color: 9196244.
HSL color Cylindrical-coordinate representation of color #D4528C: hue angle of 333.23º 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 #D4528C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 140 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.17 |
| HSL | 333.23º | 0.6% | 0.58% | - |
| HSV(B) | 333.23º | 0.61% | 0.83% | - |
| XYZ | 34.9 | 21.93 | 27.2 | - |
| YUV | 127.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 140 | 0 | 0.61 | 0.34 | 0.17 | 333.23 | 0.6 | 0.58 |
| Hex | D4 | 52 | 8C | 0 | 3D | 22 | 11 | 14D | 3C | 3A |
| Octal | 324 | 122 | 214 | 0 | 75 | 42 | 21 | 515 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10001100 | 0 | 111101 | 100010 | 10001 | 101001101 | 111100 | 111010 |
Color Harmonies of #D4528C
Complementary color
Monochromatic Colors of #D4528C
Black with #D4528C
Text Example
Text Example
White with #D4528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4528C; }
p { color: rgb(212,82,140); }
H1.HeaderClassName
{
color: #D4528C;
}
.AnyTagClassName
{
color: #D4528C;
}
</style>
background-color css
<style>
a { background-color: #D4528C; }
a { background-color: rgb(212,82,140); }
div.DivClassName
{
background-color: #D4528C;
}
.BgClassName
{
background-color: #D4528C;
}
</style>
border-color css
<style>
span { border-color: #D4528C; }
span { border-color: rgb(212,82,140); }
td.TdClassName
{
border-color: #D4528C;
}
.TagClassName
{
border-color: #D4528C;
}
</style>