crispedge.com

Color picker

Loading...

#d77f97 hex color - Red - Warm color - Information

#d77f97 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d77f97 Color code in RGB color code model is created after adding 84.31% red color, 49.8% green color and 59.22% blue color. Hex #d77f97 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 30% yellow and 16% black.

Hex #d77f97 color code is between #dd7799 web safe hex color code and #cc8888 web safe hex color code. #dd7799 is the nearest web safe color code. You can see here many more shades of #d77f97 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded77f97#d77f97
RGB Decimal215, 127, 151rgb(215, 127, 151)
RGB Percent84%, 50%, 59%rgb(84%, 50%, 59%)
CSS RGBa215, 127, 151,1rgba(215,127,151,1)
CMYK Modelcmyk(0%,41%,30%,16%)
HSL Color Space344,52% ,67%hsl(344,52% ,67%)
HSV Color Space344°, 41%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101110111111110010111
Octal327177227
Decimal215127151
Hexd77f97

Different shades of #d77f97 color code.

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

Light Shade of #d77f97
#e3a6b7
Dark Shade of #d77f97
#cb5877
Saturated Shade of #d77f97
#df7793
Desaturated Shade of #d77f97
#cf879b
Grey scale Shade of #d77f97
#ababab
Brighten Shade
#f098b0
Most Readable Shade
#000000

Shades of #d77f97 color code

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

#d77f97
#bf7086
#a76275
#8f5464
#774653
#5f3843
#472a32
#2f1c21
#170e10
#000000

Similar Color like #d77f97 color

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

#d88098
#d98199
#da829a
#db839b
#dc849c
#dd859d
#de869e
#df879f
#e088a0
#e189a1
#e28aa2
#e38ba3
#e48ca4
#e58da5
#d67e96
#d57d95
#d47c94
#d37b93
#d27a92
#d17991
#d07890
#cf778f
#ce768e
#cd758d
#cc748c
#cb738b
#ca728a
#c97189

Monochromatic Color with #d77f97

#d77f97
#020102
#2d1b20
#57343d
#824d5b
#ac6679

Tints of #d77f97 Color

#d77f97
#db8da2
#df9bae
#e4a9b9
#e8b7c5
#edc6d0
#f1d4dc
#f6e2e7
#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

#d77f97
#7fd7bf

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

Split Complementary

#d77f97
#7fd793
#7fc3d7

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

Analogous Color

#d77fba
#d77fa9
#d77f97
#d77f85
#d78a7f

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

#d77f97
#97d77f
#7f97d7

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

#d77f97
#c3d77f
#7fd7bf
#937fd7

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

#d77f97
#7fd7bf
#7fc3d7
#d7937f

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

#d77f97 Color Code Preview on Black Background Color

This is how #d77f97 Color will look on black background color. Color contrast ratio is 7.37

#d77f97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d77f97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d77f97

#d77f97 color code is use for CSS Background Color

Background color for the above div is #d77f97

HTML with inline CSS

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

#d77f97 color code is use for CSS Border Color

CSS Border color for the above div is #d77f97

HTML with inline CSS

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

CSS Border Left color for the above div is #d77f97

HTML with inline CSS

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

CSS Border Right color for the above div is #d77f97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d77f97

HTML with inline CSS

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

CSS Border Top color for the above div is #d77f97

HTML with inline CSS

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

#d77f97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d77f97 Color code Preview on White Background

This is how #d77f97 Color code will look on white background color. Color contrast ratio is 2.85

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

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