Shades of Mulberry #DC51A9
Tints of Mulberry #DC51A9
RGB
CMYK
RGB Variations
Color information
#DC51A9 (or 0xDC51A9) is known color: Mulberry. HEX triplet: DC, 51 and A9. RGB value is (220,81,169). Sum of RGB (Red+Green+Blue) = 220+81+169=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51A9 is #23AE56. Grayscale: #848484. Windows color (decimal): -2338391 or 11096540. OLE color: 11096540.
HSL color Cylindrical-coordinate representation of color #DC51A9: hue angle of 322.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC51A9 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 169 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.14 |
| HSL | 322.01º | 0.67% | 0.59% | - |
| HSV(B) | 322.01º | 0.63% | 0.86% | - |
| XYZ | 39.62 | 23.97 | 40.07 | - |
| YUV | 132.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 169 | 0 | 0.63 | 0.23 | 0.14 | 322.01 | 0.67 | 0.59 |
| Hex | DC | 51 | A9 | 0 | 3F | 17 | E | 142 | 43 | 3B |
| Octal | 334 | 121 | 251 | 0 | 77 | 27 | 16 | 502 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10101001 | 0 | 111111 | 10111 | 1110 | 101000010 | 1000011 | 111011 |
Color Harmonies of #DC51A9
Complementary color
Monochromatic Colors of #DC51A9
Black with #DC51A9
Text Example
Text Example
White with #DC51A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51A9; }
p { color: rgb(220,81,169); }
H1.HeaderClassName
{
color: #DC51A9;
}
.AnyTagClassName
{
color: #DC51A9;
}
</style>
background-color css
<style>
a { background-color: #DC51A9; }
a { background-color: rgb(220,81,169); }
div.DivClassName
{
background-color: #DC51A9;
}
.BgClassName
{
background-color: #DC51A9;
}
</style>
border-color css
<style>
span { border-color: #DC51A9; }
span { border-color: rgb(220,81,169); }
td.TdClassName
{
border-color: #DC51A9;
}
.TagClassName
{
border-color: #DC51A9;
}
</style>