Shades of Mulberry #DC4C9B
Tints of Mulberry #DC4C9B
RGB
CMYK
RGB Variations
Color information
#DC4C9B (or 0xDC4C9B) is known color: Mulberry. HEX triplet: DC, 4C and 9B. RGB value is (220,76,155). Sum of RGB (Red+Green+Blue) = 220+76+155=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C9B is #23B364. Grayscale: #7F7F7F. Windows color (decimal): -2339685 or 10177756. OLE color: 10177756.
HSL color Cylindrical-coordinate representation of color #DC4C9B: hue angle of 327.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4C9B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 155 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.14 |
| HSL | 327.08º | 0.67% | 0.58% | - |
| HSV(B) | 327.08º | 0.65% | 0.86% | - |
| XYZ | 38.02 | 22.75 | 33.4 | - |
| YUV | 128.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 155 | 0 | 0.65 | 0.30 | 0.14 | 327.08 | 0.67 | 0.58 |
| Hex | DC | 4C | 9B | 0 | 41 | 1E | E | 147 | 43 | 3A |
| Octal | 334 | 114 | 233 | 0 | 101 | 36 | 16 | 507 | 103 | 72 |
| Binary | 11011100 | 1001100 | 10011011 | 0 | 1000001 | 11110 | 1110 | 101000111 | 1000011 | 111010 |
Color Harmonies of #DC4C9B
Complementary color
Monochromatic Colors of #DC4C9B
Black with #DC4C9B
Text Example
Text Example
White with #DC4C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C9B; }
p { color: rgb(220,76,155); }
H1.HeaderClassName
{
color: #DC4C9B;
}
.AnyTagClassName
{
color: #DC4C9B;
}
</style>
background-color css
<style>
a { background-color: #DC4C9B; }
a { background-color: rgb(220,76,155); }
div.DivClassName
{
background-color: #DC4C9B;
}
.BgClassName
{
background-color: #DC4C9B;
}
</style>
border-color css
<style>
span { border-color: #DC4C9B; }
span { border-color: rgb(220,76,155); }
td.TdClassName
{
border-color: #DC4C9B;
}
.TagClassName
{
border-color: #DC4C9B;
}
</style>