crispedge.com

Color picker

Loading...

#d95388 hex color - Red - Warm color - Information

#d95388 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d95388 Color code in RGB color code model is created after adding 85.1% red color, 32.55% green color and 53.33% blue color. Hex #d95388 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 37% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded95388#d95388
RGB Decimal217, 83, 136rgb(217, 83, 136)
RGB Percent85%, 33%, 53%rgb(85%, 33%, 53%)
CSS RGBa217, 83, 136,1rgba(217,83,136,1)
CMYK Modelcmyk(0%,62%,37%,15%)
HSL Color Space336,64% ,59%hsl(336,64% ,59%)
HSV Color Space336°, 62%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010101001110001000
Octal331123210
Decimal21783136
Hexd95388

Different shades of #d95388 color code.

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

Light Shade of #d95388
#e27da5
Dark Shade of #d95388
#cc2d6c
Saturated Shade of #d95388
#e34886
Desaturated Shade of #d95388
#ce5d8a
Grey scale Shade of #d95388
#969696
Brighten Shade
#f26ca1
Most Readable Shade
#FFFFFF

Shades of #d95388 color code

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

#d95388
#c04978
#a84069
#90375a
#782e4b
#60243c
#481b2d
#30121e
#18090f
#000000

Similar Color like #d95388 color

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

#da5489
#db558a
#dc568b
#dd578c
#de588d
#df598e
#e05a8f
#e15b90
#e25c91
#e35d92
#e45e93
#e55f94
#e66095
#e76196
#d85287
#d75186
#d65085
#d54f84
#d44e83
#d34d82
#d24c81
#d14b80
#d04a7f
#cf497e
#ce487d
#cd477c
#cc467b
#cb457a

Monochromatic Color with #d95388

#d95388
#040203
#2f121d
#592238
#843253
#ae436d

Tints of #d95388 Color

#d95388
#dd6695
#e179a2
#e58caf
#e99fbc
#eeb2ca
#f2c5d7
#f6d8e4
#faebf1
#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

#d95388
#53d9a4

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

Split Complementary

#d95388
#53d961
#53cbd9

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

Analogous Color

#d953be
#d953a3
#d95388
#d9536d
#d95453

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

#d95388
#88d953
#5388d9

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

#d95388
#cbd953
#53d9a4
#6153d9

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

#d95388
#53d9a4
#53cbd9
#d96153

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

#d95388 Color Code Preview on Black Background Color

This is how #d95388 Color will look on black background color. Color contrast ratio is 5.54

#d95388 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d95388

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d95388

#d95388 color code is use for CSS Background Color

Background color for the above div is #d95388

HTML with inline CSS

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

#d95388 color code is use for CSS Border Color

CSS Border color for the above div is #d95388

HTML with inline CSS

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

CSS Border Left color for the above div is #d95388

HTML with inline CSS

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

CSS Border Right color for the above div is #d95388

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d95388

HTML with inline CSS

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

CSS Border Top color for the above div is #d95388

HTML with inline CSS

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

#d95388 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d95388 Color code Preview on White Background

This is how #d95388 Color code will look on white background color. Color contrast ratio is 3.79

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

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(217,83,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,217,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,83,136,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.