Shades of Mulberry #D4529F
Tints of Mulberry #D4529F
RGB
CMYK
RGB Variations
Color information
#D4529F (or 0xD4529F) is known color: Mulberry. HEX triplet: D4, 52 and 9F. RGB value is (212,82,159). Sum of RGB (Red+Green+Blue) = 212+82+159=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4529F is #2BAD60. Grayscale: #818181. Windows color (decimal): -2862433 or 10441428. OLE color: 10441428.
HSL color Cylindrical-coordinate representation of color #D4529F: hue angle of 324.46º 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 #D4529F is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 159 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.17 |
| HSL | 324.46º | 0.6% | 0.58% | - |
| HSV(B) | 324.46º | 0.61% | 0.83% | - |
| XYZ | 36.43 | 22.53 | 35.23 | - |
| YUV | 129.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 159 | 0 | 0.61 | 0.25 | 0.17 | 324.46 | 0.6 | 0.58 |
| Hex | D4 | 52 | 9F | 0 | 3D | 19 | 11 | 144 | 3C | 3A |
| Octal | 324 | 122 | 237 | 0 | 75 | 31 | 21 | 504 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10011111 | 0 | 111101 | 11001 | 10001 | 101000100 | 111100 | 111010 |
Color Harmonies of #D4529F
Complementary color
Monochromatic Colors of #D4529F
Black with #D4529F
Text Example
Text Example
White with #D4529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4529F; }
p { color: rgb(212,82,159); }
H1.HeaderClassName
{
color: #D4529F;
}
.AnyTagClassName
{
color: #D4529F;
}
</style>
background-color css
<style>
a { background-color: #D4529F; }
a { background-color: rgb(212,82,159); }
div.DivClassName
{
background-color: #D4529F;
}
.BgClassName
{
background-color: #D4529F;
}
</style>
border-color css
<style>
span { border-color: #D4529F; }
span { border-color: rgb(212,82,159); }
td.TdClassName
{
border-color: #D4529F;
}
.TagClassName
{
border-color: #D4529F;
}
</style>