Skip to main content Skip to docs navigation

#de166c 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 Dogwood Rose and its hex is #D71868 Nearest Color Name

Color Hue/Base color: Red

Hex #de166c Color code in RGB color code model is created after adding 87.06% red color, 8.63% green color and 42.35% blue color. Hex #de166c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 51% yellow and 12.94% black.

Hex #de166c color code is between #dd1166 web safe hex color code and #ee2277 web safe hex color code. #dd1166 is the nearest web safe color code. You can see here many more shades of #de166c color code.

RGB Chart

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

Color Table

Hex Color Code de166c #de166c
RGB Decimal 222, 22, 108 222, 22, 108
RGB Percent 87%, 9%, 42% rgb(87%, 9%, 42%)
CSS RGBa 222, 22, 108,1 rgba(222,22,108,1)
CMYK Model cmyk(0%,90%,51%,12.94%)
HSL Color Space 334,82% ,48% hsl(334,82% ,48%)
HSV Color Space 334°, 90%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 00010110 01101100
Octal 336 26 154
Decimal 222 22 108
Hex de 16 6c

Different shades of #de166c color code.

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

Darkest of #de166c
#530828
Darker of #de166c
#810d3f
Dark of #de166c
#b01155
Base of #de166c
#de166c
Light of #de166c
#ec3b87
Lighter
#f06aa4
Lightest
#f598c0

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

#de166c
#16de88

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

Split Complementary

#de166c
#16de24
#16d0de

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

Analogous Color

#db16de
#de16bf
#de166c
#de1629
#de5616

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

#de166c
#166cde
#6cde16

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

#de166c
#6cde16
#16de88
#8816de

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

#de166c
#d0de16
#16de88
#2416de

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

#240412
#530828
#810d3f
#b01155
#de166c
#ec3b87
#f06aa4
#f598c0
#f9c7dc

Tints of #de166c Color

#de166c
#e12f7c
#e5498c
#e9639d
#ec7dad
#f097bd
#f4b1ce
#f7cbde
#fbe5ee
#ffffff

Shades of #de166c color code

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

#de166c
#c51360
#ac1154
#940e48
#7b0c3c
#620930
#4a0724
#310418
#18020c
#000000

Tones

#de166c
#c62e6f
#ad4773
#955f76
#7c787a

Tones

Similar Color like #de166c color

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

#df176d
#e0186e
#e1196f
#e21a70
#e31b71
#e41c72
#e51d73
#e61e74
#e71f75
#e82076
#e92177
#ea2278
#eb2379
#ec247a
#dd156b
#dc146a
#db1369
#da1268
#d91167
#d81066
#d70f65
#d60e64
#d50d63
#d40c62
#d30b61
#d20a60
#d1095f
#d0085e

Download this Dark Red

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

#de166c Color Code Preview on Black Background Color

This is how #de166c Color will look on black background color. Color contrast ratio is 4.44

#de166c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de166c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de166c

#de166c color code is use for CSS Background Color

Background color for the above div is #de166c

HTML with inline CSS

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

#de166c color code is use for CSS Border Color

CSS Border color for the above div is #de166c

HTML with inline CSS

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

CSS Border Left color for the above div is #de166c

HTML with inline CSS

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

CSS Border Right color for the above div is #de166c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de166c

HTML with inline CSS

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

CSS Border Top color for the above div is #de166c

HTML with inline CSS

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

#de166c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de166c Color code Preview on White Background

This is how #de166c Color code will look on white background color. Color contrast ratio is 4.73

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

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