crispedge.com

Color picker

Loading...

#d27e91 hex color - Red - Warm color - Information

#d27e91 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d27e91 Color code in RGB color code model is created after adding 82.35% red color, 49.41% green color and 56.86% blue color. Hex #d27e91 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 31% yellow and 18% black.

Hex #d27e91 color code is between #cc7799 web safe hex color code and #dd8888 web safe hex color code. #cc7799 is the nearest web safe color code. You can see here many more shades of #d27e91 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded27e91#d27e91
RGB Decimal210, 126, 145rgb(210, 126, 145)
RGB Percent82%, 49%, 57%rgb(82%, 49%, 57%)
CSS RGBa210, 126, 145,1rgba(210,126,145,1)
CMYK Modelcmyk(0%,40%,31%,18%)
HSL Color Space346,48% ,66%hsl(346,48% ,66%)
HSV Color Space346°, 40%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100111111010010001
Octal322176221
Decimal210126145
Hexd27e91

Different shades of #d27e91 color code.

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

Light Shade of #d27e91
#dfa4b1
Dark Shade of #d27e91
#c55871
Saturated Shade of #d27e91
#db758c
Desaturated Shade of #d27e91
#c98796
Grey scale Shade of #d27e91
#a8a8a8
Brighten Shade
#eb97aa
Most Readable Shade
#000000

Shades of #d27e91 color code

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

#d27e91
#ba7080
#a36270
#8c5460
#744650
#5d3840
#462a30
#2e1c20
#170e10
#000000

Similar Color like #d27e91 color

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

#d37f92
#d48093
#d58194
#d68295
#d78396
#d88497
#d98598
#da8699
#db879a
#dc889b
#dd899c
#de8a9d
#df8b9e
#e08c9f
#d17d90
#d07c8f
#cf7b8e
#ce7a8d
#cd798c
#cc788b
#cb778a
#ca7689
#c97588
#c87487
#c77386
#c67285
#c57184
#c47083

Monochromatic Color with #d27e91

#d27e91
#fc97ae
#28181c
#523139
#7d4b56
#a76474

Tints of #d27e91 Color

#d27e91
#d78c9d
#dc9aa9
#e1a9b5
#e6b7c1
#ebc5ce
#f0d4da
#f5e2e6
#faf0f2
#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

#d27e91
#7ed2bf

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

Split Complementary

#d27e91
#7ed295
#7ebbd2

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

Analogous Color

#d27eb3
#d27ea2
#d27e91
#d27e80
#d28d7e

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

#d27e91
#91d27e
#7e91d2

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

#d27e91
#bbd27e
#7ed2bf
#957ed2

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

#d27e91
#7ed2bf
#7ebbd2
#d2957e

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

#d27e91 Color Code Preview on Black Background Color

This is how #d27e91 Color will look on black background color. Color contrast ratio is 7.13

#d27e91 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d27e91

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d27e91

#d27e91 color code is use for CSS Background Color

Background color for the above div is #d27e91

HTML with inline CSS

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

#d27e91 color code is use for CSS Border Color

CSS Border color for the above div is #d27e91

HTML with inline CSS

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

CSS Border Left color for the above div is #d27e91

HTML with inline CSS

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

CSS Border Right color for the above div is #d27e91

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d27e91

HTML with inline CSS

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

CSS Border Top color for the above div is #d27e91

HTML with inline CSS

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

#d27e91 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d27e91 Color code Preview on White Background

This is how #d27e91 Color code will look on white background color. Color contrast ratio is 2.94

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

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(210,126,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,210,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,126,145,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.