Shades of Mulberry #DC519C
Tints of Mulberry #DC519C
RGB
CMYK
RGB Variations
Color information
#DC519C (or 0xDC519C) is known color: Mulberry. HEX triplet: DC, 51 and 9C. RGB value is (220,81,156). Sum of RGB (Red+Green+Blue) = 220+81+156=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC519C is #23AE63. Grayscale: #828282. Windows color (decimal): -2338404 or 10244572. OLE color: 10244572.
HSL color Cylindrical-coordinate representation of color #DC519C: hue angle of 327.63º 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 #DC519C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 156 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.14 |
| HSL | 327.63º | 0.67% | 0.59% | - |
| HSV(B) | 327.63º | 0.63% | 0.86% | - |
| XYZ | 38.46 | 23.5 | 33.96 | - |
| YUV | 131.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 156 | 0 | 0.63 | 0.29 | 0.14 | 327.63 | 0.67 | 0.59 |
| Hex | DC | 51 | 9C | 0 | 3F | 1D | E | 148 | 43 | 3B |
| Octal | 334 | 121 | 234 | 0 | 77 | 35 | 16 | 510 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10011100 | 0 | 111111 | 11101 | 1110 | 101001000 | 1000011 | 111011 |
Color Harmonies of #DC519C
Complementary color
Monochromatic Colors of #DC519C
Black with #DC519C
Text Example
Text Example
White with #DC519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC519C; }
p { color: rgb(220,81,156); }
H1.HeaderClassName
{
color: #DC519C;
}
.AnyTagClassName
{
color: #DC519C;
}
</style>
background-color css
<style>
a { background-color: #DC519C; }
a { background-color: rgb(220,81,156); }
div.DivClassName
{
background-color: #DC519C;
}
.BgClassName
{
background-color: #DC519C;
}
</style>
border-color css
<style>
span { border-color: #DC519C; }
span { border-color: rgb(220,81,156); }
td.TdClassName
{
border-color: #DC519C;
}
.TagClassName
{
border-color: #DC519C;
}
</style>