Shades of Mulberry #D456A6
Tints of Mulberry #D456A6
RGB
CMYK
RGB Variations
Color information
#D456A6 (or 0xD456A6) is known color: Mulberry. HEX triplet: D4, 56 and A6. RGB value is (212,86,166). Sum of RGB (Red+Green+Blue) = 212+86+166=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D456A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D456A6 is #2BA959. Grayscale: #848484. Windows color (decimal): -2861402 or 10901204. OLE color: 10901204.
HSL color Cylindrical-coordinate representation of color #D456A6: hue angle of 321.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D456A6 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 166 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.17 |
| HSL | 321.9º | 0.59% | 0.58% | - |
| HSV(B) | 321.9º | 0.59% | 0.83% | - |
| XYZ | 37.36 | 23.41 | 38.62 | - |
| YUV | 132.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 166 | 0 | 0.59 | 0.22 | 0.17 | 321.9 | 0.59 | 0.58 |
| Hex | D4 | 56 | A6 | 0 | 3B | 16 | 11 | 142 | 3B | 3A |
| Octal | 324 | 126 | 246 | 0 | 73 | 26 | 21 | 502 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10100110 | 0 | 111011 | 10110 | 10001 | 101000010 | 111011 | 111010 |
Color Harmonies of #D456A6
Complementary color
Monochromatic Colors of #D456A6
Black with #D456A6
Text Example
Text Example
White with #D456A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456A6; }
p { color: rgb(212,86,166); }
H1.HeaderClassName
{
color: #D456A6;
}
.AnyTagClassName
{
color: #D456A6;
}
</style>
background-color css
<style>
a { background-color: #D456A6; }
a { background-color: rgb(212,86,166); }
div.DivClassName
{
background-color: #D456A6;
}
.BgClassName
{
background-color: #D456A6;
}
</style>
border-color css
<style>
span { border-color: #D456A6; }
span { border-color: rgb(212,86,166); }
td.TdClassName
{
border-color: #D456A6;
}
.TagClassName
{
border-color: #D456A6;
}
</style>