Shades of Mulberry #DC499F
Tints of Mulberry #DC499F
RGB
CMYK
RGB Variations
Color information
#DC499F (or 0xDC499F) is known color: Mulberry. HEX triplet: DC, 49 and 9F. RGB value is (220,73,159). Sum of RGB (Red+Green+Blue) = 220+73+159=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC499F is #23B660. Grayscale: #7E7E7E. Windows color (decimal): -2340449 or 10439132. OLE color: 10439132.
HSL color Cylindrical-coordinate representation of color #DC499F: hue angle of 324.9º 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 #DC499F is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 159 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.14 |
| HSL | 324.9º | 0.68% | 0.57% | - |
| HSV(B) | 324.9º | 0.67% | 0.86% | - |
| XYZ | 38.16 | 22.48 | 35.13 | - |
| YUV | 126.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 159 | 0 | 0.67 | 0.28 | 0.14 | 324.9 | 0.68 | 0.57 |
| Hex | DC | 49 | 9F | 0 | 43 | 1C | E | 145 | 44 | 39 |
| Octal | 334 | 111 | 237 | 0 | 103 | 34 | 16 | 505 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10011111 | 0 | 1000011 | 11100 | 1110 | 101000101 | 1000100 | 111001 |
Color Harmonies of #DC499F
Complementary color
Monochromatic Colors of #DC499F
Black with #DC499F
Text Example
Text Example
White with #DC499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC499F; }
p { color: rgb(220,73,159); }
H1.HeaderClassName
{
color: #DC499F;
}
.AnyTagClassName
{
color: #DC499F;
}
</style>
background-color css
<style>
a { background-color: #DC499F; }
a { background-color: rgb(220,73,159); }
div.DivClassName
{
background-color: #DC499F;
}
.BgClassName
{
background-color: #DC499F;
}
</style>
border-color css
<style>
span { border-color: #DC499F; }
span { border-color: rgb(220,73,159); }
td.TdClassName
{
border-color: #DC499F;
}
.TagClassName
{
border-color: #DC499F;
}
</style>