crispedge.com

Color picker

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

#da5e7a hex color - Red - Warm color - Information

#da5e7a hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #da5e7a Color code in RGB color code model is created after adding 85.49% red color, 36.86% green color and 47.84% blue color. Hex #da5e7a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 44% yellow and 15% black.

Hex #da5e7a color code is between #dd6677 web safe hex color code and #cc5588 web safe hex color code. #dd6677 is the nearest web safe color code. You can see here many more shades of #da5e7a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeda5e7a#da5e7a
RGB Decimal218, 94, 122rgb(218, 94, 122)
RGB Percent85%, 37%, 48%rgb(85%, 37%, 48%)
CSS RGBa218, 94, 122,1rgba(218,94,122,1)
CMYK Modelcmyk(0%,57%,44%,15%)
HSL Color Space346,63% ,61%hsl(346,63% ,61%)
HSV Color Space346°, 57%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100101111001111010
Octal332136172
Decimal21894122
Hexda5e7a

Different shades of #da5e7a color code.

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

Light Shade of #da5e7a
#e4879c
Dark Shade of #da5e7a
#d03558
Saturated Shade of #da5e7a
#e45475
Desaturated Shade of #da5e7a
#d0687f
Grey scale Shade of #da5e7a
#9c9c9c
Brighten Shade
#f37793
Most Readable Shade
#FFFFFF

Shades of #da5e7a color code

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

#da5e7a
#c1536c
#a9495e
#913e51
#793443
#602936
#481f28
#30141b
#180a0d
#000000

Similar Color like #da5e7a color

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

#db5f7b
#dc607c
#dd617d
#de627e
#df637f
#e06480
#e16581
#e26682
#e36783
#e46884
#e56985
#e66a86
#e76b87
#e86c88
#d95d79
#d85c78
#d75b77
#d65a76
#d55975
#d45874
#d35773
#d25672
#d15571
#d05470
#cf536f
#ce526e
#cd516d
#cc506c

Monochromatic Color with #da5e7a

#da5e7a
#050203
#30151b
#5a2733
#85394a
#af4c62

Tints of #da5e7a Color

#da5e7a
#de6f88
#e28197
#e693a6
#eaa5b5
#eeb7c3
#f2c9d2
#f6dbe1
#faedf0
#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

#da5e7a
#5edabe

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

Split Complementary

#da5e7a
#5eda80
#5eb8da

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

Analogous Color

#da5eac
#da5e93
#da5e7a
#da5e61
#da745e

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

#da5e7a
#7ada5e
#5e7ada

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

#da5e7a
#b8da5e
#5edabe
#805eda

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

#da5e7a
#5edabe
#5eb8da
#da805e

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 #da5e7a 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.

#da5e7a Color Code Preview on Black Background Color

This is how #da5e7a Color will look on black background color. Color contrast ratio is 5.86

#da5e7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da5e7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da5e7a

#da5e7a color code is use for CSS Background Color

Background color for the above div is #da5e7a

HTML with inline CSS

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

#da5e7a color code is use for CSS Border Color

CSS Border color for the above div is #da5e7a

HTML with inline CSS

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

CSS Border Left color for the above div is #da5e7a

HTML with inline CSS

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

CSS Border Right color for the above div is #da5e7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da5e7a

HTML with inline CSS

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

CSS Border Top color for the above div is #da5e7a

HTML with inline CSS

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

#da5e7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da5e7a Color code Preview on White Background

This is how #da5e7a Color code will look on white background color. Color contrast ratio is 3.58

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

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.