crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dd6a7e hex color - Red - Warm color - Information

#dd6a7e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #dd6a7e Color code in RGB color code model is created after adding 86.67% red color, 41.57% green color and 49.41% blue color. Hex #dd6a7e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 43% yellow and 13% black.

Hex #dd6a7e color code is between #cc6677 web safe hex color code and #ee7788 web safe hex color code. #cc6677 is the nearest web safe color code. You can see here many more shades of #dd6a7e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd6a7e#dd6a7e
RGB Decimal221, 106, 126rgb(221, 106, 126)
RGB Percent87%, 42%, 49%rgb(87%, 42%, 49%)
CSS RGBa221, 106, 126,1rgba(221,106,126,1)
CMYK Modelcmyk(0%,52%,43%,13%)
HSL Color Space350,63% ,64%hsl(350,63% ,64%)
HSV Color Space350°, 52%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010110101001111110
Octal335152176
Decimal221106126
Hexdd6a7e

Different shades of #dd6a7e color code.

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

Light Shade of #dd6a7e
#e693a2
Dark Shade of #dd6a7e
#d4405a
Saturated Shade of #dd6a7e
#e66178
Desaturated Shade of #dd6a7e
#d47384
Grey scale Shade of #dd6a7e
#a3a3a3
Brighten Shade
#f68397
Most Readable Shade
#000000

Shades of #dd6a7e color code

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

#dd6a7e
#c45e70
#ab5262
#934654
#7a3a46
#622f38
#49232a
#31171c
#180b0e
#000000

Similar Color like #dd6a7e color

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

#de6b7f
#df6c80
#e06d81
#e16e82
#e26f83
#e37084
#e47185
#e57286
#e67387
#e77488
#e87589
#e9768a
#ea778b
#eb788c
#dc697d
#db687c
#da677b
#d9667a
#d86579
#d76478
#d66377
#d56276
#d46175
#d36074
#d25f73
#d15e72
#d05d71
#cf5c70

Monochromatic Color with #dd6a7e

#dd6a7e
#080405
#33181d
#5d2d35
#88414e
#b35666

Tints of #dd6a7e Color

#dd6a7e
#e07a8c
#e48b9a
#e89ba9
#ecacb7
#efbcc5
#f3cdd4
#f7dde2
#fbeef0
#ffffff

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

#dd6a7e
#6addc9

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

Split Complementary

#dd6a7e
#6add90
#6ab8dd

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

Analogous Color

#dd6aac
#dd6a95
#dd6a7e
#dd6d6a
#dd846a

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

#dd6a7e
#7edd6a
#6a7edd

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

#dd6a7e
#b7dd6a
#6addc9
#8f6add

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#dd6a7e
#6addc9
#6ab8dd
#dd906a

Double Complementary 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).

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

#dd6a7e Color Code Preview on Black Background Color

This is how #dd6a7e Color will look on black background color. Color contrast ratio is 6.44

#dd6a7e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd6a7e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd6a7e

#dd6a7e color code is use for CSS Background Color

Background color for the above div is #dd6a7e

HTML with inline CSS

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

#dd6a7e color code is use for CSS Border Color

CSS Border color for the above div is #dd6a7e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd6a7e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd6a7e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd6a7e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd6a7e

HTML with inline CSS

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

#dd6a7e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd6a7e Color code Preview on White Background

This is how #dd6a7e Color code will look on white background color. Color contrast ratio is 3.26

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.