Shades of Mulberry #DC4F93
Tints of Mulberry #DC4F93
RGB
CMYK
RGB Variations
Color information
#DC4F93 (or 0xDC4F93) is known color: Mulberry. HEX triplet: DC, 4F and 93. RGB value is (220,79,147). Sum of RGB (Red+Green+Blue) = 220+79+147=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F93 is #23B06C. Grayscale: #808080. Windows color (decimal): -2338925 or 9654236. OLE color: 9654236.
HSL color Cylindrical-coordinate representation of color #DC4F93: hue angle of 331.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F93 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 147 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.14 |
| HSL | 331.06º | 0.67% | 0.59% | - |
| HSV(B) | 331.06º | 0.64% | 0.86% | - |
| XYZ | 37.58 | 22.91 | 30.05 | - |
| YUV | 128.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 147 | 0 | 0.64 | 0.33 | 0.14 | 331.06 | 0.67 | 0.59 |
| Hex | DC | 4F | 93 | 0 | 40 | 21 | E | 14B | 43 | 3B |
| Octal | 334 | 117 | 223 | 0 | 100 | 41 | 16 | 513 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10010011 | 0 | 1000000 | 100001 | 1110 | 101001011 | 1000011 | 111011 |
Color Harmonies of #DC4F93
Complementary color
Monochromatic Colors of #DC4F93
Black with #DC4F93
Text Example
Text Example
White with #DC4F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F93; }
p { color: rgb(220,79,147); }
H1.HeaderClassName
{
color: #DC4F93;
}
.AnyTagClassName
{
color: #DC4F93;
}
</style>
background-color css
<style>
a { background-color: #DC4F93; }
a { background-color: rgb(220,79,147); }
div.DivClassName
{
background-color: #DC4F93;
}
.BgClassName
{
background-color: #DC4F93;
}
</style>
border-color css
<style>
span { border-color: #DC4F93; }
span { border-color: rgb(220,79,147); }
td.TdClassName
{
border-color: #DC4F93;
}
.TagClassName
{
border-color: #DC4F93;
}
</style>