What is the HSL code for darksalmon?
The CSS color darksalmon in HSL format is hsl(15.1, 71.6%, 69.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use darksalmon in CSS?
To apply darksalmon in CSS:
- Text color: color: hsl(15.1, 71.6%, 69.6%);
- Background: background-color: hsl(15.1, 71.6%, 69.6%);
- Border: border-color: hsl(15.1, 71.6%, 69.6%);
What are all the color format values for darksalmon?
| Format | Value |
|---|---|
| HEX | #e9967a |
| RGB | rgb(233, 150, 122) |
| HSL | hsl(15.1, 71.6%, 69.6%) |
| CMYK | cmyk(0%, 35.6%, 47.6%, 8.6%) |
How do I convert darksalmon to HSL?
Select darksalmon from the color name list in our color converter. The HSL value — hsl(15.1, 71.6%, 69.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darksalmon belong to?
darksalmon belongs to the orange color family. It is a medium, vivid color with HSL values: hue 15.1°, saturation 71.6%, lightness 69.6%.
How do I create lighter and darker shades of darksalmon?
Lighter variant (lightness 84.6%): #f4cabc. Darker variant (lightness 54.599999999999994%): #de6238. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.