Shades of Mulberry #DF529C
Tints of Mulberry #DF529C
RGB
CMYK
RGB Variations
Color information
#DF529C (or 0xDF529C) is known color: Mulberry. HEX triplet: DF, 52 and 9C. RGB value is (223,82,156). Sum of RGB (Red+Green+Blue) = 223+82+156=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF529C is #20AD63. Grayscale: #848484. Windows color (decimal): -2141540 or 10244831. OLE color: 10244831.
HSL color Cylindrical-coordinate representation of color #DF529C: hue angle of 328.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF529C is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 156 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.13 |
| HSL | 328.51º | 0.69% | 0.6% | - |
| HSV(B) | 328.51º | 0.63% | 0.87% | - |
| XYZ | 39.45 | 24.12 | 34.03 | - |
| YUV | 132.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 156 | 0 | 0.63 | 0.30 | 0.13 | 328.51 | 0.69 | 0.6 |
| Hex | DF | 52 | 9C | 0 | 3F | 1E | D | 149 | 45 | 3C |
| Octal | 337 | 122 | 234 | 0 | 77 | 36 | 15 | 511 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10011100 | 0 | 111111 | 11110 | 1101 | 101001001 | 1000101 | 111100 |
Color Harmonies of #DF529C
Complementary color
Monochromatic Colors of #DF529C
Black with #DF529C
Text Example
Text Example
White with #DF529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF529C; }
p { color: rgb(223,82,156); }
H1.HeaderClassName
{
color: #DF529C;
}
.AnyTagClassName
{
color: #DF529C;
}
</style>
background-color css
<style>
a { background-color: #DF529C; }
a { background-color: rgb(223,82,156); }
div.DivClassName
{
background-color: #DF529C;
}
.BgClassName
{
background-color: #DF529C;
}
</style>
border-color css
<style>
span { border-color: #DF529C; }
span { border-color: rgb(223,82,156); }
td.TdClassName
{
border-color: #DF529C;
}
.TagClassName
{
border-color: #DF529C;
}
</style>