Shades of Mulberry #DC50A5
Tints of Mulberry #DC50A5
RGB
CMYK
RGB Variations
Color information
#DC50A5 (or 0xDC50A5) is known color: Mulberry. HEX triplet: DC, 50 and A5. RGB value is (220,80,165). Sum of RGB (Red+Green+Blue) = 220+80+165=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50A5 is #23AF5A. Grayscale: #838383. Windows color (decimal): -2338651 or 10834140. OLE color: 10834140.
HSL color Cylindrical-coordinate representation of color #DC50A5: hue angle of 323.57º 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 #DC50A5 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 165 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.14 |
| HSL | 323.57º | 0.67% | 0.59% | - |
| HSV(B) | 323.57º | 0.64% | 0.86% | - |
| XYZ | 39.18 | 23.67 | 38.1 | - |
| YUV | 131.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 165 | 0 | 0.64 | 0.25 | 0.14 | 323.57 | 0.67 | 0.59 |
| Hex | DC | 50 | A5 | 0 | 40 | 19 | E | 144 | 43 | 3B |
| Octal | 334 | 120 | 245 | 0 | 100 | 31 | 16 | 504 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10100101 | 0 | 1000000 | 11001 | 1110 | 101000100 | 1000011 | 111011 |
Color Harmonies of #DC50A5
Complementary color
Monochromatic Colors of #DC50A5
Black with #DC50A5
Text Example
Text Example
White with #DC50A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50A5; }
p { color: rgb(220,80,165); }
H1.HeaderClassName
{
color: #DC50A5;
}
.AnyTagClassName
{
color: #DC50A5;
}
</style>
background-color css
<style>
a { background-color: #DC50A5; }
a { background-color: rgb(220,80,165); }
div.DivClassName
{
background-color: #DC50A5;
}
.BgClassName
{
background-color: #DC50A5;
}
</style>
border-color css
<style>
span { border-color: #DC50A5; }
span { border-color: rgb(220,80,165); }
td.TdClassName
{
border-color: #DC50A5;
}
.TagClassName
{
border-color: #DC50A5;
}
</style>