Skip to main content Skip to docs navigation

#d64e8e 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 Kirby and its hex is #D74894 Nearest Color Name

Color Hue/Base color: Red

Hex #d64e8e Color code in RGB color code model is created after adding 83.92% red color, 30.59% green color and 55.69% blue color. Hex #d64e8e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 34% yellow and 16.08% black.

Hex #d64e8e color code is between #dd5588 web safe hex color code and #cc4499 web safe hex color code. #dd5588 is the nearest web safe color code. You can see here many more shades of #d64e8e color code.

RGB Chart

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

Color Table

Hex Color Code d64e8e #d64e8e
RGB Decimal 214, 78, 142 214, 78, 142
RGB Percent 84%, 31%, 56% rgb(84%, 31%, 56%)
CSS RGBa 214, 78, 142,1 rgba(214,78,142,1)
CMYK Model cmyk(0%,64%,34%,16.08%)
HSL Color Space 332,62% ,57% hsl(332,62% ,57%)
HSV Color Space 332°, 64%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010110 01001110 10001110
Octal 326 116 216
Decimal 214 78 142
Hex d6 4e 8e

Different shades of #d64e8e color code.

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

Darkest of #d64e8e
#711a43
Darker of #d64e8e
#9a245c
Dark of #d64e8e
#c42d74
Base of #d64e8e
#d64e8e
Light of #d64e8e
#e077a8
Lighter
#e9a1c3
Lightest
#f3cadd

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

#d64e8e
#4ed696

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

Split Complementary

#d64e8e
#4ed652
#4ed2d6

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

Analogous Color

#cf4ed6
#d64ec7
#d64e8e
#d64e61
#d6744e

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

#d64e8e
#4e8ed6
#8ed64e

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

#d64e8e
#8ed64e
#4ed696
#964ed6

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

#d64e8e
#d2d64e
#4ed696
#524ed6

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

#47112a
#711a43
#9a245c
#c42d74
#d64e8e
#e077a8
#e9a1c3
#f3cadd
#fcf4f8

Tints of #d64e8e Color

#d64e8e
#da619a
#df75a7
#e389b3
#e89cc0
#ecb0cc
#f1c4d9
#f5d7e5
#faebf2
#ffffff

Shades of #d64e8e color code

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

#d64e8e
#be457e
#a63c6e
#8e345e
#762b4e
#5f223f
#471a2f
#2f111f
#17080f
#000000

Tones

#d64e8e
#c0648f
#aa7a91
#958f92
#929292

Tones

Similar Color like #d64e8e color

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

#d74f8f
#d85090
#d95191
#da5292
#db5393
#dc5494
#dd5595
#de5696
#df5797
#e05898
#e15999
#e25a9a
#e35b9b
#e45c9c
#d54d8d
#d44c8c
#d34b8b
#d24a8a
#d14989
#d04888
#cf4787
#ce4686
#cd4585
#cc4484
#cb4383
#ca4282
#c94181
#c84080

Download this Dark Red

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

#d64e8e Color Code Preview on Black Background Color

This is how #d64e8e Color will look on black background color. Color contrast ratio is 5.34

#d64e8e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d64e8e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d64e8e

#d64e8e color code is use for CSS Background Color

Background color for the above div is #d64e8e

HTML with inline CSS

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

#d64e8e color code is use for CSS Border Color

CSS Border color for the above div is #d64e8e

HTML with inline CSS

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

CSS Border Left color for the above div is #d64e8e

HTML with inline CSS

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

CSS Border Right color for the above div is #d64e8e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d64e8e

HTML with inline CSS

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

CSS Border Top color for the above div is #d64e8e

HTML with inline CSS

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

#d64e8e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d64e8e Color code Preview on White Background

This is how #d64e8e Color code will look on white background color. Color contrast ratio is 3.93

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

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