Purpleish pink to RGB — Color Code

RGB

rgb(223, 78, 200)

Format Value
HEX #df4ec8
RGB rgb(223, 78, 200)
HSL hsl(309.5, 69.4%, 59%)
CMYK cmyk(0%, 65%, 10.3%, 12.5%)

What is the RGB code for purpleish pink?

The CSS color purpleish pink in RGB format is rgb(223, 78, 200). Use this value directly in CSS, SVG, and most design tools.

How do I use purpleish pink in CSS?

To apply purpleish pink in CSS:

  • Text color: color: rgb(223, 78, 200);
  • Background: background-color: rgb(223, 78, 200);
  • Border: border-color: rgb(223, 78, 200);

What are all the color format values for purpleish pink?

FormatValue
HEX#df4ec8
RGBrgb(223, 78, 200)
HSLhsl(309.5, 69.4%, 59%)
CMYKcmyk(0%, 65%, 10.3%, 12.5%)

How do I convert purpleish pink to RGB?

Select purpleish pink from the color name list in our color converter. The RGB value — rgb(223, 78, 200) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does purpleish pink belong to?

purpleish pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 309.5°, saturation 69.4%, lightness 59%.

How do I create lighter and darker shades of purpleish pink?

Lighter variant (lightness 74%): #eb8fdc. Darker variant (lightness 44%): #be22a5. 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.