Shades of Mulberry #DC529F
Tints of Mulberry #DC529F
RGB
CMYK
RGB Variations
Color information
#DC529F (or 0xDC529F) is known color: Mulberry. HEX triplet: DC, 52 and 9F. RGB value is (220,82,159). Sum of RGB (Red+Green+Blue) = 220+82+159=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC529F is #23AD60. Grayscale: #838383. Windows color (decimal): -2338145 or 10441436. OLE color: 10441436.
HSL color Cylindrical-coordinate representation of color #DC529F: hue angle of 326.52º 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 #DC529F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 159 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.14 |
| HSL | 326.52º | 0.66% | 0.59% | - |
| HSV(B) | 326.52º | 0.63% | 0.86% | - |
| XYZ | 38.79 | 23.75 | 35.34 | - |
| YUV | 132.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 159 | 0 | 0.63 | 0.28 | 0.14 | 326.52 | 0.66 | 0.59 |
| Hex | DC | 52 | 9F | 0 | 3F | 1C | E | 147 | 42 | 3B |
| Octal | 334 | 122 | 237 | 0 | 77 | 34 | 16 | 507 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10011111 | 0 | 111111 | 11100 | 1110 | 101000111 | 1000010 | 111011 |
Color Harmonies of #DC529F
Complementary color
Monochromatic Colors of #DC529F
Black with #DC529F
Text Example
Text Example
White with #DC529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC529F; }
p { color: rgb(220,82,159); }
H1.HeaderClassName
{
color: #DC529F;
}
.AnyTagClassName
{
color: #DC529F;
}
</style>
background-color css
<style>
a { background-color: #DC529F; }
a { background-color: rgb(220,82,159); }
div.DivClassName
{
background-color: #DC529F;
}
.BgClassName
{
background-color: #DC529F;
}
</style>
border-color css
<style>
span { border-color: #DC529F; }
span { border-color: rgb(220,82,159); }
td.TdClassName
{
border-color: #DC529F;
}
.TagClassName
{
border-color: #DC529F;
}
</style>