Shades of Mulberry #DC498E
Tints of Mulberry #DC498E
RGB
CMYK
RGB Variations
Color information
#DC498E (or 0xDC498E) is known color: Mulberry. HEX triplet: DC, 49 and 8E. RGB value is (220,73,142). Sum of RGB (Red+Green+Blue) = 220+73+142=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC498E is #23B671. Grayscale: #7C7C7C. Windows color (decimal): -2340466 or 9325020. OLE color: 9325020.
HSL color Cylindrical-coordinate representation of color #DC498E: hue angle of 331.84º 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 #DC498E is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 142 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.14 |
| HSL | 331.84º | 0.68% | 0.57% | - |
| HSV(B) | 331.84º | 0.67% | 0.86% | - |
| XYZ | 36.78 | 21.93 | 27.89 | - |
| YUV | 124.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 142 | 0 | 0.67 | 0.35 | 0.14 | 331.84 | 0.68 | 0.57 |
| Hex | DC | 49 | 8E | 0 | 43 | 23 | E | 14C | 44 | 39 |
| Octal | 334 | 111 | 216 | 0 | 103 | 43 | 16 | 514 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10001110 | 0 | 1000011 | 100011 | 1110 | 101001100 | 1000100 | 111001 |
Color Harmonies of #DC498E
Complementary color
Monochromatic Colors of #DC498E
Black with #DC498E
Text Example
Text Example
White with #DC498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC498E; }
p { color: rgb(220,73,142); }
H1.HeaderClassName
{
color: #DC498E;
}
.AnyTagClassName
{
color: #DC498E;
}
</style>
background-color css
<style>
a { background-color: #DC498E; }
a { background-color: rgb(220,73,142); }
div.DivClassName
{
background-color: #DC498E;
}
.BgClassName
{
background-color: #DC498E;
}
</style>
border-color css
<style>
span { border-color: #DC498E; }
span { border-color: rgb(220,73,142); }
td.TdClassName
{
border-color: #DC498E;
}
.TagClassName
{
border-color: #DC498E;
}
</style>