Skip to main content Skip to docs navigation

#df557e hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Fever Dream and its hex is #DD5577 Nearest Color Name

Color Hue/Base color: Red

Hex #df557e Color code in RGB color code model is created after adding 87.45% red color, 33.33% green color and 49.41% blue color. Hex #df557e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 43% yellow and 12.55% black.

Hex #df557e color code is between #dd4477 web safe hex color code and #ee6688 web safe hex color code. #dd4477 is the nearest web safe color code. You can see here many more shades of #df557e color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code df557e #df557e
RGB Decimal 223, 85, 126 223, 85, 126
RGB Percent 87%, 33%, 49% rgb(87%, 33%, 49%)
CSS RGBa 223, 85, 126,1 rgba(223,85,126,1)
CMYK Model cmyk(0%,62%,43%,12.55%)
HSL Color Space 342,68% ,60% hsl(342,68% ,60%)
HSV Color Space 342°, 62%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011111 01010101 01111110
Octal 337 125 176
Decimal 223 85 126
Hex df 55 7e

Different shades of #df557e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #df557e
#821938
Darker of #df557e
#ad214a
Dark of #df557e
#d72a5d
Base of #df557e
#df557e
Light of #df557e
#e7809f
Lighter
#efabbf
Lightest
#f7d6e0

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#df557e
#55dfb6

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#df557e
#55df71
#55c3df

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#df55cf
#df55b8
#df557e
#df5a55
#df9355

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#df557e
#557edf
#7edf55

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#df557e
#7edf55
#55dfb6
#b655df

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#df557e
#c3df55
#55dfb6
#7155df

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #df557e

#581026
#821938
#ad214a
#d72a5d
#df557e
#e7809f
#efabbf
#f7d6e0
#ffffff

Tints of #df557e Color

#df557e
#e2678c
#e67a9a
#e98da9
#eda0b7
#f0b3c5
#f4c6d4
#f7d9e2
#fbecf0
#ffffff

Shades of #df557e color code

Generate more color scales with scales (color stack) generator.

#df557e
#c64b70
#ad4262
#943854
#7b2f46
#632538
#4a1c2a
#31121c
#18090e
#000000

Tones

#df557e
#cb6986
#b77d8e
#a29297
#9a9a9a

Tones

Similar Color like #df557e color

Find visually similar hex color codes nearing to #df557e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#e0567f
#e15780
#e25881
#e35982
#e45a83
#e55b84
#e65c85
#e75d86
#e85e87
#e95f88
#ea6089
#eb618a
#ec628b
#ed638c
#de547d
#dd537c
#dc527b
#db517a
#da5079
#d94f78
#d84e77
#d74d76
#d64c75
#d54b74
#d44a73
#d34972
#d24871
#d14770

Download this Dark Red

Hex #df557e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#df557e Color Code Preview on Black Background Color

This is how #df557e Color will look on black background color. Color contrast ratio is 5.74

#df557e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#df557e">Your Example Paragraph content text in with font color #df557e </p>

Your Example Paragraph content text in with font color #df557e

HTML with inline CSS

<div style="color:#df557e">Your Paragraph text in with font color #df557e </div>

Your Example Paragraph content text in with font color #df557e

#df557e color code is use for CSS Background Color

Background color for the above div is #df557e

HTML with inline CSS

<div style="background-color:#df557e;"></div>

#df557e color code is use for CSS Border Color

CSS Border color for the above div is #df557e

HTML with inline CSS

<div style="border:5px solid #df557e;"></div>

CSS Border Left color for the above div is #df557e

HTML with inline CSS

<div style="border-left:5px solid #df557e;"></div>

CSS Border Right color for the above div is #df557e

HTML with inline CSS

<div style="border-right:5px solid #df557e;"></div>

CSS Border Bottom color for the above div is #df557e

HTML with inline CSS

<div style="border-bottom:5px solid #df557e;"></div>

CSS Border Top color for the above div is #df557e

HTML with inline CSS

<div style="border-top:5px solid #df557e;"></div>

#df557e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#df557e; } .examplecolorclass {color:#df557e; } .examplebordercolor {border:3px solid #df557e; }

#df557e Color code Preview on White Background

This is how #df557e Color code will look on white background color. Color contrast ratio is 3.66

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #df557e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #df557e; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(223,85,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,223,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,85,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }