Pale Red Violet (#DB7093)
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: 3.11:1 — vs black: 6.75:1
Color values
-
HEX
#DB7093 -
RGB
rgb(219, 112, 147) -
HSL
hsl(340, 59%, 64%) -
CMYK
cmyk( 0, 49, 33, 14 ) -
Websafe
#CC6699
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #DB7093 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#DB7093
Base
#70DBB8
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#DB7093
Base
#DB70C9
#DB8370
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#DB7093
Base
#93DB70
#7093DB
Two colors flanking the complement — high contrast with less tension than full complementary.
#DB7093
Base
#70DB83
#70C9DB
Four colors at 90° intervals — rich variety, best when one color dominates.
#DB7093
Base
#C9DB70
#70DBB8
#8370DB
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#DB7093
Base
#8E2447
#CB3365
#D34F7A
#E391AC
#EAADC1
#FAEAEF
Darker shades and lighter tints of Pale Red Violet, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#14050A
#451122
#761E3B
#A72A53
#CF3F6E
#DB7093
Base
#E189A6
#E7A1B8
#EEBACB
#F4D2DD
#FAEBF0
Ready-to-use code snippets for #DB7093. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #DB7093;
}
/* Text */
.element {
color: #DB7093;
}
/* Border */
.element {
border: 1px solid #DB7093;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#DB7093,
#70DBB8
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#DB7093,
#70DBB8
);
}
// SCSS variable
$pale-red-violet: #DB7093;
// With RGB channels (useful for rgba() usage)
$pale-red-violet-r: 219;
$pale-red-violet-g: 112;
$pale-red-violet-b: 147;
// Usage
.element {
background-color: $pale-red-violet;
color: rgba($pale-red-violet-r, $pale-red-violet-g, $pale-red-violet-b, 0.8);
}
How Pale Red Violet appears to people with different types of color vision deficiency.
#DB7093
How the color appears with full color vision.
#999990
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#828294
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D97575
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#929292
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.