Skip to main content Skip to docs navigation

#cd485e 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 Lingonberry Red and its hex is #CE4458 Nearest Color Name

Color Hue/Base color: Red

Hex #cd485e Color code in RGB color code model is created after adding 80.39% red color, 28.24% green color and 36.86% blue color. Hex #cd485e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 54% yellow and 19.61% black.

Hex #cd485e color code is between #cc4466 web safe hex color code and #dd5555 web safe hex color code. #cc4466 is the nearest web safe color code. You can see here many more shades of #cd485e color code.

RGB Chart

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

Color Table

Hex Color Code cd485e #cd485e
RGB Decimal 205, 72, 94 205, 72, 94
RGB Percent 80%, 28%, 37% rgb(80%, 28%, 37%)
CSS RGBa 205, 72, 94,1 rgba(205,72,94,1)
CMYK Model cmyk(0%,65%,54%,19.61%)
HSL Color Space 350,57% ,54% hsl(350,57% ,54%)
HSV Color Space 350°, 65%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01001000 01011110
Octal 315 110 136
Decimal 205 72 94
Hex cd 48 5e

Different shades of #cd485e color code.

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

Darkest of #cd485e
#611b26
Darker of #cd485e
#892636
Dark of #cd485e
#b13046
Base of #cd485e
#cd485e
Light of #cd485e
#d87081
Lighter
#e398a4
Lightest
#eec0c8

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

#cd485e
#48cdb7

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

Split Complementary

#cd485e
#48cd74
#48a0cd

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

Analogous Color

#cd48ac
#cd4895
#cd485e
#cd5e48
#cd9648

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

#cd485e
#485ecd
#5ecd48

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

#cd485e
#5ecd48
#48cdb7
#b748cd

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

#cd485e
#a0cd48
#48cdb7
#7448cd

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

#391017
#611b26
#892636
#b13046
#cd485e
#d87081
#e398a4
#eec0c8
#f9e8eb

Tints of #cd485e Color

#cd485e
#d25c6f
#d87081
#dd8593
#e399a5
#e8adb7
#eec2c9
#f3d6db
#f9eaed
#ffffff

Shades of #cd485e color code

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

#cd485e
#b64053
#9f3849
#88303e
#712834
#5b2029
#44181f
#2d1014
#16080a
#000000

Tones

#cd485e
#b65f6e
#9e777d
#8a8a8a
#8a8a8a

Tones

Similar Color like #cd485e color

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

#ce495f
#cf4a60
#d04b61
#d14c62
#d24d63
#d34e64
#d44f65
#d55066
#d65167
#d75268
#d85369
#d9546a
#da556b
#db566c
#cc475d
#cb465c
#ca455b
#c9445a
#c84359
#c74258
#c64157
#c54056
#c43f55
#c33e54
#c23d53
#c13c52
#c03b51
#bf3a50

Download this Dark Red

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

#cd485e Color Code Preview on Black Background Color

This is how #cd485e Color will look on black background color. Color contrast ratio is 4.68

#cd485e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd485e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd485e

#cd485e color code is use for CSS Background Color

Background color for the above div is #cd485e

HTML with inline CSS

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

#cd485e color code is use for CSS Border Color

CSS Border color for the above div is #cd485e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd485e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd485e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd485e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd485e

HTML with inline CSS

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

#cd485e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd485e Color code Preview on White Background

This is how #cd485e Color code will look on white background color. Color contrast ratio is 4.48

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

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