Decolourize
Remove colour from font tag within div
HTML
<div>
w<font color="#ff557f">ie</font>derholen.
</div>
CSS
div font {
color: black;
}
<div>
w<font color="#ff557f">ie</font>derholen.
</div>
div font {
color: black;
}