Shades of Mulberry #D443A3
Tints of Mulberry #D443A3
RGB
CMYK
RGB Variations
Color information
#D443A3 (or 0xD443A3) is known color: Mulberry. HEX triplet: D4, 43 and A3. RGB value is (212,67,163). Sum of RGB (Red+Green+Blue) = 212+67+163=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D443A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D443A3 is #2BBC5C. Grayscale: #797979. Windows color (decimal): -2866269 or 10699732. OLE color: 10699732.
HSL color Cylindrical-coordinate representation of color #D443A3: hue angle of 320.28º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D443A3 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 163 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.17 |
| HSL | 320.28º | 0.63% | 0.55% | - |
| HSV(B) | 320.28º | 0.68% | 0.83% | - |
| XYZ | 35.77 | 20.66 | 36.75 | - |
| YUV | 121.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 163 | 0 | 0.68 | 0.23 | 0.17 | 320.28 | 0.63 | 0.55 |
| Hex | D4 | 43 | A3 | 0 | 44 | 17 | 11 | 140 | 3F | 37 |
| Octal | 324 | 103 | 243 | 0 | 104 | 27 | 21 | 500 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10100011 | 0 | 1000100 | 10111 | 10001 | 101000000 | 111111 | 110111 |
Color Harmonies of #D443A3
Complementary color
Monochromatic Colors of #D443A3
Black with #D443A3
Text Example
Text Example
White with #D443A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443A3; }
p { color: rgb(212,67,163); }
H1.HeaderClassName
{
color: #D443A3;
}
.AnyTagClassName
{
color: #D443A3;
}
</style>
background-color css
<style>
a { background-color: #D443A3; }
a { background-color: rgb(212,67,163); }
div.DivClassName
{
background-color: #D443A3;
}
.BgClassName
{
background-color: #D443A3;
}
</style>
border-color css
<style>
span { border-color: #D443A3; }
span { border-color: rgb(212,67,163); }
td.TdClassName
{
border-color: #D443A3;
}
.TagClassName
{
border-color: #D443A3;
}
</style>