Shades of Mulberry #DC42AD
Tints of Mulberry #DC42AD
RGB
CMYK
RGB Variations
Color information
#DC42AD (or 0xDC42AD) is known color: Mulberry. HEX triplet: DC, 42 and AD. RGB value is (220,66,173). Sum of RGB (Red+Green+Blue) = 220+66+173=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42AD is #23BD52. Grayscale: #7B7B7B. Windows color (decimal): -2342227 or 11354844. OLE color: 11354844.
HSL color Cylindrical-coordinate representation of color #DC42AD: hue angle of 318.31º 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 #DC42AD is Cyan = 0, Magento = 0.7, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 173 | - |
| CMYK | 0 | 0.7 | 0.21 | 0.14 |
| HSL | 318.31º | 0.69% | 0.56% | - |
| HSV(B) | 318.31º | 0.7% | 0.86% | - |
| XYZ | 39.01 | 22.13 | 41.75 | - |
| YUV | 124.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 173 | 0 | 0.7 | 0.21 | 0.14 | 318.31 | 0.69 | 0.56 |
| Hex | DC | 42 | AD | 0 | 46 | 15 | E | 13E | 45 | 38 |
| Octal | 334 | 102 | 255 | 0 | 106 | 25 | 16 | 476 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10101101 | 0 | 1000110 | 10101 | 1110 | 100111110 | 1000101 | 111000 |
Color Harmonies of #DC42AD
Complementary color
Monochromatic Colors of #DC42AD
Black with #DC42AD
Text Example
Text Example
White with #DC42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42AD; }
p { color: rgb(220,66,173); }
H1.HeaderClassName
{
color: #DC42AD;
}
.AnyTagClassName
{
color: #DC42AD;
}
</style>
background-color css
<style>
a { background-color: #DC42AD; }
a { background-color: rgb(220,66,173); }
div.DivClassName
{
background-color: #DC42AD;
}
.BgClassName
{
background-color: #DC42AD;
}
</style>
border-color css
<style>
span { border-color: #DC42AD; }
span { border-color: rgb(220,66,173); }
td.TdClassName
{
border-color: #DC42AD;
}
.TagClassName
{
border-color: #DC42AD;
}
</style>