Skip to main content Skip to docs navigation

#dd629e 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 Groovy and its hex is #DE6491 Nearest Color Name

Color Hue/Base color: Red

Hex #dd629e Color code in RGB color code model is created after adding 86.67% red color, 38.43% green color and 61.96% blue color. Hex #dd629e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 29% yellow and 13.33% black.

Hex #dd629e color code is between #cc6699 web safe hex color code and #ee55aa web safe hex color code. #cc6699 is the nearest web safe color code. You can see here many more shades of #dd629e color code.

RGB Chart

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

Color Table

Hex Color Code dd629e #dd629e
RGB Decimal 221, 98, 158 221, 98, 158
RGB Percent 87%, 38%, 62% rgb(87%, 38%, 62%)
CSS RGBa 221, 98, 158,1 rgba(221,98,158,1)
CMYK Model cmyk(0%,56%,29%,13.33%)
HSL Color Space 331,64% ,63% hsl(331,64% ,63%)
HSV Color Space 331°, 56%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 01100010 10011110
Octal 335 142 236
Decimal 221 98 158
Hex dd 62 9e

Different shades of #dd629e color code.

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

Darkest of #dd629e
#881e52
Darker of #dd629e
#b2276b
Dark of #dd629e
#d43884
Base of #dd629e
#dd629e
Light of #dd629e
#e68cb8
Lighter
#efb6d2
Lightest
#f8e0ec

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

#dd629e
#62dda1

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

Split Complementary

#dd629e
#62dd63
#62dcdd

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

Analogous Color

#d462dd
#dd62d1
#dd629e
#dd6275
#dd8262

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

#dd629e
#629edd
#9edd62

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

#dd629e
#9edd62
#62dda1
#a162dd

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

#dd629e
#dcdd62
#62dda1
#6362dd

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

#5f1439
#881e52
#b2276b
#d43884
#dd629e
#e68cb8
#efb6d2
#f8e0ec
#ffffff

Tints of #dd629e Color

#dd629e
#e073a8
#e484b3
#e896be
#eca7c9
#efb9d3
#f3cade
#f7dce9
#fbedf4
#ffffff

Shades of #dd629e color code

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

#dd629e
#c4578c
#ab4c7a
#934169
#7a3657
#622b46
#492034
#311523
#180a11
#000000

Tones

#dd629e
#ca759e
#b7889f
#a49b9f
#a0a0a0

Tones

Similar Color like #dd629e color

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

#de639f
#df64a0
#e065a1
#e166a2
#e267a3
#e368a4
#e469a5
#e56aa6
#e66ba7
#e76ca8
#e86da9
#e96eaa
#ea6fab
#eb70ac
#dc619d
#db609c
#da5f9b
#d95e9a
#d85d99
#d75c98
#d65b97
#d55a96
#d45995
#d35894
#d25793
#d15692
#d05591
#cf5490

Download this Dark Red

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

#dd629e Color Code Preview on Black Background Color

This is how #dd629e Color will look on black background color. Color contrast ratio is 6.32

#dd629e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd629e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd629e

#dd629e color code is use for CSS Background Color

Background color for the above div is #dd629e

HTML with inline CSS

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

#dd629e color code is use for CSS Border Color

CSS Border color for the above div is #dd629e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd629e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd629e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd629e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd629e

HTML with inline CSS

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

#dd629e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd629e Color code Preview on White Background

This is how #dd629e Color code will look on white background color. Color contrast ratio is 3.33

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

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(221,98,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,221,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,98,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }