Skip to main content Skip to docs navigation

#de505f 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 Nectarous Nectarine and its hex is #DD5566 Nearest Color Name

Color Hue/Base color: Red

Hex #de505f Color code in RGB color code model is created after adding 87.06% red color, 31.37% green color and 37.25% blue color. Hex #de505f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 57% yellow and 12.94% black.

Hex #de505f color code is between #dd5566 web safe hex color code and #ee4455 web safe hex color code. #dd5566 is the nearest web safe color code. You can see here many more shades of #de505f color code.

RGB Chart

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

Color Table

Hex Color Code de505f #de505f
RGB Decimal 222, 80, 95 222, 80, 95
RGB Percent 87%, 31%, 37% rgb(87%, 31%, 37%)
CSS RGBa 222, 80, 95,1 rgba(222,80,95,1)
CMYK Model cmyk(0%,64%,57%,12.94%)
HSL Color Space 354,68% ,59% hsl(354,68% ,59%)
HSV Color Space 354°, 64%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 01010000 01011111
Octal 336 120 137
Decimal 222 80 95
Hex de 50 5f

Different shades of #de505f color code.

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

Darkest of #de505f
#7d1822
Darker of #de505f
#a8202e
Dark of #de505f
#d3283a
Base of #de505f
#de505f
Light of #de505f
#e67b86
Lighter
#eea6ad
Lightest
#f6d1d5

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

#de505f
#50decf

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

Split Complementary

#de505f
#50de88
#50a6de

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

Analogous Color

#de50b2
#de509a
#de505f
#de7050
#deac50

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

#de505f
#505fde
#5fde50

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

#de505f
#5fde50
#50decf
#cf50de

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

#de505f
#a6de50
#50decf
#8850de

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 #de505f

#521017
#7d1822
#a8202e
#d3283a
#de505f
#e67b86
#eea6ad
#f6d1d5
#fefcfc

Tints of #de505f Color

#de505f
#e16370
#e57682
#e98a94
#ec9da6
#f0b1b7
#f4c4c9
#f7d8db
#fbebed
#ffffff

Shades of #de505f color code

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

#de505f
#c54754
#ac3e49
#94353f
#7b2c34
#62232a
#4a1a1f
#311115
#18080a
#000000

Tones

#de505f
#c9656f
#b47a80
#a08e90
#979797

Tones

Similar Color like #de505f color

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

#df5160
#e05261
#e15362
#e25463
#e35564
#e45665
#e55766
#e65867
#e75968
#e85a69
#e95b6a
#ea5c6b
#eb5d6c
#ec5e6d
#dd4f5e
#dc4e5d
#db4d5c
#da4c5b
#d94b5a
#d84a59
#d74958
#d64857
#d54756
#d44655
#d34554
#d24453
#d14352
#d04251

Download this Dark Red

Hex #de505f 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.

#de505f Color Code Preview on Black Background Color

This is how #de505f Color will look on black background color. Color contrast ratio is 5.42

#de505f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de505f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de505f

#de505f color code is use for CSS Background Color

Background color for the above div is #de505f

HTML with inline CSS

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

#de505f color code is use for CSS Border Color

CSS Border color for the above div is #de505f

HTML with inline CSS

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

CSS Border Left color for the above div is #de505f

HTML with inline CSS

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

CSS Border Right color for the above div is #de505f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de505f

HTML with inline CSS

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

CSS Border Top color for the above div is #de505f

HTML with inline CSS

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

#de505f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de505f Color code Preview on White Background

This is how #de505f Color code will look on white background color. Color contrast ratio is 3.88

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 #de505f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #de505f; }

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(222,80,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,222,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,80,95,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }