Shades of Mulberry #DC46A3
Tints of Mulberry #DC46A3
RGB
CMYK
RGB Variations
Color information
#DC46A3 (or 0xDC46A3) is known color: Mulberry. HEX triplet: DC, 46 and A3. RGB value is (220,70,163). Sum of RGB (Red+Green+Blue) = 220+70+163=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC46A3 is #23B95C. Grayscale: #7D7D7D. Windows color (decimal): -2341213 or 10700508. OLE color: 10700508.
HSL color Cylindrical-coordinate representation of color #DC46A3: hue angle of 322.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46A3 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 163 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.14 |
| HSL | 322.8º | 0.68% | 0.57% | - |
| HSV(B) | 322.8º | 0.68% | 0.86% | - |
| XYZ | 38.32 | 22.24 | 36.92 | - |
| YUV | 125.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 163 | 0 | 0.68 | 0.26 | 0.14 | 322.8 | 0.68 | 0.57 |
| Hex | DC | 46 | A3 | 0 | 44 | 1A | E | 143 | 44 | 39 |
| Octal | 334 | 106 | 243 | 0 | 104 | 32 | 16 | 503 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10100011 | 0 | 1000100 | 11010 | 1110 | 101000011 | 1000100 | 111001 |
Color Harmonies of #DC46A3
Complementary color
Monochromatic Colors of #DC46A3
Black with #DC46A3
Text Example
Text Example
White with #DC46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46A3; }
p { color: rgb(220,70,163); }
H1.HeaderClassName
{
color: #DC46A3;
}
.AnyTagClassName
{
color: #DC46A3;
}
</style>
background-color css
<style>
a { background-color: #DC46A3; }
a { background-color: rgb(220,70,163); }
div.DivClassName
{
background-color: #DC46A3;
}
.BgClassName
{
background-color: #DC46A3;
}
</style>
border-color css
<style>
span { border-color: #DC46A3; }
span { border-color: rgb(220,70,163); }
td.TdClassName
{
border-color: #DC46A3;
}
.TagClassName
{
border-color: #DC46A3;
}
</style>