Shades of Mulberry #D443A0
Tints of Mulberry #D443A0
RGB
CMYK
RGB Variations
Color information
#D443A0 (or 0xD443A0) is known color: Mulberry. HEX triplet: D4, 43 and A0. RGB value is (212,67,160). Sum of RGB (Red+Green+Blue) = 212+67+160=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D443A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D443A0 is #2BBC5F. Grayscale: #787878. Windows color (decimal): -2866272 or 10503124. OLE color: 10503124.
HSL color Cylindrical-coordinate representation of color #D443A0: hue angle of 321.52º 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 #D443A0 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 160 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.17 |
| HSL | 321.52º | 0.63% | 0.55% | - |
| HSV(B) | 321.52º | 0.68% | 0.83% | - |
| XYZ | 35.5 | 20.55 | 35.35 | - |
| YUV | 120.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 160 | 0 | 0.68 | 0.25 | 0.17 | 321.52 | 0.63 | 0.55 |
| Hex | D4 | 43 | A0 | 0 | 44 | 19 | 11 | 142 | 3F | 37 |
| Octal | 324 | 103 | 240 | 0 | 104 | 31 | 21 | 502 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10100000 | 0 | 1000100 | 11001 | 10001 | 101000010 | 111111 | 110111 |
Color Harmonies of #D443A0
Complementary color
Monochromatic Colors of #D443A0
Black with #D443A0
Text Example
Text Example
White with #D443A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443A0; }
p { color: rgb(212,67,160); }
H1.HeaderClassName
{
color: #D443A0;
}
.AnyTagClassName
{
color: #D443A0;
}
</style>
background-color css
<style>
a { background-color: #D443A0; }
a { background-color: rgb(212,67,160); }
div.DivClassName
{
background-color: #D443A0;
}
.BgClassName
{
background-color: #D443A0;
}
</style>
border-color css
<style>
span { border-color: #D443A0; }
span { border-color: rgb(212,67,160); }
td.TdClassName
{
border-color: #D443A0;
}
.TagClassName
{
border-color: #D443A0;
}
</style>