Shades of Mulberry #D2529B
Tints of Mulberry #D2529B
RGB
CMYK
RGB Variations
Color information
#D2529B (or 0xD2529B) is known color: Mulberry. HEX triplet: D2, 52 and 9B. RGB value is (210,82,155). Sum of RGB (Red+Green+Blue) = 210+82+155=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2529B is #2DAD64. Grayscale: #808080. Windows color (decimal): -2993509 or 10179282. OLE color: 10179282.
HSL color Cylindrical-coordinate representation of color #D2529B: hue angle of 325.78º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2529B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 155 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.18 |
| HSL | 325.78º | 0.59% | 0.57% | - |
| HSV(B) | 325.78º | 0.61% | 0.82% | - |
| XYZ | 35.51 | 22.1 | 33.4 | - |
| YUV | 128.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 155 | 0 | 0.61 | 0.26 | 0.18 | 325.78 | 0.59 | 0.57 |
| Hex | D2 | 52 | 9B | 0 | 3D | 1A | 12 | 146 | 3B | 39 |
| Octal | 322 | 122 | 233 | 0 | 75 | 32 | 22 | 506 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10011011 | 0 | 111101 | 11010 | 10010 | 101000110 | 111011 | 111001 |
Color Harmonies of #D2529B
Complementary color
Monochromatic Colors of #D2529B
Black with #D2529B
Text Example
Text Example
White with #D2529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2529B; }
p { color: rgb(210,82,155); }
H1.HeaderClassName
{
color: #D2529B;
}
.AnyTagClassName
{
color: #D2529B;
}
</style>
background-color css
<style>
a { background-color: #D2529B; }
a { background-color: rgb(210,82,155); }
div.DivClassName
{
background-color: #D2529B;
}
.BgClassName
{
background-color: #D2529B;
}
</style>
border-color css
<style>
span { border-color: #D2529B; }
span { border-color: rgb(210,82,155); }
td.TdClassName
{
border-color: #D2529B;
}
.TagClassName
{
border-color: #D2529B;
}
</style>