Shades of Mulberry #D447AC
Tints of Mulberry #D447AC
RGB
CMYK
RGB Variations
Color information
#D447AC (or 0xD447AC) is known color: Mulberry. HEX triplet: D4, 47 and AC. RGB value is (212,71,172). Sum of RGB (Red+Green+Blue) = 212+71+172=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D447AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D447AC is #2BB853. Grayscale: #7C7C7C. Windows color (decimal): -2865236 or 11290580. OLE color: 11290580.
HSL color Cylindrical-coordinate representation of color #D447AC: hue angle of 317.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D447AC is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 172 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.17 |
| HSL | 317.02º | 0.62% | 0.55% | - |
| HSV(B) | 317.02º | 0.67% | 0.83% | - |
| XYZ | 36.85 | 21.48 | 41.23 | - |
| YUV | 124.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 172 | 0 | 0.67 | 0.19 | 0.17 | 317.02 | 0.62 | 0.55 |
| Hex | D4 | 47 | AC | 0 | 43 | 13 | 11 | 13D | 3E | 37 |
| Octal | 324 | 107 | 254 | 0 | 103 | 23 | 21 | 475 | 76 | 67 |
| Binary | 11010100 | 1000111 | 10101100 | 0 | 1000011 | 10011 | 10001 | 100111101 | 111110 | 110111 |
Color Harmonies of #D447AC
Complementary color
Monochromatic Colors of #D447AC
Black with #D447AC
Text Example
Text Example
White with #D447AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447AC; }
p { color: rgb(212,71,172); }
H1.HeaderClassName
{
color: #D447AC;
}
.AnyTagClassName
{
color: #D447AC;
}
</style>
background-color css
<style>
a { background-color: #D447AC; }
a { background-color: rgb(212,71,172); }
div.DivClassName
{
background-color: #D447AC;
}
.BgClassName
{
background-color: #D447AC;
}
</style>
border-color css
<style>
span { border-color: #D447AC; }
span { border-color: rgb(212,71,172); }
td.TdClassName
{
border-color: #D447AC;
}
.TagClassName
{
border-color: #D447AC;
}
</style>