Shades of Mulberry #DC529C
Tints of Mulberry #DC529C
RGB
CMYK
RGB Variations
Color information
#DC529C (or 0xDC529C) is known color: Mulberry. HEX triplet: DC, 52 and 9C. RGB value is (220,82,156). Sum of RGB (Red+Green+Blue) = 220+82+156=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC529C is #23AD63. Grayscale: #838383. Windows color (decimal): -2338148 or 10244828. OLE color: 10244828.
HSL color Cylindrical-coordinate representation of color #DC529C: hue angle of 327.83º 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 #DC529C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 156 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.14 |
| HSL | 327.83º | 0.66% | 0.59% | - |
| HSV(B) | 327.83º | 0.63% | 0.86% | - |
| XYZ | 38.53 | 23.65 | 33.99 | - |
| YUV | 131.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 156 | 0 | 0.63 | 0.29 | 0.14 | 327.83 | 0.66 | 0.59 |
| Hex | DC | 52 | 9C | 0 | 3F | 1D | E | 148 | 42 | 3B |
| Octal | 334 | 122 | 234 | 0 | 77 | 35 | 16 | 510 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10011100 | 0 | 111111 | 11101 | 1110 | 101001000 | 1000010 | 111011 |
Color Harmonies of #DC529C
Complementary color
Monochromatic Colors of #DC529C
Black with #DC529C
Text Example
Text Example
White with #DC529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC529C; }
p { color: rgb(220,82,156); }
H1.HeaderClassName
{
color: #DC529C;
}
.AnyTagClassName
{
color: #DC529C;
}
</style>
background-color css
<style>
a { background-color: #DC529C; }
a { background-color: rgb(220,82,156); }
div.DivClassName
{
background-color: #DC529C;
}
.BgClassName
{
background-color: #DC529C;
}
</style>
border-color css
<style>
span { border-color: #DC529C; }
span { border-color: rgb(220,82,156); }
td.TdClassName
{
border-color: #DC529C;
}
.TagClassName
{
border-color: #DC529C;
}
</style>