Shades of Mulberry #D43EAA
Tints of Mulberry #D43EAA
RGB
CMYK
RGB Variations
Color information
#D43EAA (or 0xD43EAA) is known color: Mulberry. HEX triplet: D4, 3E and AA. RGB value is (212,62,170). Sum of RGB (Red+Green+Blue) = 212+62+170=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D43EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43EAA is #2BC155. Grayscale: #767676. Windows color (decimal): -2867542 or 11157204. OLE color: 11157204.
HSL color Cylindrical-coordinate representation of color #D43EAA: hue angle of 316.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43EAA is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 170 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.17 |
| HSL | 316.8º | 0.64% | 0.54% | - |
| HSV(B) | 316.8º | 0.71% | 0.83% | - |
| XYZ | 36.13 | 20.34 | 40.05 | - |
| YUV | 119.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 170 | 0 | 0.71 | 0.20 | 0.17 | 316.8 | 0.64 | 0.54 |
| Hex | D4 | 3E | AA | 0 | 47 | 14 | 11 | 13D | 40 | 36 |
| Octal | 324 | 76 | 252 | 0 | 107 | 24 | 21 | 475 | 100 | 66 |
| Binary | 11010100 | 111110 | 10101010 | 0 | 1000111 | 10100 | 10001 | 100111101 | 1000000 | 110110 |
Color Harmonies of #D43EAA
Complementary color
Monochromatic Colors of #D43EAA
Black with #D43EAA
Text Example
Text Example
White with #D43EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43EAA; }
p { color: rgb(212,62,170); }
H1.HeaderClassName
{
color: #D43EAA;
}
.AnyTagClassName
{
color: #D43EAA;
}
</style>
background-color css
<style>
a { background-color: #D43EAA; }
a { background-color: rgb(212,62,170); }
div.DivClassName
{
background-color: #D43EAA;
}
.BgClassName
{
background-color: #D43EAA;
}
</style>
border-color css
<style>
span { border-color: #D43EAA; }
span { border-color: rgb(212,62,170); }
td.TdClassName
{
border-color: #D43EAA;
}
.TagClassName
{
border-color: #D43EAA;
}
</style>