crispedge.com

Color picker

Loading...

#df5e74 hex color - Red - Warm color - Information

#df5e74 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #df5e74 Color code in RGB color code model is created after adding 87.45% red color, 36.86% green color and 45.49% blue color. Hex #df5e74 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 48% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedf5e74#df5e74
RGB Decimal223, 94, 116rgb(223, 94, 116)
RGB Percent87%, 37%, 45%rgb(87%, 37%, 45%)
CSS RGBa223, 94, 116,1rgba(223,94,116,1)
CMYK Modelcmyk(0%,58%,48%,13%)
HSL Color Space350,67% ,62%hsl(350,67% ,62%)
HSV Color Space350°, 58%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110101111001110100
Octal337136164
Decimal22394116
Hexdf5e74

Different shades of #df5e74 color code.

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

Light Shade of #df5e74
#e78999
Dark Shade of #df5e74
#d7334f
Saturated Shade of #df5e74
#e9546e
Desaturated Shade of #df5e74
#d5687a
Grey scale Shade of #df5e74
#9e9e9e
Brighten Shade
#f8778d
Most Readable Shade
#000000

Shades of #df5e74 color code

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

#df5e74
#c65367
#ad495a
#943e4d
#7b3440
#632933
#4a1f26
#311419
#180a0c
#000000

Similar Color like #df5e74 color

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

#e05f75
#e16076
#e26177
#e36278
#e46379
#e5647a
#e6657b
#e7667c
#e8677d
#e9687e
#ea697f
#eb6a80
#ec6b81
#ed6c82
#de5d73
#dd5c72
#dc5b71
#db5a70
#da596f
#d9586e
#d8576d
#d7566c
#d6556b
#d5546a
#d45369
#d35268
#d25167
#d15066

Monochromatic Color with #df5e74

#df5e74
#0a0405
#35161c
#5f2832
#8a3a48
#b44c5e

Tints of #df5e74 Color

#df5e74
#e26f83
#e68192
#e993a2
#eda5b1
#f0b7c1
#f4c9d0
#f7dbe0
#fbedef
#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

#df5e74
#5edfc9

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

Split Complementary

#df5e74
#5edf89
#5eb4df

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

Analogous Color

#df5ea8
#df5e8e
#df5e74
#df625e
#df7c5e

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

#df5e74
#74df5e
#5e74df

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

#df5e74
#b4df5e
#5edfc9
#885edf

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

#df5e74
#5edfc9
#5eb4df
#df895e

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

#df5e74 Color Code Preview on Black Background Color

This is how #df5e74 Color will look on black background color. Color contrast ratio is 5.99

#df5e74 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5e74

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5e74

#df5e74 color code is use for CSS Background Color

Background color for the above div is #df5e74

HTML with inline CSS

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

#df5e74 color code is use for CSS Border Color

CSS Border color for the above div is #df5e74

HTML with inline CSS

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

CSS Border Left color for the above div is #df5e74

HTML with inline CSS

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

CSS Border Right color for the above div is #df5e74

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df5e74

HTML with inline CSS

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

CSS Border Top color for the above div is #df5e74

HTML with inline CSS

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

#df5e74 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df5e74 Color code Preview on White Background

This is how #df5e74 Color code will look on white background color. Color contrast ratio is 3.51

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(223,94,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,223,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,94,116,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.