Shades of Mulberry #D4529C
Tints of Mulberry #D4529C
RGB
CMYK
RGB Variations
Color information
#D4529C (or 0xD4529C) is known color: Mulberry. HEX triplet: D4, 52 and 9C. RGB value is (212,82,156). Sum of RGB (Red+Green+Blue) = 212+82+156=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4529C is #2BAD63. Grayscale: #818181. Windows color (decimal): -2862436 or 10244820. OLE color: 10244820.
HSL color Cylindrical-coordinate representation of color #D4529C: hue angle of 325.85º 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 #D4529C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 156 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.17 |
| HSL | 325.85º | 0.6% | 0.58% | - |
| HSV(B) | 325.85º | 0.61% | 0.83% | - |
| XYZ | 36.17 | 22.43 | 33.88 | - |
| YUV | 129.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 156 | 0 | 0.61 | 0.26 | 0.17 | 325.85 | 0.6 | 0.58 |
| Hex | D4 | 52 | 9C | 0 | 3D | 1A | 11 | 146 | 3C | 3A |
| Octal | 324 | 122 | 234 | 0 | 75 | 32 | 21 | 506 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10011100 | 0 | 111101 | 11010 | 10001 | 101000110 | 111100 | 111010 |
Color Harmonies of #D4529C
Complementary color
Monochromatic Colors of #D4529C
Black with #D4529C
Text Example
Text Example
White with #D4529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4529C; }
p { color: rgb(212,82,156); }
H1.HeaderClassName
{
color: #D4529C;
}
.AnyTagClassName
{
color: #D4529C;
}
</style>
background-color css
<style>
a { background-color: #D4529C; }
a { background-color: rgb(212,82,156); }
div.DivClassName
{
background-color: #D4529C;
}
.BgClassName
{
background-color: #D4529C;
}
</style>
border-color css
<style>
span { border-color: #D4529C; }
span { border-color: rgb(212,82,156); }
td.TdClassName
{
border-color: #D4529C;
}
.TagClassName
{
border-color: #D4529C;
}
</style>