Shades of Mulberry #DF529F
Tints of Mulberry #DF529F
RGB
CMYK
RGB Variations
Color information
#DF529F (or 0xDF529F) is known color: Mulberry. HEX triplet: DF, 52 and 9F. RGB value is (223,82,159). Sum of RGB (Red+Green+Blue) = 223+82+159=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF529F is #20AD60. Grayscale: #848484. Windows color (decimal): -2141537 or 10441439. OLE color: 10441439.
HSL color Cylindrical-coordinate representation of color #DF529F: hue angle of 327.23º 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 #DF529F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 159 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.13 |
| HSL | 327.23º | 0.69% | 0.6% | - |
| HSV(B) | 327.23º | 0.63% | 0.87% | - |
| XYZ | 39.71 | 24.23 | 35.38 | - |
| YUV | 132.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 159 | 0 | 0.63 | 0.29 | 0.13 | 327.23 | 0.69 | 0.6 |
| Hex | DF | 52 | 9F | 0 | 3F | 1D | D | 147 | 45 | 3C |
| Octal | 337 | 122 | 237 | 0 | 77 | 35 | 15 | 507 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10011111 | 0 | 111111 | 11101 | 1101 | 101000111 | 1000101 | 111100 |
Color Harmonies of #DF529F
Complementary color
Monochromatic Colors of #DF529F
Black with #DF529F
Text Example
Text Example
White with #DF529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF529F; }
p { color: rgb(223,82,159); }
H1.HeaderClassName
{
color: #DF529F;
}
.AnyTagClassName
{
color: #DF529F;
}
</style>
background-color css
<style>
a { background-color: #DF529F; }
a { background-color: rgb(223,82,159); }
div.DivClassName
{
background-color: #DF529F;
}
.BgClassName
{
background-color: #DF529F;
}
</style>
border-color css
<style>
span { border-color: #DF529F; }
span { border-color: rgb(223,82,159); }
td.TdClassName
{
border-color: #DF529F;
}
.TagClassName
{
border-color: #DF529F;
}
</style>