HEX Color Conversion

Hex Color Code #DD5FDC — RGB & HSL Conversions

How to use the #DD5FDC color code in HTML & CSS?

To apply the hex color #DD5FDC in web design, set the color property inside your CSS stylesheet. For example, adding background-color: #DD5FDC; will paint elements in this warm undertone shade. In modern CSS structures, you can configure it as a custom variable --color-hex: #DD5FDC; or utilize it directly in Tailwind CSS via arbitrary utility values like bg-[#DD5FDC].

What are the RGB and HSL conversion values for #DD5FDC?

In the digital sRGB color space, the hex value #DD5FDC is converted to RGB values of Red: 221, Green: 95, and Blue: 220. When analyzed under the HSL model, its coordinates correspond to hue angle 300°, 65% saturation, and 62% lightness. This makes it visually a balanced medium tone with a balanced, moderate saturation.

CMYK print code settings for #DD5FDC

When converting #DD5FDC for CMYK printing, the color separation consists of 0% Cyan, 57% Magenta, 0% Yellow, and 13% key/black. These neutral color boundaries serve as solid structural backgrounds, layouts, and typography grids.

Red Channel 221
Green Channel 95
Blue Channel 220
Luminance 0.287

HEX #DD5FDC Color Space Conversions

Click to copy format
HEX Color Code #DD5FDC
RGB (Red Green Blue) rgb(221, 95, 220)
HSL (Hue Sat Light) hsl(300°, 65%, 62%)
CMYK (Commercial Print) cmyk(0%, 57%, 0%, 13%)
HSV / HSB Values hsv(300°, 57%, 87%)
Decimal Color Code 14507996
CSS Custom Variable --color-hex: #DD5FDC;
Tailwind CSS Utility bg-[#DD5FDC]

Contrast & Accessibility (WCAG 2.1) Check

White Text on Background

White text readability test with #DD5FDC

Small body copy preview

Black Text on Background

Black text readability test with #DD5FDC

Small body copy preview

Complementary & Analogous Harmonies

Perfect matching color schemes for your designs

Shades & Tints Generator Matrix

Copy shade hex values instantly

Darker Shades (Adding Black)

Lighter Tints (Adding White)

{ } CSS Custom Properties (Variables)

Copy CSS Styles
/* CSS Custom Properties for color #DD5FDC */
--color-hex: #DD5FDC;
--color-rgb: rgb(221, 95, 220);
--color-hsl: hsl(300deg, 65%, 62%);

Adjacent HEX Color Codes

Copied!