Skip to main content Skip to docs navigation

#cd166f 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 #cd166f Color code in RGB color code model is created after adding 80.39% red color, 8.63% green color and 43.53% blue color. Hex #cd166f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 46% yellow and 19.61% black.

Hex #cd166f color code is between #cc1177 web safe hex color code and #dd2266 web safe hex color code. #cc1177 is the nearest web safe color code. You can see here many more shades of #cd166f color code.

RGB Chart

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

Color Table

Hex Color Code cd166f #cd166f
RGB Decimal 205, 22, 111 205, 22, 111
RGB Percent 80%, 9%, 44% rgb(80%, 9%, 44%)
CSS RGBa 205, 22, 111,1 rgba(205,22,111,1)
CMYK Model cmyk(0%,89%,46%,19.61%)
HSL Color Space 331,81% ,45% hsl(331,81% ,45%)
HSV Color Space 331°, 89%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00010110 01101111
Octal 315 26 157
Decimal 205 22 111
Hex cd 16 6f

Different shades of #cd166f color code.

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

Darkest of #cd166f
#430724
Darker of #cd166f
#710c3d
Dark of #cd166f
#9f1156
Base of #cd166f
#cd166f
Light of #cd166f
#e92d88
Lighter
#ed5ca3
Lightest
#f28abd

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

#cd166f
#16cd74

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

Split Complementary

#cd166f
#16cd18
#16cbcd

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

Analogous Color

#c016cd
#cd16bb
#cd166f
#cd1632
#cd4616

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

#cd166f
#166fcd
#6fcd16

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

#cd166f
#6fcd16
#16cd74
#7416cd

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

#cd166f
#cbcd16
#16cd74
#1816cd

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

#15020b
#430724
#710c3d
#9f1156
#cd166f
#e92d88
#ed5ca3
#f28abd
#f7b8d7

Tints of #cd166f Color

#cd166f
#d22f7f
#d8498f
#dd639f
#e37daf
#e897bf
#eeb1cf
#f3cbdf
#f9e5ef
#ffffff

Shades of #cd166f color code

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

#cd166f
#b61362
#9f1156
#880e4a
#710c3d
#5b0931
#440725
#2d0418
#16020c
#000000

Tones

#cd166f
#b62d70
#a04370
#895a71
#727171

Tones

Similar Color like #cd166f color

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

#ce1770
#cf1871
#d01972
#d11a73
#d21b74
#d31c75
#d41d76
#d51e77
#d61f78
#d72079
#d8217a
#d9227b
#da237c
#db247d
#cc156e
#cb146d
#ca136c
#c9126b
#c8116a
#c71069
#c60f68
#c50e67
#c40d66
#c30c65
#c20b64
#c10a63
#c00962
#bf0861

Download this Dark Red

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

#cd166f Color Code Preview on Black Background Color

This is how #cd166f Color will look on black background color. Color contrast ratio is 3.94

#cd166f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd166f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd166f

#cd166f color code is use for CSS Background Color

Background color for the above div is #cd166f

HTML with inline CSS

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

#cd166f color code is use for CSS Border Color

CSS Border color for the above div is #cd166f

HTML with inline CSS

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

CSS Border Left color for the above div is #cd166f

HTML with inline CSS

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

CSS Border Right color for the above div is #cd166f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd166f

HTML with inline CSS

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

CSS Border Top color for the above div is #cd166f

HTML with inline CSS

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

#cd166f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd166f Color code Preview on White Background

This is how #cd166f Color code will look on white background color. Color contrast ratio is 5.33

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

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