Shades of Mulberry #DC43AC
Tints of Mulberry #DC43AC
RGB
CMYK
RGB Variations
Color information
#DC43AC (or 0xDC43AC) is known color: Mulberry. HEX triplet: DC, 43 and AC. RGB value is (220,67,172). Sum of RGB (Red+Green+Blue) = 220+67+172=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC43AC is #23BC53. Grayscale: #7C7C7C. Windows color (decimal): -2341972 or 11289564. OLE color: 11289564.
HSL color Cylindrical-coordinate representation of color #DC43AC: hue angle of 318.82º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC43AC is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 172 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.14 |
| HSL | 318.82º | 0.69% | 0.56% | - |
| HSV(B) | 318.82º | 0.7% | 0.86% | - |
| XYZ | 38.97 | 22.21 | 41.26 | - |
| YUV | 124.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 172 | 0 | 0.70 | 0.22 | 0.14 | 318.82 | 0.69 | 0.56 |
| Hex | DC | 43 | AC | 0 | 46 | 16 | E | 13F | 45 | 38 |
| Octal | 334 | 103 | 254 | 0 | 106 | 26 | 16 | 477 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10101100 | 0 | 1000110 | 10110 | 1110 | 100111111 | 1000101 | 111000 |
Color Harmonies of #DC43AC
Complementary color
Monochromatic Colors of #DC43AC
Black with #DC43AC
Text Example
Text Example
White with #DC43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43AC; }
p { color: rgb(220,67,172); }
H1.HeaderClassName
{
color: #DC43AC;
}
.AnyTagClassName
{
color: #DC43AC;
}
</style>
background-color css
<style>
a { background-color: #DC43AC; }
a { background-color: rgb(220,67,172); }
div.DivClassName
{
background-color: #DC43AC;
}
.BgClassName
{
background-color: #DC43AC;
}
</style>
border-color css
<style>
span { border-color: #DC43AC; }
span { border-color: rgb(220,67,172); }
td.TdClassName
{
border-color: #DC43AC;
}
.TagClassName
{
border-color: #DC43AC;
}
</style>