Appearance
function complement(hex): string;
Returns the complementary color (hue rotated 180°) of a hex color.
hex
string
complement('#336699') // => '#993366'
1.0.0