Shades of Mulberry #DC42A9
Tints of Mulberry #DC42A9
RGB
CMYK
RGB Variations
Color information
#DC42A9 (or 0xDC42A9) is known color: Mulberry. HEX triplet: DC, 42 and A9. RGB value is (220,66,169). Sum of RGB (Red+Green+Blue) = 220+66+169=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42A9 is #23BD56. Grayscale: #7B7B7B. Windows color (decimal): -2342231 or 11092700. OLE color: 11092700.
HSL color Cylindrical-coordinate representation of color #DC42A9: hue angle of 319.87º 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 #DC42A9 is Cyan = 0, Magento = 0.7, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 169 | - |
| CMYK | 0 | 0.7 | 0.23 | 0.14 |
| HSL | 319.87º | 0.69% | 0.56% | - |
| HSV(B) | 319.87º | 0.7% | 0.86% | - |
| XYZ | 38.62 | 21.98 | 39.74 | - |
| YUV | 123.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 169 | 0 | 0.7 | 0.23 | 0.14 | 319.87 | 0.69 | 0.56 |
| Hex | DC | 42 | A9 | 0 | 46 | 17 | E | 140 | 45 | 38 |
| Octal | 334 | 102 | 251 | 0 | 106 | 27 | 16 | 500 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10101001 | 0 | 1000110 | 10111 | 1110 | 101000000 | 1000101 | 111000 |
Color Harmonies of #DC42A9
Complementary color
Monochromatic Colors of #DC42A9
Black with #DC42A9
Text Example
Text Example
White with #DC42A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42A9; }
p { color: rgb(220,66,169); }
H1.HeaderClassName
{
color: #DC42A9;
}
.AnyTagClassName
{
color: #DC42A9;
}
</style>
background-color css
<style>
a { background-color: #DC42A9; }
a { background-color: rgb(220,66,169); }
div.DivClassName
{
background-color: #DC42A9;
}
.BgClassName
{
background-color: #DC42A9;
}
</style>
border-color css
<style>
span { border-color: #DC42A9; }
span { border-color: rgb(220,66,169); }
td.TdClassName
{
border-color: #DC42A9;
}
.TagClassName
{
border-color: #DC42A9;
}
</style>