Skip to main content Skip to docs navigation

#cd054e 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 Scarlet Cattleya Orchid and its hex is #C70752 Nearest Color Name

Color Hue/Base color: Red

Hex #cd054e Color code in RGB color code model is created after adding 80.39% red color, 1.96% green color and 30.59% blue color. Hex #cd054e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 62% yellow and 19.61% black.

Hex #cd054e color code is between #cc0055 web safe hex color code and #dd0044 web safe hex color code. #cc0055 is the nearest web safe color code. You can see here many more shades of #cd054e color code.

RGB Chart

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

Color Table

Hex Color Code cd054e #cd054e
RGB Decimal 205, 5, 78 205, 5, 78
RGB Percent 80%, 2%, 31% rgb(80%, 2%, 31%)
CSS RGBa 205, 5, 78,1 rgba(205,5,78,1)
CMYK Model cmyk(0%,98%,62%,19.61%)
HSL Color Space 338,95% ,41% hsl(338,95% ,41%)
HSV Color Space 338°, 98%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00000101 01001110
Octal 315 5 116
Decimal 205 5 78
Hex cd 05 4e

Different shades of #cd054e color code.

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

Darkest of #cd054e
#380115
Darker of #cd054e
#690328
Dark of #cd054e
#9b043b
Base of #cd054e
#cd054e
Light of #cd054e
#f90c62
Lighter
#fa3e83
Lightest
#fc70a3

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

#cd054e
#05cd84

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

Split Complementary

#cd054e
#05cd20
#05b2cd

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

Analogous Color

#cd05c3
#cd05a1
#cd054e
#cd050b
#cd5205

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

#cd054e
#054ecd
#4ecd05

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

#cd054e
#4ecd05
#05cd84
#8405cd

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

#cd054e
#b2cd05
#05cd84
#2005cd

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

#060002
#380115
#690328
#9b043b
#cd054e
#f90c62
#fa3e83
#fc70a3
#fda1c3

Tints of #cd054e Color

#cd054e
#d22061
#d83c75
#dd5889
#e3749c
#e88fb0
#eeabc4
#f3c7d7
#f9e3eb
#ffffff

Shades of #cd054e color code

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

#cd054e
#b60445
#9f033c
#880334
#71022b
#5b0222
#44011a
#2d0111
#160008
#000000

Tones

#cd054e
#b81a54
#a32f59
#8e445f
#795965

Tones

Similar Color like #cd054e color

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

#ce064f
#cf0750
#d00851
#d10952
#d20a53
#d30b54
#d40c55
#d50d56
#d60e57
#d70f58
#d81059
#d9115a
#da125b
#db135c
#cc044d
#cb034c
#ca024b
#c9014a
#c80049
#c70048
#c60047
#c50046
#c40045
#c30044
#c20043
#c10042
#c00041
#bf0040

Download this Dark Red

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

#cd054e Color Code Preview on Black Background Color

This is how #cd054e Color will look on black background color. Color contrast ratio is 3.73

#cd054e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd054e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd054e

#cd054e color code is use for CSS Background Color

Background color for the above div is #cd054e

HTML with inline CSS

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

#cd054e color code is use for CSS Border Color

CSS Border color for the above div is #cd054e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd054e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd054e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd054e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd054e

HTML with inline CSS

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

#cd054e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd054e Color code Preview on White Background

This is how #cd054e Color code will look on white background color. Color contrast ratio is 5.63

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

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