Shades of Mulberry #DC45AA
Tints of Mulberry #DC45AA
RGB
CMYK
RGB Variations
Color information
#DC45AA (or 0xDC45AA) is known color: Mulberry. HEX triplet: DC, 45 and AA. RGB value is (220,69,170). Sum of RGB (Red+Green+Blue) = 220+69+170=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC45AA is #23BA55. Grayscale: #7D7D7D. Windows color (decimal): -2341462 or 11159004. OLE color: 11159004.
HSL color Cylindrical-coordinate representation of color #DC45AA: hue angle of 319.87º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC45AA is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 170 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.14 |
| HSL | 319.87º | 0.68% | 0.57% | - |
| HSV(B) | 319.87º | 0.69% | 0.86% | - |
| XYZ | 38.9 | 22.37 | 40.3 | - |
| YUV | 125.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 170 | 0 | 0.69 | 0.23 | 0.14 | 319.87 | 0.68 | 0.57 |
| Hex | DC | 45 | AA | 0 | 45 | 17 | E | 140 | 44 | 39 |
| Octal | 334 | 105 | 252 | 0 | 105 | 27 | 16 | 500 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10101010 | 0 | 1000101 | 10111 | 1110 | 101000000 | 1000100 | 111001 |
Color Harmonies of #DC45AA
Complementary color
Monochromatic Colors of #DC45AA
Black with #DC45AA
Text Example
Text Example
White with #DC45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC45AA; }
p { color: rgb(220,69,170); }
H1.HeaderClassName
{
color: #DC45AA;
}
.AnyTagClassName
{
color: #DC45AA;
}
</style>
background-color css
<style>
a { background-color: #DC45AA; }
a { background-color: rgb(220,69,170); }
div.DivClassName
{
background-color: #DC45AA;
}
.BgClassName
{
background-color: #DC45AA;
}
</style>
border-color css
<style>
span { border-color: #DC45AA; }
span { border-color: rgb(220,69,170); }
td.TdClassName
{
border-color: #DC45AA;
}
.TagClassName
{
border-color: #DC45AA;
}
</style>