Shades of Mulberry #DC53A5
Tints of Mulberry #DC53A5
RGB
CMYK
RGB Variations
Color information
#DC53A5 (or 0xDC53A5) is known color: Mulberry. HEX triplet: DC, 53 and A5. RGB value is (220,83,165). Sum of RGB (Red+Green+Blue) = 220+83+165=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53A5 is #23AC5A. Grayscale: #858585. Windows color (decimal): -2337883 or 10834908. OLE color: 10834908.
HSL color Cylindrical-coordinate representation of color #DC53A5: hue angle of 324.09º 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 #DC53A5 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 165 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.14 |
| HSL | 324.09º | 0.66% | 0.59% | - |
| HSV(B) | 324.09º | 0.62% | 0.86% | - |
| XYZ | 39.4 | 24.12 | 38.18 | - |
| YUV | 133.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 165 | 0 | 0.62 | 0.25 | 0.14 | 324.09 | 0.66 | 0.59 |
| Hex | DC | 53 | A5 | 0 | 3E | 19 | E | 144 | 42 | 3B |
| Octal | 334 | 123 | 245 | 0 | 76 | 31 | 16 | 504 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10100101 | 0 | 111110 | 11001 | 1110 | 101000100 | 1000010 | 111011 |
Color Harmonies of #DC53A5
Complementary color
Monochromatic Colors of #DC53A5
Black with #DC53A5
Text Example
Text Example
White with #DC53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53A5; }
p { color: rgb(220,83,165); }
H1.HeaderClassName
{
color: #DC53A5;
}
.AnyTagClassName
{
color: #DC53A5;
}
</style>
background-color css
<style>
a { background-color: #DC53A5; }
a { background-color: rgb(220,83,165); }
div.DivClassName
{
background-color: #DC53A5;
}
.BgClassName
{
background-color: #DC53A5;
}
</style>
border-color css
<style>
span { border-color: #DC53A5; }
span { border-color: rgb(220,83,165); }
td.TdClassName
{
border-color: #DC53A5;
}
.TagClassName
{
border-color: #DC53A5;
}
</style>