Rubine Red (#D10056)
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.46:1 — vs black: 3.85:1
Color values
-
HEX
#D10056 -
RGB
rgb(209, 0, 86) -
HSL
hsl(335, 100%, 81%) -
CMYK
cmyk( 0, 100, 58.85, 18.04 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #D10056 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D10056
Base
#00D17B
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D10056
Base
#D100BF
#D11200
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D10056
Base
#56D100
#0056D1
Two colors flanking the complement — high contrast with less tension than full complementary.
#D10056
Base
#00D112
#00BFD1
Four colors at 90° intervals — rich variety, best when one color dominates.
#D10056
Base
#BFD100
#00D17B
#1200D1
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D10056
Base
#380017
#850037
#A80045
#FA0067
#FF1F7B
#FF6BA8
Darker shades and lighter tints of Rubine Red, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A000A
#3E001A
#630029
#880038
#AC0047
#D10056
Base
#FF096E
#FF408F
#FF77AF
#FFAED0
#FFE6F0
Ready-to-use code snippets for #D10056. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D10056;
}
/* Text */
.element {
color: #D10056;
}
/* Border */
.element {
border: 1px solid #D10056;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D10056,
#A3FFD9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D10056,
#A3FFD9
);
}
// SCSS variable
$rubine-red: #D10056;
// With RGB channels (useful for rgba() usage)
$rubine-red-r: 209;
$rubine-red-g: 0;
$rubine-red-b: 86;
// Usage
.element {
background-color: $rubine-red;
color: rgba($rubine-red-r, $rubine-red-g, $rubine-red-b, 0.8);
}
How Rubine Red appears to people with different types of color vision deficiency.
#D10056
How the color appears with full color vision.
#77774F
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#4B4B57
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#CF1C1C
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.