Shades of Mulberry #D43CA3
Tints of Mulberry #D43CA3
RGB
CMYK
RGB Variations
Color information
#D43CA3 (or 0xD43CA3) is known color: Mulberry. HEX triplet: D4, 3C and A3. RGB value is (212,60,163). Sum of RGB (Red+Green+Blue) = 212+60+163=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43CA3 is #2BC35C. Grayscale: #747474. Windows color (decimal): -2868061 or 10697940. OLE color: 10697940.
HSL color Cylindrical-coordinate representation of color #D43CA3: hue angle of 319.34º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CA3 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 163 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.17 |
| HSL | 319.34º | 0.64% | 0.53% | - |
| HSV(B) | 319.34º | 0.72% | 0.83% | - |
| XYZ | 35.38 | 19.87 | 36.62 | - |
| YUV | 117.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 163 | 0 | 0.72 | 0.23 | 0.17 | 319.34 | 0.64 | 0.53 |
| Hex | D4 | 3C | A3 | 0 | 48 | 17 | 11 | 13F | 40 | 35 |
| Octal | 324 | 74 | 243 | 0 | 110 | 27 | 21 | 477 | 100 | 65 |
| Binary | 11010100 | 111100 | 10100011 | 0 | 1001000 | 10111 | 10001 | 100111111 | 1000000 | 110101 |
Color Harmonies of #D43CA3
Complementary color
Monochromatic Colors of #D43CA3
Black with #D43CA3
Text Example
Text Example
White with #D43CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CA3; }
p { color: rgb(212,60,163); }
H1.HeaderClassName
{
color: #D43CA3;
}
.AnyTagClassName
{
color: #D43CA3;
}
</style>
background-color css
<style>
a { background-color: #D43CA3; }
a { background-color: rgb(212,60,163); }
div.DivClassName
{
background-color: #D43CA3;
}
.BgClassName
{
background-color: #D43CA3;
}
</style>
border-color css
<style>
span { border-color: #D43CA3; }
span { border-color: rgb(212,60,163); }
td.TdClassName
{
border-color: #D43CA3;
}
.TagClassName
{
border-color: #D43CA3;
}
</style>