Shades of Mulberry #DF549E
Tints of Mulberry #DF549E
RGB
CMYK
RGB Variations
Color information
#DF549E (or 0xDF549E) is known color: Mulberry. HEX triplet: DF, 54 and 9E. RGB value is (223,84,158). Sum of RGB (Red+Green+Blue) = 223+84+158=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF549E is #20AB61. Grayscale: #858585. Windows color (decimal): -2141026 or 10376415. OLE color: 10376415.
HSL color Cylindrical-coordinate representation of color #DF549E: hue angle of 328.06º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF549E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 158 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.13 |
| HSL | 328.06º | 0.68% | 0.6% | - |
| HSV(B) | 328.06º | 0.62% | 0.87% | - |
| XYZ | 39.77 | 24.5 | 34.98 | - |
| YUV | 134 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 158 | 0 | 0.62 | 0.29 | 0.13 | 328.06 | 0.68 | 0.6 |
| Hex | DF | 54 | 9E | 0 | 3E | 1D | D | 148 | 44 | 3C |
| Octal | 337 | 124 | 236 | 0 | 76 | 35 | 15 | 510 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10011110 | 0 | 111110 | 11101 | 1101 | 101001000 | 1000100 | 111100 |
Color Harmonies of #DF549E
Complementary color
Monochromatic Colors of #DF549E
Black with #DF549E
Text Example
Text Example
White with #DF549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF549E; }
p { color: rgb(223,84,158); }
H1.HeaderClassName
{
color: #DF549E;
}
.AnyTagClassName
{
color: #DF549E;
}
</style>
background-color css
<style>
a { background-color: #DF549E; }
a { background-color: rgb(223,84,158); }
div.DivClassName
{
background-color: #DF549E;
}
.BgClassName
{
background-color: #DF549E;
}
</style>
border-color css
<style>
span { border-color: #DF549E; }
span { border-color: rgb(223,84,158); }
td.TdClassName
{
border-color: #DF549E;
}
.TagClassName
{
border-color: #DF549E;
}
</style>