This module defines "standard" colorspace compatible with typical D library with implicit sRGB and then adds colorspace as defined by CSS.
Conversions, intended for internal library usage.
Implement CSS color parsing, like specified. This uses the functions defined elsewhere in colors.
Monomorphic color type, to represent any tristimulus + alpha.
This module implements CSS Color Module. This would be sort-of what you need if you were making a browser.