Shades of Mulberry #DC4BA6
Tints of Mulberry #DC4BA6
RGB
CMYK
RGB Variations
Color information
#DC4BA6 (or 0xDC4BA6) is known color: Mulberry. HEX triplet: DC, 4B and A6. RGB value is (220,75,166). Sum of RGB (Red+Green+Blue) = 220+75+166=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BA6 is #23B459. Grayscale: #808080. Windows color (decimal): -2339930 or 10898396. OLE color: 10898396.
HSL color Cylindrical-coordinate representation of color #DC4BA6: hue angle of 322.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BA6 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 166 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.14 |
| HSL | 322.34º | 0.67% | 0.58% | - |
| HSV(B) | 322.34º | 0.66% | 0.86% | - |
| XYZ | 38.91 | 23 | 38.47 | - |
| YUV | 128.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 166 | 0 | 0.66 | 0.25 | 0.14 | 322.34 | 0.67 | 0.58 |
| Hex | DC | 4B | A6 | 0 | 42 | 19 | E | 142 | 43 | 3A |
| Octal | 334 | 113 | 246 | 0 | 102 | 31 | 16 | 502 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10100110 | 0 | 1000010 | 11001 | 1110 | 101000010 | 1000011 | 111010 |
Color Harmonies of #DC4BA6
Complementary color
Monochromatic Colors of #DC4BA6
Black with #DC4BA6
Text Example
Text Example
White with #DC4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BA6; }
p { color: rgb(220,75,166); }
H1.HeaderClassName
{
color: #DC4BA6;
}
.AnyTagClassName
{
color: #DC4BA6;
}
</style>
background-color css
<style>
a { background-color: #DC4BA6; }
a { background-color: rgb(220,75,166); }
div.DivClassName
{
background-color: #DC4BA6;
}
.BgClassName
{
background-color: #DC4BA6;
}
</style>
border-color css
<style>
span { border-color: #DC4BA6; }
span { border-color: rgb(220,75,166); }
td.TdClassName
{
border-color: #DC4BA6;
}
.TagClassName
{
border-color: #DC4BA6;
}
</style>