Skip to main content Skip to docs navigation

#de968f hex color | Download Light 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 Coral Cloud and its hex is #DC958D Nearest Color Name

Color Hue/Base color: Red

Hex #de968f Color code in RGB color code model is created after adding 87.06% red color, 58.82% green color and 56.08% blue color. Hex #de968f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 36% yellow and 12.94% black.

Hex #de968f color code is between #dd9988 web safe hex color code and #ee8899 web safe hex color code. #dd9988 is the nearest web safe color code. You can see here many more shades of #de968f color code.

RGB Chart

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

Color Table

Hex Color Code de968f #de968f
RGB Decimal 222, 150, 143 222, 150, 143
RGB Percent 87%, 59%, 56% rgb(87%, 59%, 56%)
CSS RGBa 222, 150, 143,1 rgba(222,150,143,1)
CMYK Model cmyk(0%,32%,36%,12.94%)
HSL Color Space 5,54% ,72% hsl(5,54% ,72%)
HSV Color Space 5°, 36%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 10010110 10001111
Octal 336 226 217
Decimal 222 150 143
Hex de 96 8f

Different shades of #de968f color code.

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

Darkest of #de968f
#a43a30
Darker of #de968f
#c74c40
Dark of #de968f
#d27168
Base of #de968f
#de968f
Light of #de968f
#eabbb6
Lighter
#f5e0de
Lightest
#ffffff

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

#de968f
#8fd7de

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

Split Complementary

#de968f
#8fdebe
#8fafde

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

Analogous Color

#de8fb6
#de8fa9
#de968f
#deb08f
#ded18f

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

#de968f
#968fde
#8fde96

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

#de968f
#8fde96
#8fd7de
#de8fd7

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

#de968f
#afde8f
#8fd7de
#be8fde

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

#7c2c25
#a43a30
#c74c40
#d27168
#de968f
#eabbb6
#f5e0de
#ffffff
#ffffff

Tints of #de968f Color

#de968f
#e1a19b
#e5ada7
#e9b9b4
#ecc4c0
#f0d0cd
#f4dcd9
#f7e7e6
#fbf3f2
#ffffff

Shades of #de968f color code

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

#de968f
#c5857f
#ac746f
#94645f
#7b534f
#62423f
#4a322f
#31211f
#18100f
#000000

Tones

#de968f
#d0a29e
#c1aeac
#b7b7b7
#b7b7b7

Tones

Similar Color like #de968f color

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

#df9790
#e09891
#e19992
#e29a93
#e39b94
#e49c95
#e59d96
#e69e97
#e79f98
#e8a099
#e9a19a
#eaa29b
#eba39c
#eca49d
#dd958e
#dc948d
#db938c
#da928b
#d9918a
#d89089
#d78f88
#d68e87
#d58d86
#d48c85
#d38b84
#d28a83
#d18982
#d08881

Download this Light Red

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

#de968f Color Code Preview on Black Background Color

This is how #de968f Color will look on black background color. Color contrast ratio is 8.87

#de968f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de968f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de968f

#de968f color code is use for CSS Background Color

Background color for the above div is #de968f

HTML with inline CSS

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

#de968f color code is use for CSS Border Color

CSS Border color for the above div is #de968f

HTML with inline CSS

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

CSS Border Left color for the above div is #de968f

HTML with inline CSS

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

CSS Border Right color for the above div is #de968f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de968f

HTML with inline CSS

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

CSS Border Top color for the above div is #de968f

HTML with inline CSS

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

#de968f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de968f Color code Preview on White Background

This is how #de968f Color code will look on white background color. Color contrast ratio is 2.37

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

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