Shades of Mulberry #DC51A8
Tints of Mulberry #DC51A8
RGB
CMYK
RGB Variations
Color information
#DC51A8 (or 0xDC51A8) is known color: Mulberry. HEX triplet: DC, 51 and A8. RGB value is (220,81,168). Sum of RGB (Red+Green+Blue) = 220+81+168=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51A8 is #23AE57. Grayscale: #848484. Windows color (decimal): -2338392 or 11031004. OLE color: 11031004.
HSL color Cylindrical-coordinate representation of color #DC51A8: hue angle of 322.45º 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 #DC51A8 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 168 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.14 |
| HSL | 322.45º | 0.67% | 0.59% | - |
| HSV(B) | 322.45º | 0.63% | 0.86% | - |
| XYZ | 39.53 | 23.93 | 39.58 | - |
| YUV | 132.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 168 | 0 | 0.63 | 0.24 | 0.14 | 322.45 | 0.67 | 0.59 |
| Hex | DC | 51 | A8 | 0 | 3F | 18 | E | 142 | 43 | 3B |
| Octal | 334 | 121 | 250 | 0 | 77 | 30 | 16 | 502 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10101000 | 0 | 111111 | 11000 | 1110 | 101000010 | 1000011 | 111011 |
Color Harmonies of #DC51A8
Complementary color
Monochromatic Colors of #DC51A8
Black with #DC51A8
Text Example
Text Example
White with #DC51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51A8; }
p { color: rgb(220,81,168); }
H1.HeaderClassName
{
color: #DC51A8;
}
.AnyTagClassName
{
color: #DC51A8;
}
</style>
background-color css
<style>
a { background-color: #DC51A8; }
a { background-color: rgb(220,81,168); }
div.DivClassName
{
background-color: #DC51A8;
}
.BgClassName
{
background-color: #DC51A8;
}
</style>
border-color css
<style>
span { border-color: #DC51A8; }
span { border-color: rgb(220,81,168); }
td.TdClassName
{
border-color: #DC51A8;
}
.TagClassName
{
border-color: #DC51A8;
}
</style>