Shades of Mulberry #D456AA
Tints of Mulberry #D456AA
RGB
CMYK
RGB Variations
Color information
#D456AA (or 0xD456AA) is known color: Mulberry. HEX triplet: D4, 56 and AA. RGB value is (212,86,170). Sum of RGB (Red+Green+Blue) = 212+86+170=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D456AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D456AA is #2BA955. Grayscale: #858585. Windows color (decimal): -2861398 or 11163348. OLE color: 11163348.
HSL color Cylindrical-coordinate representation of color #D456AA: hue angle of 320º 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 #D456AA is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 170 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.17 |
| HSL | 320º | 0.59% | 0.58% | - |
| HSV(B) | 320º | 0.59% | 0.83% | - |
| XYZ | 37.73 | 23.55 | 40.59 | - |
| YUV | 133.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 170 | 0 | 0.59 | 0.20 | 0.17 | 320 | 0.59 | 0.58 |
| Hex | D4 | 56 | AA | 0 | 3B | 14 | 11 | 140 | 3B | 3A |
| Octal | 324 | 126 | 252 | 0 | 73 | 24 | 21 | 500 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10101010 | 0 | 111011 | 10100 | 10001 | 101000000 | 111011 | 111010 |
Color Harmonies of #D456AA
Complementary color
Monochromatic Colors of #D456AA
Black with #D456AA
Text Example
Text Example
White with #D456AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456AA; }
p { color: rgb(212,86,170); }
H1.HeaderClassName
{
color: #D456AA;
}
.AnyTagClassName
{
color: #D456AA;
}
</style>
background-color css
<style>
a { background-color: #D456AA; }
a { background-color: rgb(212,86,170); }
div.DivClassName
{
background-color: #D456AA;
}
.BgClassName
{
background-color: #D456AA;
}
</style>
border-color css
<style>
span { border-color: #D456AA; }
span { border-color: rgb(212,86,170); }
td.TdClassName
{
border-color: #D456AA;
}
.TagClassName
{
border-color: #D456AA;
}
</style>