# d3-color **Repository Path**: mirrors_d3/d3-color ## Basic Information - **Project Name**: d3-color - **Description**: Color spaces! RGB, HSL, Cubehelix, CIELAB, and more. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3-color Even though your browser understands a lot about colors, it doesn’t offer much help in manipulating colors through JavaScript. The d3-color module therefore provides representations for various color spaces, allowing specification, conversion and manipulation. (Also see [d3-interpolate](https://github.com/d3/d3-interpolate) for color interpolation.) ## Resources - [Documentation](https://d3js.org/d3-color) - [Examples](https://observablehq.com/collection/@d3/d3-color) - [Releases](https://github.com/d3/d3-color/releases) - [Getting help](https://d3js.org/community)