In theory, this should be fairly simple:
- Convert each pixel to HSL .
- If the hue is in the specified range, increase the saturation by a certain amount.
- Otherwise, set the saturation to 0.
- Convert the HSL value back to RGB and move on to the next pixel.
You will need to experiment to find out what wide range of shades you need and how much to increase saturation.
, , . - ( , ), , , " " "". , , , . .