Skip to main content Skip to docs navigation

#cd718d 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 Glam and its hex is #CF748C Nearest Color Name

Color Hue/Base color: Red

Hex #cd718d Color code in RGB color code model is created after adding 80.39% red color, 44.31% green color and 55.29% blue color. Hex #cd718d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 31% yellow and 19.61% black.

Hex #cd718d color code is between #cc7788 web safe hex color code and #dd6699 web safe hex color code. #cc7788 is the nearest web safe color code. You can see here many more shades of #cd718d color code.

RGB Chart

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

Color Table

Hex Color Code cd718d #cd718d
RGB Decimal 205, 113, 141 205, 113, 141
RGB Percent 80%, 44%, 55% rgb(80%, 44%, 55%)
CSS RGBa 205, 113, 141,1 rgba(205,113,141,1)
CMYK Model cmyk(0%,45%,31%,19.61%)
HSL Color Space 342,48% ,62% hsl(342,48% ,62%)
HSV Color Space 342°, 45%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01110001 10001101
Octal 315 161 215
Decimal 205 113 141
Hex cd 71 8d

Different shades of #cd718d color code.

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

Darkest of #cd718d
#7a2b43
Darker of #cd718d
#a03858
Dark of #cd718d
#c04b6f
Base of #cd718d
#cd718d
Light of #cd718d
#da97ab
Lighter
#e8bcca
Lightest
#f5e2e8

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

#cd718d
#71cdb1

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

Split Complementary

#cd718d
#71cd83
#71bbcd

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

Analogous Color

#cd71c3
#cd71b3
#cd718d
#cd7471
#cd9a71

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

#cd718d
#718dcd
#8dcd71

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

#cd718d
#8dcd71
#71cdb1
#b171cd

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

#cd718d
#bbcd71
#71cdb1
#8371cd

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

#541e2e
#7a2b43
#a03858
#c04b6f
#cd718d
#da97ab
#e8bcca
#f5e2e8
#ffffff

Tints of #cd718d Color

#cd718d
#d28099
#d890a6
#dda0b3
#e3b0bf
#e8bfcc
#eecfd9
#f3dfe5
#f9eff2
#ffffff

Shades of #cd718d color code

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

#cd718d
#b6647d
#9f576d
#884b5e
#713e4e
#5b323e
#44252f
#2d191f
#160c0f
#000000

Tones

#cd718d
#ba8495
#a7979c
#9f9f9f
#9f9f9f

Tones

Similar Color like #cd718d color

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

#ce728e
#cf738f
#d07490
#d17591
#d27692
#d37793
#d47894
#d57995
#d67a96
#d77b97
#d87c98
#d97d99
#da7e9a
#db7f9b
#cc708c
#cb6f8b
#ca6e8a
#c96d89
#c86c88
#c76b87
#c66a86
#c56985
#c46884
#c36783
#c26682
#c16581
#c06480
#bf637f

Download this Dark Red

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

#cd718d Color Code Preview on Black Background Color

This is how #cd718d Color will look on black background color. Color contrast ratio is 6.34

#cd718d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd718d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd718d

#cd718d color code is use for CSS Background Color

Background color for the above div is #cd718d

HTML with inline CSS

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

#cd718d color code is use for CSS Border Color

CSS Border color for the above div is #cd718d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd718d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd718d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd718d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd718d

HTML with inline CSS

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

#cd718d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd718d Color code Preview on White Background

This is how #cd718d Color code will look on white background color. Color contrast ratio is 3.31

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

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