Shades of Mulberry #DC50AA
Tints of Mulberry #DC50AA
RGB
CMYK
RGB Variations
Color information
#DC50AA (or 0xDC50AA) is known color: Mulberry. HEX triplet: DC, 50 and AA. RGB value is (220,80,170). Sum of RGB (Red+Green+Blue) = 220+80+170=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50AA is #23AF55. Grayscale: #838383. Windows color (decimal): -2338646 or 11161820. OLE color: 11161820.
HSL color Cylindrical-coordinate representation of color #DC50AA: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50AA is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 170 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.14 |
| HSL | 321.43º | 0.67% | 0.59% | - |
| HSV(B) | 321.43º | 0.64% | 0.86% | - |
| XYZ | 39.64 | 23.86 | 40.55 | - |
| YUV | 132.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 170 | 0 | 0.64 | 0.23 | 0.14 | 321.43 | 0.67 | 0.59 |
| Hex | DC | 50 | AA | 0 | 40 | 17 | E | 141 | 43 | 3B |
| Octal | 334 | 120 | 252 | 0 | 100 | 27 | 16 | 501 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10101010 | 0 | 1000000 | 10111 | 1110 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DC50AA
Complementary color
Monochromatic Colors of #DC50AA
Black with #DC50AA
Text Example
Text Example
White with #DC50AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50AA; }
p { color: rgb(220,80,170); }
H1.HeaderClassName
{
color: #DC50AA;
}
.AnyTagClassName
{
color: #DC50AA;
}
</style>
background-color css
<style>
a { background-color: #DC50AA; }
a { background-color: rgb(220,80,170); }
div.DivClassName
{
background-color: #DC50AA;
}
.BgClassName
{
background-color: #DC50AA;
}
</style>
border-color css
<style>
span { border-color: #DC50AA; }
span { border-color: rgb(220,80,170); }
td.TdClassName
{
border-color: #DC50AA;
}
.TagClassName
{
border-color: #DC50AA;
}
</style>