crispedge.com

Color picker

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

#de5c7c hex color - Red - Warm color - Information

#de5c7c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #de5c7c Color code in RGB color code model is created after adding 87.06% red color, 36.08% green color and 48.63% blue color. Hex #de5c7c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 44% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codede5c7c#de5c7c
RGB Decimal222, 92, 124rgb(222, 92, 124)
RGB Percent87%, 36%, 49%rgb(87%, 36%, 49%)
CSS RGBa222, 92, 124,1rgba(222,92,124,1)
CMYK Modelcmyk(0%,59%,44%,13%)
HSL Color Space345,66% ,62%hsl(345,66% ,62%)
HSV Color Space345°, 59%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111100101110001111100
Octal336134174
Decimal22292124
Hexde5c7c

Different shades of #de5c7c color code.

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

Light Shade of #de5c7c
#e7869e
Dark Shade of #de5c7c
#d5325a
Saturated Shade of #de5c7c
#e85277
Desaturated Shade of #de5c7c
#d46681
Grey scale Shade of #de5c7c
#9d9d9d
Brighten Shade
#f77595
Most Readable Shade
#FFFFFF

Shades of #de5c7c color code

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

#de5c7c
#c5516e
#ac4760
#943d52
#7b3344
#622837
#4a1e29
#31141b
#180a0d
#000000

Similar Color like #de5c7c color

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

#df5d7d
#e05e7e
#e15f7f
#e26080
#e36181
#e46282
#e56383
#e66484
#e76585
#e86686
#e96787
#ea6888
#eb6989
#ec6a8a
#dd5b7b
#dc5a7a
#db5979
#da5878
#d95777
#d85676
#d75575
#d65474
#d55373
#d45272
#d35171
#d25070
#d14f6f
#d04e6e

Monochromatic Color with #de5c7c

#de5c7c
#090405
#34161d
#5e2735
#89394d
#b34a64

Tints of #de5c7c Color

#de5c7c
#e16e8a
#e58099
#e992a7
#eca4b6
#f0b6c4
#f4c8d3
#f7dae1
#fbecf0
#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

#de5c7c
#5cdebe

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

Split Complementary

#de5c7c
#5cde7d
#5cbdde

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

Analogous Color

#de5cb0
#de5c96
#de5c7c
#de5c62
#de705c

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

#de5c7c
#7cde5c
#5c7cde

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

#de5c7c
#bdde5c
#5cdebe
#7d5cde

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

#de5c7c
#5cdebe
#5cbdde
#de7d5c

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

#de5c7c Color Code Preview on Black Background Color

This is how #de5c7c Color will look on black background color. Color contrast ratio is 5.93

#de5c7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de5c7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de5c7c

#de5c7c color code is use for CSS Background Color

Background color for the above div is #de5c7c

HTML with inline CSS

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

#de5c7c color code is use for CSS Border Color

CSS Border color for the above div is #de5c7c

HTML with inline CSS

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

CSS Border Left color for the above div is #de5c7c

HTML with inline CSS

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

CSS Border Right color for the above div is #de5c7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de5c7c

HTML with inline CSS

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

CSS Border Top color for the above div is #de5c7c

HTML with inline CSS

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

#de5c7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de5c7c Color code Preview on White Background

This is how #de5c7c Color code will look on white background color. Color contrast ratio is 3.54

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

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.