crispedge.com

Color picker

Loading...

#d27e99 hex color - Red - Warm color - Information

#d27e99 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #d27e99 color code is between #cc7788 web safe hex color code and #dd88aa web safe hex color code. #cc7788 is the nearest web safe color code. You can see here many more shades of #d27e99 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded27e99#d27e99
RGB Decimal210, 126, 153rgb(210, 126, 153)
RGB Percent82%, 49%, 60%rgb(82%, 49%, 60%)
CSS RGBa210, 126, 153,1rgba(210,126,153,1)
CMYK Modelcmyk(0%,40%,27%,18%)
HSL Color Space341,48% ,66%hsl(341,48% ,66%)
HSV Color Space341°, 40%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100111111010011001
Octal322176231
Decimal210126153
Hexd27e99

Different shades of #d27e99 color code.

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

Light Shade of #d27e99
#dfa4b7
Dark Shade of #d27e99
#c5587b
Saturated Shade of #d27e99
#db7596
Desaturated Shade of #d27e99
#c9879c
Grey scale Shade of #d27e99
#a8a8a8
Brighten Shade
#eb97b2
Most Readable Shade
#000000

Shades of #d27e99 color code

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

#d27e99
#ba7088
#a36277
#8c5466
#744655
#5d3844
#462a33
#2e1c22
#170e11
#000000

Similar Color like #d27e99 color

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

#d37f9a
#d4809b
#d5819c
#d6829d
#d7839e
#d8849f
#d985a0
#da86a1
#db87a2
#dc88a3
#dd89a4
#de8aa5
#df8ba6
#e08ca7
#d17d98
#d07c97
#cf7b96
#ce7a95
#cd7994
#cc7893
#cb7792
#ca7691
#c97590
#c8748f
#c7738e
#c6728d
#c5718c
#c4708b

Monochromatic Color with #d27e99

#d27e99
#fc97b8
#28181d
#52313c
#7d4b5b
#a7647a

Tints of #d27e99 Color

#d27e99
#d78ca4
#dc9aaf
#e1a9bb
#e6b7c6
#ebc5d1
#f0d4dd
#f5e2e8
#faf0f3
#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

#d27e99
#7ed2b7

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

Split Complementary

#d27e99
#7ed28d
#7ec3d2

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

Analogous Color

#d27ebb
#d27eaa
#d27e99
#d27e88
#d2857e

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

#d27e99
#99d27e
#7e99d2

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

#d27e99
#c3d27e
#7ed2b7
#8d7ed2

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

#d27e99
#7ed2b7
#7ec3d2
#d28d7e

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

#d27e99 Color Code Preview on Black Background Color

This is how #d27e99 Color will look on black background color. Color contrast ratio is 7.18

#d27e99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d27e99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d27e99

#d27e99 color code is use for CSS Background Color

Background color for the above div is #d27e99

HTML with inline CSS

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

#d27e99 color code is use for CSS Border Color

CSS Border color for the above div is #d27e99

HTML with inline CSS

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

CSS Border Left color for the above div is #d27e99

HTML with inline CSS

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

CSS Border Right color for the above div is #d27e99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d27e99

HTML with inline CSS

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

CSS Border Top color for the above div is #d27e99

HTML with inline CSS

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

#d27e99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d27e99 Color code Preview on White Background

This is how #d27e99 Color code will look on white background color. Color contrast ratio is 2.92

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

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