Spanish Carmine (#D10047)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 5.52:1 — vs black: 3.80:1
Color values
-
HEX
#D10047 -
RGB
rgb(209, 0, 71) -
HSL
hsl(339, 100%, 81%) -
CMYK
cmyk( 0, 100, 66.03, 18.04 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #D10047 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D10047
Base
#00D18A
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D10047
Base
#D100B0
#D12100
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D10047
Base
#47D100
#0047D1
Two colors flanking the complement — high contrast with less tension than full complementary.
#D10047
Base
#00D121
#00B0D1
Four colors at 90° intervals — rich variety, best when one color dominates.
#D10047
Base
#B0D100
#00D18A
#2100D1
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D10047
Base
#380013
#85002D
#A80039
#FA0055
#FF1F6B
#FF6B9D
Darker shades and lighter tints of Spanish Carmine, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0009
#3E0015
#630022
#88002E
#AC003B
#D10047
Base
#FF095D
#FF4081
#FF77A5
#FFAECA
#FFE6EE
Ready-to-use code snippets for #D10047. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D10047;
}
/* Text */
.element {
color: #D10047;
}
/* Border */
.element {
border: 1px solid #D10047;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D10047,
#A3FFE0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D10047,
#A3FFE0
);
}
// SCSS variable
$spanish-carmine: #D10047;
// With RGB channels (useful for rgba() usage)
$spanish-carmine-r: 209;
$spanish-carmine-g: 0;
$spanish-carmine-b: 71;
// Usage
.element {
background-color: $spanish-carmine;
color: rgba($spanish-carmine-r, $spanish-carmine-g, $spanish-carmine-b, 0.8);
}
How Spanish Carmine appears to people with different types of color vision deficiency.
#D10047
How the color appears with full color vision.
#77773F
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#4B4B49
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D01616
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#696969
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.