Shades of Mulberry #DC47AE
Tints of Mulberry #DC47AE
RGB
CMYK
RGB Variations
Color information
#DC47AE (or 0xDC47AE) is known color: Mulberry. HEX triplet: DC, 47 and AE. RGB value is (220,71,174). Sum of RGB (Red+Green+Blue) = 220+71+174=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47AE is #23B851. Grayscale: #7F7F7F. Windows color (decimal): -2340946 or 11421660. OLE color: 11421660.
HSL color Cylindrical-coordinate representation of color #DC47AE: hue angle of 318.52º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47AE is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 174 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.14 |
| HSL | 318.52º | 0.68% | 0.57% | - |
| HSV(B) | 318.52º | 0.68% | 0.86% | - |
| XYZ | 39.41 | 22.78 | 42.36 | - |
| YUV | 127.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 174 | 0 | 0.68 | 0.21 | 0.14 | 318.52 | 0.68 | 0.57 |
| Hex | DC | 47 | AE | 0 | 44 | 15 | E | 13F | 44 | 39 |
| Octal | 334 | 107 | 256 | 0 | 104 | 25 | 16 | 477 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10101110 | 0 | 1000100 | 10101 | 1110 | 100111111 | 1000100 | 111001 |
Color Harmonies of #DC47AE
Complementary color
Monochromatic Colors of #DC47AE
Black with #DC47AE
Text Example
Text Example
White with #DC47AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47AE; }
p { color: rgb(220,71,174); }
H1.HeaderClassName
{
color: #DC47AE;
}
.AnyTagClassName
{
color: #DC47AE;
}
</style>
background-color css
<style>
a { background-color: #DC47AE; }
a { background-color: rgb(220,71,174); }
div.DivClassName
{
background-color: #DC47AE;
}
.BgClassName
{
background-color: #DC47AE;
}
</style>
border-color css
<style>
span { border-color: #DC47AE; }
span { border-color: rgb(220,71,174); }
td.TdClassName
{
border-color: #DC47AE;
}
.TagClassName
{
border-color: #DC47AE;
}
</style>