Shades of Mulberry #DC4BA1
Tints of Mulberry #DC4BA1
RGB
CMYK
RGB Variations
Color information
#DC4BA1 (or 0xDC4BA1) is known color: Mulberry. HEX triplet: DC, 4B and A1. RGB value is (220,75,161). Sum of RGB (Red+Green+Blue) = 220+75+161=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BA1 is #23B45E. Grayscale: #7F7F7F. Windows color (decimal): -2339935 or 10570716. OLE color: 10570716.
HSL color Cylindrical-coordinate representation of color #DC4BA1: hue angle of 324.41º 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 #DC4BA1 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 161 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.14 |
| HSL | 324.41º | 0.67% | 0.58% | - |
| HSV(B) | 324.41º | 0.66% | 0.86% | - |
| XYZ | 38.46 | 22.82 | 36.1 | - |
| YUV | 128.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 161 | 0 | 0.66 | 0.27 | 0.14 | 324.41 | 0.67 | 0.58 |
| Hex | DC | 4B | A1 | 0 | 42 | 1B | E | 144 | 43 | 3A |
| Octal | 334 | 113 | 241 | 0 | 102 | 33 | 16 | 504 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10100001 | 0 | 1000010 | 11011 | 1110 | 101000100 | 1000011 | 111010 |
Color Harmonies of #DC4BA1
Complementary color
Monochromatic Colors of #DC4BA1
Black with #DC4BA1
Text Example
Text Example
White with #DC4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BA1; }
p { color: rgb(220,75,161); }
H1.HeaderClassName
{
color: #DC4BA1;
}
.AnyTagClassName
{
color: #DC4BA1;
}
</style>
background-color css
<style>
a { background-color: #DC4BA1; }
a { background-color: rgb(220,75,161); }
div.DivClassName
{
background-color: #DC4BA1;
}
.BgClassName
{
background-color: #DC4BA1;
}
</style>
border-color css
<style>
span { border-color: #DC4BA1; }
span { border-color: rgb(220,75,161); }
td.TdClassName
{
border-color: #DC4BA1;
}
.TagClassName
{
border-color: #DC4BA1;
}
</style>