Shades of Mulberry #D2579C
Tints of Mulberry #D2579C
RGB
CMYK
RGB Variations
Color information
#D2579C (or 0xD2579C) is known color: Mulberry. HEX triplet: D2, 57 and 9C. RGB value is (210,87,156). Sum of RGB (Red+Green+Blue) = 210+87+156=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2579C is #2DA863. Grayscale: #838383. Windows color (decimal): -2992228 or 10246098. OLE color: 10246098.
HSL color Cylindrical-coordinate representation of color #D2579C: hue angle of 326.34º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2579C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 156 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.18 |
| HSL | 326.34º | 0.58% | 0.58% | - |
| HSV(B) | 326.34º | 0.59% | 0.82% | - |
| XYZ | 35.99 | 22.92 | 33.98 | - |
| YUV | 131.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 156 | 0 | 0.59 | 0.26 | 0.18 | 326.34 | 0.58 | 0.58 |
| Hex | D2 | 57 | 9C | 0 | 3B | 1A | 12 | 146 | 3A | 3A |
| Octal | 322 | 127 | 234 | 0 | 73 | 32 | 22 | 506 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10011100 | 0 | 111011 | 11010 | 10010 | 101000110 | 111010 | 111010 |
Color Harmonies of #D2579C
Complementary color
Monochromatic Colors of #D2579C
Black with #D2579C
Text Example
Text Example
White with #D2579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2579C; }
p { color: rgb(210,87,156); }
H1.HeaderClassName
{
color: #D2579C;
}
.AnyTagClassName
{
color: #D2579C;
}
</style>
background-color css
<style>
a { background-color: #D2579C; }
a { background-color: rgb(210,87,156); }
div.DivClassName
{
background-color: #D2579C;
}
.BgClassName
{
background-color: #D2579C;
}
</style>
border-color css
<style>
span { border-color: #D2579C; }
span { border-color: rgb(210,87,156); }
td.TdClassName
{
border-color: #D2579C;
}
.TagClassName
{
border-color: #D2579C;
}
</style>