Shades of Mulberry #DC52A7
Tints of Mulberry #DC52A7
RGB
CMYK
RGB Variations
Color information
#DC52A7 (or 0xDC52A7) is known color: Mulberry. HEX triplet: DC, 52 and A7. RGB value is (220,82,167). Sum of RGB (Red+Green+Blue) = 220+82+167=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A7 is #23AD58. Grayscale: #848484. Windows color (decimal): -2338137 or 10965724. OLE color: 10965724.
HSL color Cylindrical-coordinate representation of color #DC52A7: hue angle of 323.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52A7 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 167 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.14 |
| HSL | 323.04º | 0.66% | 0.59% | - |
| HSV(B) | 323.04º | 0.63% | 0.86% | - |
| XYZ | 39.51 | 24.04 | 39.12 | - |
| YUV | 132.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 167 | 0 | 0.63 | 0.24 | 0.14 | 323.04 | 0.66 | 0.59 |
| Hex | DC | 52 | A7 | 0 | 3F | 18 | E | 143 | 42 | 3B |
| Octal | 334 | 122 | 247 | 0 | 77 | 30 | 16 | 503 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10100111 | 0 | 111111 | 11000 | 1110 | 101000011 | 1000010 | 111011 |
Color Harmonies of #DC52A7
Complementary color
Monochromatic Colors of #DC52A7
Black with #DC52A7
Text Example
Text Example
White with #DC52A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52A7; }
p { color: rgb(220,82,167); }
H1.HeaderClassName
{
color: #DC52A7;
}
.AnyTagClassName
{
color: #DC52A7;
}
</style>
background-color css
<style>
a { background-color: #DC52A7; }
a { background-color: rgb(220,82,167); }
div.DivClassName
{
background-color: #DC52A7;
}
.BgClassName
{
background-color: #DC52A7;
}
</style>
border-color css
<style>
span { border-color: #DC52A7; }
span { border-color: rgb(220,82,167); }
td.TdClassName
{
border-color: #DC52A7;
}
.TagClassName
{
border-color: #DC52A7;
}
</style>