Shades of Mulberry #DC499C
Tints of Mulberry #DC499C
RGB
CMYK
RGB Variations
Color information
#DC499C (or 0xDC499C) is known color: Mulberry. HEX triplet: DC, 49 and 9C. RGB value is (220,73,156). Sum of RGB (Red+Green+Blue) = 220+73+156=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC499C is #23B663. Grayscale: #7E7E7E. Windows color (decimal): -2340452 or 10242524. OLE color: 10242524.
HSL color Cylindrical-coordinate representation of color #DC499C: hue angle of 326.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC499C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 156 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.14 |
| HSL | 326.12º | 0.68% | 0.57% | - |
| HSV(B) | 326.12º | 0.67% | 0.86% | - |
| XYZ | 37.9 | 22.38 | 33.77 | - |
| YUV | 126.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 156 | 0 | 0.67 | 0.29 | 0.14 | 326.12 | 0.68 | 0.57 |
| Hex | DC | 49 | 9C | 0 | 43 | 1D | E | 146 | 44 | 39 |
| Octal | 334 | 111 | 234 | 0 | 103 | 35 | 16 | 506 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10011100 | 0 | 1000011 | 11101 | 1110 | 101000110 | 1000100 | 111001 |
Color Harmonies of #DC499C
Complementary color
Monochromatic Colors of #DC499C
Black with #DC499C
Text Example
Text Example
White with #DC499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC499C; }
p { color: rgb(220,73,156); }
H1.HeaderClassName
{
color: #DC499C;
}
.AnyTagClassName
{
color: #DC499C;
}
</style>
background-color css
<style>
a { background-color: #DC499C; }
a { background-color: rgb(220,73,156); }
div.DivClassName
{
background-color: #DC499C;
}
.BgClassName
{
background-color: #DC499C;
}
</style>
border-color css
<style>
span { border-color: #DC499C; }
span { border-color: rgb(220,73,156); }
td.TdClassName
{
border-color: #DC499C;
}
.TagClassName
{
border-color: #DC499C;
}
</style>