crispedge.com

Color picker

Loading...

#df5d97 hex color - Red - Warm color - Information

#df5d97 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #df5d97 color code is between #dd5599 web safe hex color code and #ee6688 web safe hex color code. #dd5599 is the nearest web safe color code. You can see here many more shades of #df5d97 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedf5d97#df5d97
RGB Decimal223, 93, 151rgb(223, 93, 151)
RGB Percent87%, 36%, 59%rgb(87%, 36%, 59%)
CSS RGBa223, 93, 151,1rgba(223,93,151,1)
CMYK Modelcmyk(0%,58%,32%,13%)
HSL Color Space333,67% ,62%hsl(333,67% ,62%)
HSV Color Space333°, 58%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110101110110010111
Octal337135227
Decimal22393151
Hexdf5d97

Different shades of #df5d97 color code.

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

Light Shade of #df5d97
#e788b2
Dark Shade of #df5d97
#d7327c
Saturated Shade of #df5d97
#e95396
Desaturated Shade of #df5d97
#d56798
Grey scale Shade of #df5d97
#9e9e9e
Brighten Shade
#f876b0
Most Readable Shade
#000000

Shades of #df5d97 color code

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

#df5d97
#c65286
#ad4875
#943e64
#7b3353
#632943
#4a1f32
#311421
#180a10
#000000

Similar Color like #df5d97 color

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

#e05e98
#e15f99
#e2609a
#e3619b
#e4629c
#e5639d
#e6649e
#e7659f
#e866a0
#e967a1
#ea68a2
#eb69a3
#ec6aa4
#ed6ba5
#de5c96
#dd5b95
#dc5a94
#db5993
#da5892
#d95791
#d85690
#d7558f
#d6548e
#d5538d
#d4528c
#d3518b
#d2508a
#d14f89

Monochromatic Color with #df5d97

#df5d97
#0a0407
#351624
#5f2841
#8a3a5d
#b44b7a

Tints of #df5d97 Color

#df5d97
#e26fa2
#e681ae
#e993b9
#eda5c5
#f0b7d0
#f4c9dc
#f7dbe7
#fbedf3
#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

#df5d97
#5ddfa5

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

Split Complementary

#df5d97
#5ddf64
#5dd8df

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

Analogous Color

#df5dcb
#df5db1
#df5d97
#df5d7d
#df5d63

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

#df5d97
#97df5d
#5d97df

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

#df5d97
#d8df5d
#5ddfa5
#645ddf

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

#df5d97
#5ddfa5
#5dd8df
#df645d

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

#df5d97 Color Code Preview on Black Background Color

This is how #df5d97 Color will look on black background color. Color contrast ratio is 6.15

#df5d97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5d97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5d97

#df5d97 color code is use for CSS Background Color

Background color for the above div is #df5d97

HTML with inline CSS

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

#df5d97 color code is use for CSS Border Color

CSS Border color for the above div is #df5d97

HTML with inline CSS

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

CSS Border Left color for the above div is #df5d97

HTML with inline CSS

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

CSS Border Right color for the above div is #df5d97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df5d97

HTML with inline CSS

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

CSS Border Top color for the above div is #df5d97

HTML with inline CSS

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

#df5d97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df5d97 Color code Preview on White Background

This is how #df5d97 Color code will look on white background color. Color contrast ratio is 3.41

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

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,93,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,223,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,93,151,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.