Dark hot pink to RGB — Color Code

RGB

rgb(217, 1, 102)

Format Value
HEX #d90166
RGB rgb(217, 1, 102)
HSL hsl(331.9, 99.1%, 42.7%)
CMYK cmyk(0%, 99.5%, 53%, 14.9%)

What is the RGB code for dark hot pink?

The CSS color dark hot pink in RGB format is rgb(217, 1, 102). Use this value directly in CSS, SVG, and most design tools.

How do I use dark hot pink in CSS?

To apply dark hot pink in CSS:

  • Text color: color: rgb(217, 1, 102);
  • Background: background-color: rgb(217, 1, 102);
  • Border: border-color: rgb(217, 1, 102);

What are all the color format values for dark hot pink?

FormatValue
HEX#d90166
RGBrgb(217, 1, 102)
HSLhsl(331.9, 99.1%, 42.7%)
CMYKcmyk(0%, 99.5%, 53%, 14.9%)

How do I convert dark hot pink to RGB?

Select dark hot pink from the color name list in our color converter. The RGB value — rgb(217, 1, 102) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark hot pink belong to?

dark hot pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 331.9°, saturation 99.1%, lightness 42.7%.

How do I create lighter and darker shades of dark hot pink?

Lighter variant (lightness 57.7%): #fe288c. Darker variant (lightness 27.700000000000003%): #8d0142. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.