Shades of Mulberry #DC53A8
Tints of Mulberry #DC53A8
RGB
CMYK
RGB Variations
Color information
#DC53A8 (or 0xDC53A8) is known color: Mulberry. HEX triplet: DC, 53 and A8. RGB value is (220,83,168). Sum of RGB (Red+Green+Blue) = 220+83+168=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53A8 is #23AC57. Grayscale: #858585. Windows color (decimal): -2337880 or 11031516. OLE color: 11031516.
HSL color Cylindrical-coordinate representation of color #DC53A8: hue angle of 322.77º 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 #DC53A8 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 168 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.14 |
| HSL | 322.77º | 0.66% | 0.59% | - |
| HSV(B) | 322.77º | 0.62% | 0.86% | - |
| XYZ | 39.68 | 24.23 | 39.63 | - |
| YUV | 133.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 168 | 0 | 0.62 | 0.24 | 0.14 | 322.77 | 0.66 | 0.59 |
| Hex | DC | 53 | A8 | 0 | 3E | 18 | E | 143 | 42 | 3B |
| Octal | 334 | 123 | 250 | 0 | 76 | 30 | 16 | 503 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10101000 | 0 | 111110 | 11000 | 1110 | 101000011 | 1000010 | 111011 |
Color Harmonies of #DC53A8
Complementary color
Monochromatic Colors of #DC53A8
Black with #DC53A8
Text Example
Text Example
White with #DC53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53A8; }
p { color: rgb(220,83,168); }
H1.HeaderClassName
{
color: #DC53A8;
}
.AnyTagClassName
{
color: #DC53A8;
}
</style>
background-color css
<style>
a { background-color: #DC53A8; }
a { background-color: rgb(220,83,168); }
div.DivClassName
{
background-color: #DC53A8;
}
.BgClassName
{
background-color: #DC53A8;
}
</style>
border-color css
<style>
span { border-color: #DC53A8; }
span { border-color: rgb(220,83,168); }
td.TdClassName
{
border-color: #DC53A8;
}
.TagClassName
{
border-color: #DC53A8;
}
</style>