Shades of Mulberry #D458A0
Tints of Mulberry #D458A0
RGB
CMYK
RGB Variations
Color information
#D458A0 (or 0xD458A0) is known color: Mulberry. HEX triplet: D4, 58 and A0. RGB value is (212,88,160). Sum of RGB (Red+Green+Blue) = 212+88+160=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D458A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D458A0 is #2BA75F. Grayscale: #858585. Windows color (decimal): -2860896 or 10508500. OLE color: 10508500.
HSL color Cylindrical-coordinate representation of color #D458A0: hue angle of 325.16º 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 #D458A0 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 160 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.17 |
| HSL | 325.16º | 0.59% | 0.59% | - |
| HSV(B) | 325.16º | 0.58% | 0.83% | - |
| XYZ | 36.99 | 23.51 | 35.85 | - |
| YUV | 133.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 160 | 0 | 0.58 | 0.25 | 0.17 | 325.16 | 0.59 | 0.59 |
| Hex | D4 | 58 | A0 | 0 | 3A | 19 | 11 | 145 | 3B | 3B |
| Octal | 324 | 130 | 240 | 0 | 72 | 31 | 21 | 505 | 73 | 73 |
| Binary | 11010100 | 1011000 | 10100000 | 0 | 111010 | 11001 | 10001 | 101000101 | 111011 | 111011 |
Color Harmonies of #D458A0
Complementary color
Monochromatic Colors of #D458A0
Black with #D458A0
Text Example
Text Example
White with #D458A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D458A0; }
p { color: rgb(212,88,160); }
H1.HeaderClassName
{
color: #D458A0;
}
.AnyTagClassName
{
color: #D458A0;
}
</style>
background-color css
<style>
a { background-color: #D458A0; }
a { background-color: rgb(212,88,160); }
div.DivClassName
{
background-color: #D458A0;
}
.BgClassName
{
background-color: #D458A0;
}
</style>
border-color css
<style>
span { border-color: #D458A0; }
span { border-color: rgb(212,88,160); }
td.TdClassName
{
border-color: #D458A0;
}
.TagClassName
{
border-color: #D458A0;
}
</style>