Shades of Mulberry #D459A8
Tints of Mulberry #D459A8
RGB
CMYK
RGB Variations
Color information
#D459A8 (or 0xD459A8) is known color: Mulberry. HEX triplet: D4, 59 and A8. RGB value is (212,89,168). Sum of RGB (Red+Green+Blue) = 212+89+168=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D459A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D459A8 is #2BA657. Grayscale: #868686. Windows color (decimal): -2860632 or 11033044. OLE color: 11033044.
HSL color Cylindrical-coordinate representation of color #D459A8: hue angle of 321.46º 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 #D459A8 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 168 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.17 |
| HSL | 321.46º | 0.59% | 0.59% | - |
| HSV(B) | 321.46º | 0.58% | 0.83% | - |
| XYZ | 37.79 | 23.97 | 39.68 | - |
| YUV | 134.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 168 | 0 | 0.58 | 0.21 | 0.17 | 321.46 | 0.59 | 0.59 |
| Hex | D4 | 59 | A8 | 0 | 3A | 15 | 11 | 141 | 3B | 3B |
| Octal | 324 | 131 | 250 | 0 | 72 | 25 | 21 | 501 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10101000 | 0 | 111010 | 10101 | 10001 | 101000001 | 111011 | 111011 |
Color Harmonies of #D459A8
Complementary color
Monochromatic Colors of #D459A8
Black with #D459A8
Text Example
Text Example
White with #D459A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459A8; }
p { color: rgb(212,89,168); }
H1.HeaderClassName
{
color: #D459A8;
}
.AnyTagClassName
{
color: #D459A8;
}
</style>
background-color css
<style>
a { background-color: #D459A8; }
a { background-color: rgb(212,89,168); }
div.DivClassName
{
background-color: #D459A8;
}
.BgClassName
{
background-color: #D459A8;
}
</style>
border-color css
<style>
span { border-color: #D459A8; }
span { border-color: rgb(212,89,168); }
td.TdClassName
{
border-color: #D459A8;
}
.TagClassName
{
border-color: #D459A8;
}
</style>