Shades of Mulberry #DC4A99
Tints of Mulberry #DC4A99
RGB
CMYK
RGB Variations
Color information
#DC4A99 (or 0xDC4A99) is known color: Mulberry. HEX triplet: DC, 4A and 99. RGB value is (220,74,153). Sum of RGB (Red+Green+Blue) = 220+74+153=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A99 is #23B566. Grayscale: #7E7E7E. Windows color (decimal): -2340199 or 10046172. OLE color: 10046172.
HSL color Cylindrical-coordinate representation of color #DC4A99: hue angle of 327.53º degrees, saturation: 0.68, 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 #DC4A99 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 153 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.14 |
| HSL | 327.53º | 0.68% | 0.58% | - |
| HSV(B) | 327.53º | 0.66% | 0.86% | - |
| XYZ | 37.71 | 22.41 | 32.48 | - |
| YUV | 126.66 | 142.87 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 153 | 0 | 0.66 | 0.30 | 0.14 | 327.53 | 0.68 | 0.58 |
| Hex | DC | 4A | 99 | 0 | 42 | 1E | E | 148 | 44 | 3A |
| Octal | 334 | 112 | 231 | 0 | 102 | 36 | 16 | 510 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10011001 | 0 | 1000010 | 11110 | 1110 | 101001000 | 1000100 | 111010 |
Color Harmonies of #DC4A99
Complementary color
Monochromatic Colors of #DC4A99
Black with #DC4A99
Text Example
Text Example
White with #DC4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A99; }
p { color: rgb(220,74,153); }
H1.HeaderClassName
{
color: #DC4A99;
}
.AnyTagClassName
{
color: #DC4A99;
}
</style>
background-color css
<style>
a { background-color: #DC4A99; }
a { background-color: rgb(220,74,153); }
div.DivClassName
{
background-color: #DC4A99;
}
.BgClassName
{
background-color: #DC4A99;
}
</style>
border-color css
<style>
span { border-color: #DC4A99; }
span { border-color: rgb(220,74,153); }
td.TdClassName
{
border-color: #DC4A99;
}
.TagClassName
{
border-color: #DC4A99;
}
</style>