Shades of Mulberry #DC4A8F
Tints of Mulberry #DC4A8F
RGB
CMYK
RGB Variations
Color information
#DC4A8F (or 0xDC4A8F) is known color: Mulberry. HEX triplet: DC, 4A and 8F. RGB value is (220,74,143). Sum of RGB (Red+Green+Blue) = 220+74+143=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A8F is #23B570. Grayscale: #7D7D7D. Windows color (decimal): -2340209 or 9390812. OLE color: 9390812.
HSL color Cylindrical-coordinate representation of color #DC4A8F: hue angle of 331.64º 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 #DC4A8F is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 143 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.14 |
| HSL | 331.64º | 0.68% | 0.58% | - |
| HSV(B) | 331.64º | 0.66% | 0.86% | - |
| XYZ | 36.92 | 22.1 | 28.31 | - |
| YUV | 125.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 143 | 0 | 0.66 | 0.35 | 0.14 | 331.64 | 0.68 | 0.58 |
| Hex | DC | 4A | 8F | 0 | 42 | 23 | E | 14C | 44 | 3A |
| Octal | 334 | 112 | 217 | 0 | 102 | 43 | 16 | 514 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10001111 | 0 | 1000010 | 100011 | 1110 | 101001100 | 1000100 | 111010 |
Color Harmonies of #DC4A8F
Complementary color
Monochromatic Colors of #DC4A8F
Black with #DC4A8F
Text Example
Text Example
White with #DC4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A8F; }
p { color: rgb(220,74,143); }
H1.HeaderClassName
{
color: #DC4A8F;
}
.AnyTagClassName
{
color: #DC4A8F;
}
</style>
background-color css
<style>
a { background-color: #DC4A8F; }
a { background-color: rgb(220,74,143); }
div.DivClassName
{
background-color: #DC4A8F;
}
.BgClassName
{
background-color: #DC4A8F;
}
</style>
border-color css
<style>
span { border-color: #DC4A8F; }
span { border-color: rgb(220,74,143); }
td.TdClassName
{
border-color: #DC4A8F;
}
.TagClassName
{
border-color: #DC4A8F;
}
</style>