Dark pink to RGB

Color Code

#cb416b
Format Value
HEX #cb416b
RGB rgb(203, 65, 107)
HSL hsl(341.7, 57%, 52.5%)
CMYK cmyk(0%, 68%, 47.3%, 20.4%)
HSV hsv(341.7, 68%, 79.6%)

dark pink color harmonies

Tints & shades of dark pink

Tints (lighter)

#d05278 #d46486 #d97593 #de86a1 #e397ae #e7a9bc #ecbac9 #f1cbd7 #f6dce4 #faeef2

Shades (darker)

#b93b61 #a63558 #942f4e #812944 #6f233a #5c1e31 #4a1827 #37121d #250c13 #12060a

Contrast & accessibility

The quick brown fox

On white · 4.66:1 · AA

The quick brown fox

On black · 4.51:1 · AA

Recommended text color: #ffffff

Use dark pink in code

CSS color: #cb416b;
SCSS $color: #cb416b;
Tailwind bg-[#cb416b]
Swift UIColor(red: 0.796, green: 0.255, blue: 0.420, alpha: 1)
Android Color.parseColor("#cb416b")
Flutter Color(0xFFCB416B)

Colors similar to dark pink

Browse all Pink colors →

What is the RGB code for dark pink?

The CSS color dark pink in RGB format is rgb(203, 65, 107). Use this value directly in CSS, SVG, and most design tools.

How do I use dark pink in CSS?

To apply dark pink in CSS:

  • Text color: color: rgb(203, 65, 107);
  • Background: background-color: rgb(203, 65, 107);
  • Border: border-color: rgb(203, 65, 107);

What are all the color format values for dark pink?

FormatValue
HEX#cb416b
RGBrgb(203, 65, 107)
HSLhsl(341.7, 57%, 52.5%)
CMYKcmyk(0%, 68%, 47.3%, 20.4%)

How do I convert dark pink to RGB?

Select dark pink from the color name list in our color converter. The RGB value — rgb(203, 65, 107) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark pink belong to?

dark pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 341.7°, saturation 57%, lightness 52.5%.

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

Lighter variant (lightness 67.5%): #db7d9a. Darker variant (lightness 37.5%): #96294a. 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.