Shades of Mulberry #DC41AC
Tints of Mulberry #DC41AC
RGB
CMYK
RGB Variations
Color information
#DC41AC (or 0xDC41AC) is known color: Mulberry. HEX triplet: DC, 41 and AC. RGB value is (220,65,172). Sum of RGB (Red+Green+Blue) = 220+65+172=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC41AC is #23BE53. Grayscale: #7B7B7B. Windows color (decimal): -2342484 or 11289052. OLE color: 11289052.
HSL color Cylindrical-coordinate representation of color #DC41AC: hue angle of 318.58º 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 #DC41AC is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 172 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.14 |
| HSL | 318.58º | 0.69% | 0.56% | - |
| HSV(B) | 318.58º | 0.7% | 0.86% | - |
| XYZ | 38.85 | 21.97 | 41.22 | - |
| YUV | 123.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 172 | 0 | 0.70 | 0.22 | 0.14 | 318.58 | 0.69 | 0.56 |
| Hex | DC | 41 | AC | 0 | 46 | 16 | E | 13F | 45 | 38 |
| Octal | 334 | 101 | 254 | 0 | 106 | 26 | 16 | 477 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10101100 | 0 | 1000110 | 10110 | 1110 | 100111111 | 1000101 | 111000 |
Color Harmonies of #DC41AC
Complementary color
Monochromatic Colors of #DC41AC
Black with #DC41AC
Text Example
Text Example
White with #DC41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41AC; }
p { color: rgb(220,65,172); }
H1.HeaderClassName
{
color: #DC41AC;
}
.AnyTagClassName
{
color: #DC41AC;
}
</style>
background-color css
<style>
a { background-color: #DC41AC; }
a { background-color: rgb(220,65,172); }
div.DivClassName
{
background-color: #DC41AC;
}
.BgClassName
{
background-color: #DC41AC;
}
</style>
border-color css
<style>
span { border-color: #DC41AC; }
span { border-color: rgb(220,65,172); }
td.TdClassName
{
border-color: #DC41AC;
}
.TagClassName
{
border-color: #DC41AC;
}
</style>