Raspberry to RGB — Color Code

RGB

rgb(176, 1, 73)

Format Value
HEX #b00149
RGB rgb(176, 1, 73)
HSL hsl(335.3, 98.9%, 34.7%)
CMYK cmyk(0%, 99.4%, 58.5%, 31%)

What is the RGB code for raspberry?

The CSS color raspberry in RGB format is rgb(176, 1, 73). Use this value directly in CSS, SVG, and most design tools.

How do I use raspberry in CSS?

To apply raspberry in CSS:

  • Text color: color: rgb(176, 1, 73);
  • Background: background-color: rgb(176, 1, 73);
  • Border: border-color: rgb(176, 1, 73);

What are all the color format values for raspberry?

FormatValue
HEX#b00149
RGBrgb(176, 1, 73)
HSLhsl(335.3, 98.9%, 34.7%)
CMYKcmyk(0%, 99.4%, 58.5%, 31%)

How do I convert raspberry to RGB?

Select raspberry from the color name list in our color converter. The RGB value — rgb(176, 1, 73) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does raspberry belong to?

raspberry belongs to the pink color family. It is a medium, vivid color with HSL values: hue 335.3°, saturation 98.9%, lightness 34.7%.

How do I create lighter and darker shades of raspberry?

Lighter variant (lightness 49.7%): #fc0169. Darker variant (lightness 19.700000000000003%): #640129. 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.