Don't know any tool to do exactly what you want. But here's a piece of code I often use to output html formatted colored diff: simplediff
It's available in PHP and Python. The output tags the differences using
and
tags so you can easily color them using CSS.