Shades of Mulberry #DC43AB
Tints of Mulberry #DC43AB
RGB
CMYK
RGB Variations
Color information
#DC43AB (or 0xDC43AB) is known color: Mulberry. HEX triplet: DC, 43 and AB. RGB value is (220,67,171). Sum of RGB (Red+Green+Blue) = 220+67+171=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC43AB is #23BC54. Grayscale: #7C7C7C. Windows color (decimal): -2341973 or 11224028. OLE color: 11224028.
HSL color Cylindrical-coordinate representation of color #DC43AB: hue angle of 319.22º 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 #DC43AB is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 171 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.14 |
| HSL | 319.22º | 0.69% | 0.56% | - |
| HSV(B) | 319.22º | 0.7% | 0.86% | - |
| XYZ | 38.87 | 22.17 | 40.76 | - |
| YUV | 124.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 171 | 0 | 0.70 | 0.22 | 0.14 | 319.22 | 0.69 | 0.56 |
| Hex | DC | 43 | AB | 0 | 46 | 16 | E | 13F | 45 | 38 |
| Octal | 334 | 103 | 253 | 0 | 106 | 26 | 16 | 477 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10101011 | 0 | 1000110 | 10110 | 1110 | 100111111 | 1000101 | 111000 |
Color Harmonies of #DC43AB
Complementary color
Monochromatic Colors of #DC43AB
Black with #DC43AB
Text Example
Text Example
White with #DC43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43AB; }
p { color: rgb(220,67,171); }
H1.HeaderClassName
{
color: #DC43AB;
}
.AnyTagClassName
{
color: #DC43AB;
}
</style>
background-color css
<style>
a { background-color: #DC43AB; }
a { background-color: rgb(220,67,171); }
div.DivClassName
{
background-color: #DC43AB;
}
.BgClassName
{
background-color: #DC43AB;
}
</style>
border-color css
<style>
span { border-color: #DC43AB; }
span { border-color: rgb(220,67,171); }
td.TdClassName
{
border-color: #DC43AB;
}
.TagClassName
{
border-color: #DC43AB;
}
</style>