Shades of Mulberry #DC499A
Tints of Mulberry #DC499A
RGB
CMYK
RGB Variations
Color information
#DC499A (or 0xDC499A) is known color: Mulberry. HEX triplet: DC, 49 and 9A. RGB value is (220,73,154). Sum of RGB (Red+Green+Blue) = 220+73+154=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC499A is #23B665. Grayscale: #7E7E7E. Windows color (decimal): -2340454 or 10111452. OLE color: 10111452.
HSL color Cylindrical-coordinate representation of color #DC499A: hue angle of 326.94º 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 #DC499A is Cyan = 0, Magento = 0.67, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 154 | - |
| CMYK | 0 | 0.67 | 0.3 | 0.14 |
| HSL | 326.94º | 0.68% | 0.57% | - |
| HSV(B) | 326.94º | 0.67% | 0.86% | - |
| XYZ | 37.73 | 22.31 | 32.89 | - |
| YUV | 126.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 154 | 0 | 0.67 | 0.3 | 0.14 | 326.94 | 0.68 | 0.57 |
| Hex | DC | 49 | 9A | 0 | 43 | 1E | E | 147 | 44 | 39 |
| Octal | 334 | 111 | 232 | 0 | 103 | 36 | 16 | 507 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10011010 | 0 | 1000011 | 11110 | 1110 | 101000111 | 1000100 | 111001 |
Color Harmonies of #DC499A
Complementary color
Monochromatic Colors of #DC499A
Black with #DC499A
Text Example
Text Example
White with #DC499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC499A; }
p { color: rgb(220,73,154); }
H1.HeaderClassName
{
color: #DC499A;
}
.AnyTagClassName
{
color: #DC499A;
}
</style>
background-color css
<style>
a { background-color: #DC499A; }
a { background-color: rgb(220,73,154); }
div.DivClassName
{
background-color: #DC499A;
}
.BgClassName
{
background-color: #DC499A;
}
</style>
border-color css
<style>
span { border-color: #DC499A; }
span { border-color: rgb(220,73,154); }
td.TdClassName
{
border-color: #DC499A;
}
.TagClassName
{
border-color: #DC499A;
}
</style>