Shades of Mulberry #DC51A6
Tints of Mulberry #DC51A6
RGB
CMYK
RGB Variations
Color information
#DC51A6 (or 0xDC51A6) is known color: Mulberry. HEX triplet: DC, 51 and A6. RGB value is (220,81,166). Sum of RGB (Red+Green+Blue) = 220+81+166=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51A6 is #23AE59. Grayscale: #848484. Windows color (decimal): -2338394 or 10899932. OLE color: 10899932.
HSL color Cylindrical-coordinate representation of color #DC51A6: hue angle of 323.31º 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 #DC51A6 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 166 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.14 |
| HSL | 323.31º | 0.67% | 0.59% | - |
| HSV(B) | 323.31º | 0.63% | 0.86% | - |
| XYZ | 39.34 | 23.85 | 38.61 | - |
| YUV | 132.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 166 | 0 | 0.63 | 0.25 | 0.14 | 323.31 | 0.67 | 0.59 |
| Hex | DC | 51 | A6 | 0 | 3F | 19 | E | 143 | 43 | 3B |
| Octal | 334 | 121 | 246 | 0 | 77 | 31 | 16 | 503 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10100110 | 0 | 111111 | 11001 | 1110 | 101000011 | 1000011 | 111011 |
Color Harmonies of #DC51A6
Complementary color
Monochromatic Colors of #DC51A6
Black with #DC51A6
Text Example
Text Example
White with #DC51A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51A6; }
p { color: rgb(220,81,166); }
H1.HeaderClassName
{
color: #DC51A6;
}
.AnyTagClassName
{
color: #DC51A6;
}
</style>
background-color css
<style>
a { background-color: #DC51A6; }
a { background-color: rgb(220,81,166); }
div.DivClassName
{
background-color: #DC51A6;
}
.BgClassName
{
background-color: #DC51A6;
}
</style>
border-color css
<style>
span { border-color: #DC51A6; }
span { border-color: rgb(220,81,166); }
td.TdClassName
{
border-color: #DC51A6;
}
.TagClassName
{
border-color: #DC51A6;
}
</style>