Shades of Mulberry #DC53A4
Tints of Mulberry #DC53A4
RGB
CMYK
RGB Variations
Color information
#DC53A4 (or 0xDC53A4) is known color: Mulberry. HEX triplet: DC, 53 and A4. RGB value is (220,83,164). Sum of RGB (Red+Green+Blue) = 220+83+164=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53A4 is #23AC5B. Grayscale: #858585. Windows color (decimal): -2337884 or 10769372. OLE color: 10769372.
HSL color Cylindrical-coordinate representation of color #DC53A4: hue angle of 324.53º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53A4 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 164 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.14 |
| HSL | 324.53º | 0.66% | 0.59% | - |
| HSV(B) | 324.53º | 0.62% | 0.86% | - |
| XYZ | 39.31 | 24.08 | 37.7 | - |
| YUV | 133.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 164 | 0 | 0.62 | 0.25 | 0.14 | 324.53 | 0.66 | 0.59 |
| Hex | DC | 53 | A4 | 0 | 3E | 19 | E | 145 | 42 | 3B |
| Octal | 334 | 123 | 244 | 0 | 76 | 31 | 16 | 505 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10100100 | 0 | 111110 | 11001 | 1110 | 101000101 | 1000010 | 111011 |
Color Harmonies of #DC53A4
Complementary color
Monochromatic Colors of #DC53A4
Black with #DC53A4
Text Example
Text Example
White with #DC53A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53A4; }
p { color: rgb(220,83,164); }
H1.HeaderClassName
{
color: #DC53A4;
}
.AnyTagClassName
{
color: #DC53A4;
}
</style>
background-color css
<style>
a { background-color: #DC53A4; }
a { background-color: rgb(220,83,164); }
div.DivClassName
{
background-color: #DC53A4;
}
.BgClassName
{
background-color: #DC53A4;
}
</style>
border-color css
<style>
span { border-color: #DC53A4; }
span { border-color: rgb(220,83,164); }
td.TdClassName
{
border-color: #DC53A4;
}
.TagClassName
{
border-color: #DC53A4;
}
</style>