Shades of Mulberry #D441AC
Tints of Mulberry #D441AC
RGB
CMYK
RGB Variations
Color information
#D441AC (or 0xD441AC) is known color: Mulberry. HEX triplet: D4, 41 and AC. RGB value is (212,65,172). Sum of RGB (Red+Green+Blue) = 212+65+172=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D441AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D441AC is #2BBE53. Grayscale: #787878. Windows color (decimal): -2866772 or 11289044. OLE color: 11289044.
HSL color Cylindrical-coordinate representation of color #D441AC: hue angle of 316.33º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441AC is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 172 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.17 |
| HSL | 316.33º | 0.63% | 0.54% | - |
| HSV(B) | 316.33º | 0.69% | 0.83% | - |
| XYZ | 36.49 | 20.76 | 41.11 | - |
| YUV | 121.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 172 | 0 | 0.69 | 0.19 | 0.17 | 316.33 | 0.63 | 0.54 |
| Hex | D4 | 41 | AC | 0 | 45 | 13 | 11 | 13C | 3F | 36 |
| Octal | 324 | 101 | 254 | 0 | 105 | 23 | 21 | 474 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10101100 | 0 | 1000101 | 10011 | 10001 | 100111100 | 111111 | 110110 |
Color Harmonies of #D441AC
Complementary color
Monochromatic Colors of #D441AC
Black with #D441AC
Text Example
Text Example
White with #D441AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441AC; }
p { color: rgb(212,65,172); }
H1.HeaderClassName
{
color: #D441AC;
}
.AnyTagClassName
{
color: #D441AC;
}
</style>
background-color css
<style>
a { background-color: #D441AC; }
a { background-color: rgb(212,65,172); }
div.DivClassName
{
background-color: #D441AC;
}
.BgClassName
{
background-color: #D441AC;
}
</style>
border-color css
<style>
span { border-color: #D441AC; }
span { border-color: rgb(212,65,172); }
td.TdClassName
{
border-color: #D441AC;
}
.TagClassName
{
border-color: #D441AC;
}
</style>