Shades of Mulberry #D4529B
Tints of Mulberry #D4529B
RGB
CMYK
RGB Variations
Color information
#D4529B (or 0xD4529B) is known color: Mulberry. HEX triplet: D4, 52 and 9B. RGB value is (212,82,155). Sum of RGB (Red+Green+Blue) = 212+82+155=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4529B is #2BAD64. Grayscale: #818181. Windows color (decimal): -2862437 or 10179284. OLE color: 10179284.
HSL color Cylindrical-coordinate representation of color #D4529B: hue angle of 326.31º 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 #D4529B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 155 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.17 |
| HSL | 326.31º | 0.6% | 0.58% | - |
| HSV(B) | 326.31º | 0.61% | 0.83% | - |
| XYZ | 36.09 | 22.4 | 33.43 | - |
| YUV | 129.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 155 | 0 | 0.61 | 0.27 | 0.17 | 326.31 | 0.6 | 0.58 |
| Hex | D4 | 52 | 9B | 0 | 3D | 1B | 11 | 146 | 3C | 3A |
| Octal | 324 | 122 | 233 | 0 | 75 | 33 | 21 | 506 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10011011 | 0 | 111101 | 11011 | 10001 | 101000110 | 111100 | 111010 |
Color Harmonies of #D4529B
Complementary color
Monochromatic Colors of #D4529B
Black with #D4529B
Text Example
Text Example
White with #D4529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4529B; }
p { color: rgb(212,82,155); }
H1.HeaderClassName
{
color: #D4529B;
}
.AnyTagClassName
{
color: #D4529B;
}
</style>
background-color css
<style>
a { background-color: #D4529B; }
a { background-color: rgb(212,82,155); }
div.DivClassName
{
background-color: #D4529B;
}
.BgClassName
{
background-color: #D4529B;
}
</style>
border-color css
<style>
span { border-color: #D4529B; }
span { border-color: rgb(212,82,155); }
td.TdClassName
{
border-color: #D4529B;
}
.TagClassName
{
border-color: #D4529B;
}
</style>