Skip to main content Skip to docs navigation

#de45cd 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 Leo Royal Fuchsia and its hex is #E042D5 Nearest Color Name

Color Hue/Base color: Red

Hex #de45cd Color code in RGB color code model is created after adding 87.06% red color, 27.06% green color and 80.39% blue color. Hex #de45cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 8% yellow and 12.94% black.

Hex #de45cd color code is between #dd44cc web safe hex color code and #ee55dd web safe hex color code. #dd44cc is the nearest web safe color code. You can see here many more shades of #de45cd color code.

RGB Chart

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

Color Table

Hex Color Code de45cd #de45cd
RGB Decimal 222, 69, 205 222, 69, 205
RGB Percent 87%, 27%, 80% rgb(87%, 27%, 80%)
CSS RGBa 222, 69, 205,1 rgba(222,69,205,1)
CMYK Model cmyk(0%,69%,8%,12.94%)
HSL Color Space 307,70% ,57% hsl(307,70% ,57%)
HSV Color Space 307°, 69%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 01000101 11001101
Octal 336 105 315
Decimal 222 69 205
Hex de 45 cd

Different shades of #de45cd color code.

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

Darkest of #de45cd
#75156a
Darker of #de45cd
#a11c92
Dark of #de45cd
#cc24b9
Base of #de45cd
#de45cd
Light of #de45cd
#e670d9
Lighter
#ed9ce4
Lightest
#f5c7f0

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

#de45cd
#45de56

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

Split Complementary

#de45cd
#80de45
#45dea3

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

Analogous Color

#9645de
#af45de
#de45cd
#de459a
#de455a

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

#de45cd
#45cdde
#cdde45

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

#de45cd
#cdde45
#45de56
#5645de

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

#de45cd
#dea345
#45de56
#4580de

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

#4a0d43
#75156a
#a11c92
#cc24b9
#de45cd
#e670d9
#ed9ce4
#f5c7f0
#fdf2fc

Tints of #de45cd Color

#de45cd
#e159d2
#e56ed8
#e983dd
#ec97e3
#f0ace8
#f4c1ee
#f7d5f3
#fbeaf9
#ffffff

Shades of #de45cd color code

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

#de45cd
#c53db6
#ac359f
#942e88
#7b2671
#621e5b
#4a1744
#310f2d
#180716
#000000

Tones

#de45cd
#c85bbc
#b271ab
#9c879a
#929292

Tones

Similar Color like #de45cd color

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

#df46ce
#e047cf
#e148d0
#e249d1
#e34ad2
#e44bd3
#e54cd4
#e64dd5
#e74ed6
#e84fd7
#e950d8
#ea51d9
#eb52da
#ec53db
#dd44cc
#dc43cb
#db42ca
#da41c9
#d940c8
#d83fc7
#d73ec6
#d63dc5
#d53cc4
#d43bc3
#d33ac2
#d239c1
#d138c0
#d037bf

Download this Dark Red

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

#de45cd Color Code Preview on Black Background Color

This is how #de45cd Color will look on black background color. Color contrast ratio is 5.84

#de45cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de45cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de45cd

#de45cd color code is use for CSS Background Color

Background color for the above div is #de45cd

HTML with inline CSS

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

#de45cd color code is use for CSS Border Color

CSS Border color for the above div is #de45cd

HTML with inline CSS

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

CSS Border Left color for the above div is #de45cd

HTML with inline CSS

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

CSS Border Right color for the above div is #de45cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de45cd

HTML with inline CSS

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

CSS Border Top color for the above div is #de45cd

HTML with inline CSS

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

#de45cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de45cd Color code Preview on White Background

This is how #de45cd Color code will look on white background color. Color contrast ratio is 3.60

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

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