Shades of Mulberry #D2579F
Tints of Mulberry #D2579F
RGB
CMYK
RGB Variations
Color information
#D2579F (or 0xD2579F) is known color: Mulberry. HEX triplet: D2, 57 and 9F. RGB value is (210,87,159). Sum of RGB (Red+Green+Blue) = 210+87+159=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2579F is #2DA860. Grayscale: #838383. Windows color (decimal): -2992225 or 10442706. OLE color: 10442706.
HSL color Cylindrical-coordinate representation of color #D2579F: hue angle of 324.88º 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 #D2579F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 159 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.18 |
| HSL | 324.88º | 0.58% | 0.58% | - |
| HSV(B) | 324.88º | 0.59% | 0.82% | - |
| XYZ | 36.24 | 23.02 | 35.33 | - |
| YUV | 131.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 159 | 0 | 0.59 | 0.24 | 0.18 | 324.88 | 0.58 | 0.58 |
| Hex | D2 | 57 | 9F | 0 | 3B | 18 | 12 | 145 | 3A | 3A |
| Octal | 322 | 127 | 237 | 0 | 73 | 30 | 22 | 505 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10011111 | 0 | 111011 | 11000 | 10010 | 101000101 | 111010 | 111010 |
Color Harmonies of #D2579F
Complementary color
Monochromatic Colors of #D2579F
Black with #D2579F
Text Example
Text Example
White with #D2579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2579F; }
p { color: rgb(210,87,159); }
H1.HeaderClassName
{
color: #D2579F;
}
.AnyTagClassName
{
color: #D2579F;
}
</style>
background-color css
<style>
a { background-color: #D2579F; }
a { background-color: rgb(210,87,159); }
div.DivClassName
{
background-color: #D2579F;
}
.BgClassName
{
background-color: #D2579F;
}
</style>
border-color css
<style>
span { border-color: #D2579F; }
span { border-color: rgb(210,87,159); }
td.TdClassName
{
border-color: #D2579F;
}
.TagClassName
{
border-color: #D2579F;
}
</style>