Debian Red (#D70A53)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.18:1 — vs black: 4.06:1

Color values

  • HEX #D70A53
  • RGB rgb(215, 10, 83)
  • HSL hsl(338, 91%, 44%)
  • CMYK cmyk( 0, 95, 61, 16 )
  • Websafe #CC0066

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #D70A53 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Debian Red
#D70A53 Base
#0AD78E
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Debian Red
#D70A53 Base
#D70AB9
#D7270A
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Debian Red
#D70A53 Base
#53D70A
#0A53D7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Debian Red
#D70A53 Base
#0AD727
#0AB9D7
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Debian Red
#D70A53 Base
#B9D70A
#0AD78E
#270AD7
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Debian Red
#D70A53 Base
#45031B
#8E0737
#B00844
#F41665
#F6387B
#F981AC
Shades & Tints

Darker shades and lighter tints of Debian Red, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#180109
#3E0318
#650527
#8B0636
#B10844
Debian Red #D70A53 Base
#F5206C
#F7528D
#F983AD
#FCB5CE
#FEE7EF
CSS & SCSS Snippets

Ready-to-use code snippets for #D70A53. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #D70A53;
}

/* Text */
.element {
    color: #D70A53;
}

/* Border */
.element {
    border: 1px solid #D70A53;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #D70A53,
        #0AD78E
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D70A53,
        #0AD78E
    );
}
SCSS Variable
// SCSS variable
$debian-red: #D70A53;

// With RGB channels (useful for rgba() usage)
$debian-red-r: 215;
$debian-red-g: 10;
$debian-red-b: 83;

// Usage
.element {
    background-color: $debian-red;
    color: rgba($debian-red-r, $debian-red-g, $debian-red-b, 0.8);
}
Color Blindness Simulation

How Debian Red appears to people with different types of color vision deficiency.

Normal Vision #D70A53 How the color appears with full color vision.
Deuteranopia #7B7B4C Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #4E4E54 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D51F1F Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6D6D6D Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Debian Red ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Debian Red #D70A53 Base
UA Red #D9004C ΔE 1.90
Rubine Red #D10056 ΔE 2.27
Spanish Carmine #D10047 ΔE 2.89
Raspberry #E30B5D ΔE 2.99

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.