Skip to main content

Purple Pizzazz

#D91CCC

Purple Pizzazz is a warm medium color with the hex code #D91CCC. This vibrant hue can be represented as RGB 217, 28, 204 in digital design or CMYK 0%, 87%, 6%, 15% for print applications. Find matching Pantone color.

Purple Pizzazz color values

HEX
#D91CCC
RGB
217, 28, 204
HSL
304°, 77%, 48%
CMYK
0, 87, 6, 15

About this color

Purple Pizzazz sits at 304° on the color wheel with 77% saturation and 48% lightness, placing it in the violet-magenta segment of the spectrum. At 77% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.

In digital environments, Purple Pizzazz is rendered as rgb(217, 28, 204), where the red channel dominates at 217, though the other channels keep the hue balanced. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Purple Pizzazz translates to a CMYK breakdown of 0C 87M 6Y 15K. The low-to-moderate black value (15%) means the color's character in print comes primarily from its magenta ink content (87%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Purple Pizzazz

CSS Variable

:root {
  --brand-primary: #D91CCC;
  --brand-primary-rgb: 217, 28, 204;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#D91CCC',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 87%
Y: 6%
K: 15%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(217, 28, 204)
rgba(217, 28, 204, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using similar hue

2 brand s with colors near 304° on the color wheel

Frequently asked questions

What color is #D91CCC?
#D91CCC is Purple Pizzazz, a warm medium color with RGB values of 217, 28, 204. It has a hue of 304°, 77% saturation, and 48% lightness in the HSL color space.
What is the RGB value of #D91CCC?
The RGB color code for #D91CCC is rgb(217, 28, 204). This means it contains 217 red, 28 green, and 204 blue in the RGB color model.
Is Purple Pizzazz a warm or cool color?
Purple Pizzazz (#D91CCC) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #D91CCC in CSS?
You can use #D91CCC in CSS with: background-color: #D91CCC; or color: #D91CCC; or as an RGB value: rgb(217, 28, 204). For print design, use CMYK: 0%, 87%, 6%, 15%.