Shades of Mulberry #D547AC
Tints of Mulberry #D547AC
RGB
CMYK
RGB Variations
Color information
#D547AC (or 0xD547AC) is known color: Mulberry. HEX triplet: D5, 47 and AC. RGB value is (213,71,172). Sum of RGB (Red+Green+Blue) = 213+71+172=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D547AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547AC is #2AB853. Grayscale: #7C7C7C. Windows color (decimal): -2799700 or 11290581. OLE color: 11290581.
HSL color Cylindrical-coordinate representation of color #D547AC: hue angle of 317.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547AC is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 172 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.16 |
| HSL | 317.32º | 0.63% | 0.56% | - |
| HSV(B) | 317.32º | 0.67% | 0.84% | - |
| XYZ | 37.14 | 21.63 | 41.25 | - |
| YUV | 124.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 172 | 0 | 0.67 | 0.19 | 0.16 | 317.32 | 0.63 | 0.56 |
| Hex | D5 | 47 | AC | 0 | 43 | 13 | 10 | 13D | 3F | 38 |
| Octal | 325 | 107 | 254 | 0 | 103 | 23 | 20 | 475 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10101100 | 0 | 1000011 | 10011 | 10000 | 100111101 | 111111 | 111000 |
Color Harmonies of #D547AC
Complementary color
Monochromatic Colors of #D547AC
Black with #D547AC
Text Example
Text Example
White with #D547AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547AC; }
p { color: rgb(213,71,172); }
H1.HeaderClassName
{
color: #D547AC;
}
.AnyTagClassName
{
color: #D547AC;
}
</style>
background-color css
<style>
a { background-color: #D547AC; }
a { background-color: rgb(213,71,172); }
div.DivClassName
{
background-color: #D547AC;
}
.BgClassName
{
background-color: #D547AC;
}
</style>
border-color css
<style>
span { border-color: #D547AC; }
span { border-color: rgb(213,71,172); }
td.TdClassName
{
border-color: #D547AC;
}
.TagClassName
{
border-color: #D547AC;
}
</style>