Shades of Mulberry #D459A0
Tints of Mulberry #D459A0
RGB
CMYK
RGB Variations
Color information
#D459A0 (or 0xD459A0) is known color: Mulberry. HEX triplet: D4, 59 and A0. RGB value is (212,89,160). Sum of RGB (Red+Green+Blue) = 212+89+160=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D459A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D459A0 is #2BA65F. Grayscale: #858585. Windows color (decimal): -2860640 or 10508756. OLE color: 10508756.
HSL color Cylindrical-coordinate representation of color #D459A0: hue angle of 325.37º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459A0 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 160 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.17 |
| HSL | 325.37º | 0.59% | 0.59% | - |
| HSV(B) | 325.37º | 0.58% | 0.83% | - |
| XYZ | 37.07 | 23.68 | 35.87 | - |
| YUV | 133.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 160 | 0 | 0.58 | 0.25 | 0.17 | 325.37 | 0.59 | 0.59 |
| Hex | D4 | 59 | A0 | 0 | 3A | 19 | 11 | 145 | 3B | 3B |
| Octal | 324 | 131 | 240 | 0 | 72 | 31 | 21 | 505 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10100000 | 0 | 111010 | 11001 | 10001 | 101000101 | 111011 | 111011 |
Color Harmonies of #D459A0
Complementary color
Monochromatic Colors of #D459A0
Black with #D459A0
Text Example
Text Example
White with #D459A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459A0; }
p { color: rgb(212,89,160); }
H1.HeaderClassName
{
color: #D459A0;
}
.AnyTagClassName
{
color: #D459A0;
}
</style>
background-color css
<style>
a { background-color: #D459A0; }
a { background-color: rgb(212,89,160); }
div.DivClassName
{
background-color: #D459A0;
}
.BgClassName
{
background-color: #D459A0;
}
</style>
border-color css
<style>
span { border-color: #D459A0; }
span { border-color: rgb(212,89,160); }
td.TdClassName
{
border-color: #D459A0;
}
.TagClassName
{
border-color: #D459A0;
}
</style>