Shades of Mulberry #DF529A
Tints of Mulberry #DF529A
RGB
CMYK
RGB Variations
Color information
#DF529A (or 0xDF529A) is known color: Mulberry. HEX triplet: DF, 52 and 9A. RGB value is (223,82,154). Sum of RGB (Red+Green+Blue) = 223+82+154=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF529A is #20AD65. Grayscale: #848484. Windows color (decimal): -2141542 or 10113759. OLE color: 10113759.
HSL color Cylindrical-coordinate representation of color #DF529A: hue angle of 329.36º 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 #DF529A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 154 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.13 |
| HSL | 329.36º | 0.69% | 0.6% | - |
| HSV(B) | 329.36º | 0.63% | 0.87% | - |
| XYZ | 39.28 | 24.06 | 33.14 | - |
| YUV | 132.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 154 | 0 | 0.63 | 0.31 | 0.13 | 329.36 | 0.69 | 0.6 |
| Hex | DF | 52 | 9A | 0 | 3F | 1F | D | 149 | 45 | 3C |
| Octal | 337 | 122 | 232 | 0 | 77 | 37 | 15 | 511 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10011010 | 0 | 111111 | 11111 | 1101 | 101001001 | 1000101 | 111100 |
Color Harmonies of #DF529A
Complementary color
Monochromatic Colors of #DF529A
Black with #DF529A
Text Example
Text Example
White with #DF529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF529A; }
p { color: rgb(223,82,154); }
H1.HeaderClassName
{
color: #DF529A;
}
.AnyTagClassName
{
color: #DF529A;
}
</style>
background-color css
<style>
a { background-color: #DF529A; }
a { background-color: rgb(223,82,154); }
div.DivClassName
{
background-color: #DF529A;
}
.BgClassName
{
background-color: #DF529A;
}
</style>
border-color css
<style>
span { border-color: #DF529A; }
span { border-color: rgb(223,82,154); }
td.TdClassName
{
border-color: #DF529A;
}
.TagClassName
{
border-color: #DF529A;
}
</style>