Shades of Mulberry #DC4B99
Tints of Mulberry #DC4B99
RGB
CMYK
RGB Variations
Color information
#DC4B99 (or 0xDC4B99) is known color: Mulberry. HEX triplet: DC, 4B and 99. RGB value is (220,75,153). Sum of RGB (Red+Green+Blue) = 220+75+153=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B99 is #23B466. Grayscale: #7F7F7F. Windows color (decimal): -2339943 or 10046428. OLE color: 10046428.
HSL color Cylindrical-coordinate representation of color #DC4B99: hue angle of 327.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B99 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 153 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.14 |
| HSL | 327.72º | 0.67% | 0.58% | - |
| HSV(B) | 327.72º | 0.66% | 0.86% | - |
| XYZ | 37.78 | 22.55 | 32.5 | - |
| YUV | 127.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 153 | 0 | 0.66 | 0.30 | 0.14 | 327.72 | 0.67 | 0.58 |
| Hex | DC | 4B | 99 | 0 | 42 | 1E | E | 148 | 43 | 3A |
| Octal | 334 | 113 | 231 | 0 | 102 | 36 | 16 | 510 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10011001 | 0 | 1000010 | 11110 | 1110 | 101001000 | 1000011 | 111010 |
Color Harmonies of #DC4B99
Complementary color
Monochromatic Colors of #DC4B99
Black with #DC4B99
Text Example
Text Example
White with #DC4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B99; }
p { color: rgb(220,75,153); }
H1.HeaderClassName
{
color: #DC4B99;
}
.AnyTagClassName
{
color: #DC4B99;
}
</style>
background-color css
<style>
a { background-color: #DC4B99; }
a { background-color: rgb(220,75,153); }
div.DivClassName
{
background-color: #DC4B99;
}
.BgClassName
{
background-color: #DC4B99;
}
</style>
border-color css
<style>
span { border-color: #DC4B99; }
span { border-color: rgb(220,75,153); }
td.TdClassName
{
border-color: #DC4B99;
}
.TagClassName
{
border-color: #DC4B99;
}
</style>