Shades of Mulberry #DC41AD
Tints of Mulberry #DC41AD
RGB
CMYK
RGB Variations
Color information
#DC41AD (or 0xDC41AD) is known color: Mulberry. HEX triplet: DC, 41 and AD. RGB value is (220,65,173). Sum of RGB (Red+Green+Blue) = 220+65+173=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC41AD is #23BE52. Grayscale: #7B7B7B. Windows color (decimal): -2342483 or 11354588. OLE color: 11354588.
HSL color Cylindrical-coordinate representation of color #DC41AD: hue angle of 318.19º 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 #DC41AD is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 173 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.14 |
| HSL | 318.19º | 0.69% | 0.56% | - |
| HSV(B) | 318.19º | 0.7% | 0.86% | - |
| XYZ | 38.95 | 22.01 | 41.73 | - |
| YUV | 123.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 173 | 0 | 0.70 | 0.21 | 0.14 | 318.19 | 0.69 | 0.56 |
| Hex | DC | 41 | AD | 0 | 46 | 15 | E | 13E | 45 | 38 |
| Octal | 334 | 101 | 255 | 0 | 106 | 25 | 16 | 476 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10101101 | 0 | 1000110 | 10101 | 1110 | 100111110 | 1000101 | 111000 |
Color Harmonies of #DC41AD
Complementary color
Monochromatic Colors of #DC41AD
Black with #DC41AD
Text Example
Text Example
White with #DC41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41AD; }
p { color: rgb(220,65,173); }
H1.HeaderClassName
{
color: #DC41AD;
}
.AnyTagClassName
{
color: #DC41AD;
}
</style>
background-color css
<style>
a { background-color: #DC41AD; }
a { background-color: rgb(220,65,173); }
div.DivClassName
{
background-color: #DC41AD;
}
.BgClassName
{
background-color: #DC41AD;
}
</style>
border-color css
<style>
span { border-color: #DC41AD; }
span { border-color: rgb(220,65,173); }
td.TdClassName
{
border-color: #DC41AD;
}
.TagClassName
{
border-color: #DC41AD;
}
</style>