Color #D77083 Color / Colour Code #D77083

    This page shows the hex color code for color #d77083 (#D77083). The colour is a red tone with 56% saturation and 64% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #D77083

    Color Conversions

    HEX
    #D77083
    RGB
    rgb(215, 112, 131)
    HSL
    hsl(349, 56%, 64%)
    HSV
    hsv(349, 48%, 84%)
    CMYK
    cmyk(0%, 48%, 39%, 16%)

    Accessibility Contrast

    WCAG contrast ratios for #D77083 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    3.21:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    6.53:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    2.77:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #D77083 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 319, 349, and 19 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 349, 109, and 229 degrees.

    Color Palettes Using #D77083

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 349 and saturation at 56%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #3C1119 #772231 #C73852 #DD8897 #EEC3CB
    Warm Harmony

    Adjacent hues from 349 to 34 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #CD4C64 #CD554C #CD754C #CD954C
    Cool Contrast

    Combines the base color at hue 349 with its complement at 169 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #C73852 #38C7AD #389AC7 #3852C7
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0B8BF #E0D9B8 #BFE0B8 #B8E0D9 #B8BFE0

    Shades & Tints of #D77083

    Lightness variations at hue 349 and 56% saturation.

    CSS Gradients with #D77083

    Red to Cyan
    linear-gradient(135deg, #d77083, #70d7c4)
    Analogous Fade
    linear-gradient(90deg, #d77083, #d79070)
    Deep to Light
    linear-gradient(180deg, #48141e, #ebb7c1)
    Tricolor Sweep
    linear-gradient(135deg, #d77083, #83d770, #7083d7)

    Design Use Cases for #D77083

    Balanced UI Color

    At 56% saturation, #D77083 strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Soft Accent & Highlight

    With 64% lightness, #D77083 has a softer, more approachable quality. It works well for hover states, subtle highlights, progress indicators, and secondary UI elements. This lightness range is particularly effective for tag backgrounds and status indicators.

    Urgency & Energy Signaling

    #D77083 falls in the red spectrum (hue 349). Red triggers urgency and excitement, making it effective for sale badges, countdown timers, error messages, and "limited time" labels. In data visualization, use it to flag negative values or critical thresholds.

    Gradient Pairing

    Create a gradient from #D77083 (hue 349) to its complement at hue 169. For a subtler effect, try pairing with an analogous color at hue 19. Use CSS: background: linear-gradient(135deg, #d77083, #70d7c4);

    CSS Code for #D77083

    /* Background */
    background-color: #d77083;
    background-color: rgb(215, 112, 131);
    background-color: hsl(349, 56%, 64%);
    /* Text */
    color: #d77083;
    /* Border */
    border: 2px solid #d77083;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(215, 112, 131, 0.3);
    /* CSS Variable */
    --color-primary: 349 56% 64%;

    Similar Colors

    Colors visually similar to #D77083 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #D77083 across image editing and color design tools.

    About Color #D77083 (#D77083)

    #D77083 is a red color (colour) with RGB channel values of 215 red, 112 green, and 131 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 349 degrees with 56% saturation and 64% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #D77083 is 145/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 0% cyan, 48% magenta, 39% yellow, and 16% key (black).

    The WCAG contrast ratio of #D77083 against white is 3.21:1 and against black is 6.53:1. This only passes AA for large text (18pt+) on white. For normal body text on white, darken the color or use it on a dark background where it achieves 6.53:1.

    The complementary colour #70D7C4 creates maximum visual tension when paired with #D77083. For more harmonious color combinations, use the analogous colours #D770B6 and #D79070, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #D77083

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #D77083?
    #D77083 is Color #D77083, a red color (colour) with RGB(215, 112, 131), HSL(349, 56%, 64%), and CMYK(0%, 48%, 39%, 16%). Its perceived brightness is 145/255.
    Is #D77083 accessible for text?
    Against white, #D77083 has a contrast ratio of 3.21:1 (fails AA for normal text). Against black, it has 6.53:1 (passes AA). It passes AA for large text (18pt+) on white. Use the contrast checker tool for custom background pairings.
    What colours pair well with #D77083?
    The complementary colour is #70D7C4 (hue 169). For subtle color combinations, use analogous colours #D770B6 and #D79070. The triadic palette adds #83D770 and #7083D7 for vibrant variety.
    How do I use #D77083 in CSS?
    Use any format: color: #d77083; or rgb(215, 112, 131); or hsl(349, 56%, 64%). For CSS custom properties: --color-primary: 349 56% 64%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.