crispedge.com

Color picker

Loading...

#df5f80 hex color - Red - Warm color - Information

#df5f80 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #df5f80 Color code in RGB color code model is created after adding 87.45% red color, 37.25% green color and 50.2% blue color. Hex #df5f80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 43% yellow and 13% black.

Hex #df5f80 color code is between #dd6688 web safe hex color code and #ee5577 web safe hex color code. #dd6688 is the nearest web safe color code. You can see here many more shades of #df5f80 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedf5f80#df5f80
RGB Decimal223, 95, 128rgb(223, 95, 128)
RGB Percent87%, 37%, 50%rgb(87%, 37%, 50%)
CSS RGBa223, 95, 128,1rgba(223,95,128,1)
CMYK Modelcmyk(0%,57%,43%,13%)
HSL Color Space345,67% ,62%hsl(345,67% ,62%)
HSV Color Space345°, 57%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110101111110000000
Octal337137200
Decimal22395128
Hexdf5f80

Different shades of #df5f80 color code.

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

Light Shade of #df5f80
#e789a2
Dark Shade of #df5f80
#d6345e
Saturated Shade of #df5f80
#e9557b
Desaturated Shade of #df5f80
#d56985
Grey scale Shade of #df5f80
#9f9f9f
Brighten Shade
#f87899
Most Readable Shade
#000000

Shades of #df5f80 color code

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

#df5f80
#c65471
#ad4963
#943f55
#7b3447
#632a38
#4a1f2a
#31151c
#180a0e
#000000

Similar Color like #df5f80 color

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

#e06081
#e16182
#e26283
#e36384
#e46485
#e56586
#e66687
#e76788
#e86889
#e9698a
#ea6a8b
#eb6b8c
#ec6c8d
#ed6d8e
#de5e7f
#dd5d7e
#dc5c7d
#db5b7c
#da5a7b
#d9597a
#d85879
#d75778
#d65677
#d55576
#d45475
#d35374
#d25273
#d15172

Monochromatic Color with #df5f80

#df5f80
#0a0406
#35171e
#5f2937
#8a3b4f
#b44d68

Tints of #df5f80 Color

#df5f80
#e2708e
#e6829c
#e994aa
#eda6b8
#f0b7c6
#f4c9d4
#f7dbe2
#fbedf0
#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

#df5f80
#5fdfbe

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

Split Complementary

#df5f80
#5fdf7e
#5fc0df

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

Analogous Color

#df5fb3
#df5f9a
#df5f80
#df5f66
#df715f

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

#df5f80
#80df5f
#5f80df

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

#df5f80
#c0df5f
#5fdfbe
#7e5fdf

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

#df5f80
#5fdfbe
#5fc0df
#df7e5f

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

#df5f80 Color Code Preview on Black Background Color

This is how #df5f80 Color will look on black background color. Color contrast ratio is 6.09

#df5f80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5f80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5f80

#df5f80 color code is use for CSS Background Color

Background color for the above div is #df5f80

HTML with inline CSS

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

#df5f80 color code is use for CSS Border Color

CSS Border color for the above div is #df5f80

HTML with inline CSS

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

CSS Border Left color for the above div is #df5f80

HTML with inline CSS

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

CSS Border Right color for the above div is #df5f80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df5f80

HTML with inline CSS

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

CSS Border Top color for the above div is #df5f80

HTML with inline CSS

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

#df5f80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df5f80 Color code Preview on White Background

This is how #df5f80 Color code will look on white background color. Color contrast ratio is 3.45

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

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,95,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,223,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,95,128,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.