Shades of Mulberry #D443AC
Tints of Mulberry #D443AC
RGB
CMYK
RGB Variations
Color information
#D443AC (or 0xD443AC) is known color: Mulberry. HEX triplet: D4, 43 and AC. RGB value is (212,67,172). Sum of RGB (Red+Green+Blue) = 212+67+172=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D443AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D443AC is #2BBC53. Grayscale: #7A7A7A. Windows color (decimal): -2866260 or 11289556. OLE color: 11289556.
HSL color Cylindrical-coordinate representation of color #D443AC: hue angle of 316.55º 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 #D443AC is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 172 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.17 |
| HSL | 316.55º | 0.63% | 0.55% | - |
| HSV(B) | 316.55º | 0.68% | 0.83% | - |
| XYZ | 36.6 | 20.99 | 41.15 | - |
| YUV | 122.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 172 | 0 | 0.68 | 0.19 | 0.17 | 316.55 | 0.63 | 0.55 |
| Hex | D4 | 43 | AC | 0 | 44 | 13 | 11 | 13D | 3F | 37 |
| Octal | 324 | 103 | 254 | 0 | 104 | 23 | 21 | 475 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10101100 | 0 | 1000100 | 10011 | 10001 | 100111101 | 111111 | 110111 |
Color Harmonies of #D443AC
Complementary color
Monochromatic Colors of #D443AC
Black with #D443AC
Text Example
Text Example
White with #D443AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443AC; }
p { color: rgb(212,67,172); }
H1.HeaderClassName
{
color: #D443AC;
}
.AnyTagClassName
{
color: #D443AC;
}
</style>
background-color css
<style>
a { background-color: #D443AC; }
a { background-color: rgb(212,67,172); }
div.DivClassName
{
background-color: #D443AC;
}
.BgClassName
{
background-color: #D443AC;
}
</style>
border-color css
<style>
span { border-color: #D443AC; }
span { border-color: rgb(212,67,172); }
td.TdClassName
{
border-color: #D443AC;
}
.TagClassName
{
border-color: #D443AC;
}
</style>