Shades of Mulberry #DC529D
Tints of Mulberry #DC529D
RGB
CMYK
RGB Variations
Color information
#DC529D (or 0xDC529D) is known color: Mulberry. HEX triplet: DC, 52 and 9D. RGB value is (220,82,157). Sum of RGB (Red+Green+Blue) = 220+82+157=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC529D is #23AD62. Grayscale: #838383. Windows color (decimal): -2338147 or 10310364. OLE color: 10310364.
HSL color Cylindrical-coordinate representation of color #DC529D: hue angle of 327.39º 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 #DC529D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 157 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.14 |
| HSL | 327.39º | 0.66% | 0.59% | - |
| HSV(B) | 327.39º | 0.63% | 0.86% | - |
| XYZ | 38.62 | 23.68 | 34.43 | - |
| YUV | 131.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 157 | 0 | 0.63 | 0.29 | 0.14 | 327.39 | 0.66 | 0.59 |
| Hex | DC | 52 | 9D | 0 | 3F | 1D | E | 147 | 42 | 3B |
| Octal | 334 | 122 | 235 | 0 | 77 | 35 | 16 | 507 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10011101 | 0 | 111111 | 11101 | 1110 | 101000111 | 1000010 | 111011 |
Color Harmonies of #DC529D
Complementary color
Monochromatic Colors of #DC529D
Black with #DC529D
Text Example
Text Example
White with #DC529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC529D; }
p { color: rgb(220,82,157); }
H1.HeaderClassName
{
color: #DC529D;
}
.AnyTagClassName
{
color: #DC529D;
}
</style>
background-color css
<style>
a { background-color: #DC529D; }
a { background-color: rgb(220,82,157); }
div.DivClassName
{
background-color: #DC529D;
}
.BgClassName
{
background-color: #DC529D;
}
</style>
border-color css
<style>
span { border-color: #DC529D; }
span { border-color: rgb(220,82,157); }
td.TdClassName
{
border-color: #DC529D;
}
.TagClassName
{
border-color: #DC529D;
}
</style>