@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#d75caf hex color - Red - Warm color - Information

#d75caf hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d75caf Color code in RGB color code model is created after adding 84.31% red color, 36.08% green color and 68.63% blue color. Hex #d75caf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 19% yellow and 15.69% black.

Hex #d75caf color code is between #dd55aa web safe hex color code and #cc66bb web safe hex color code. #dd55aa is the nearest web safe color code. You can see here many more shades of #d75caf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d75caf #d75caf
RGB Decimal 215, 92, 175 rgb(215, 92, 175)
RGB Percent 84%, 36%, 69% rgb(84%, 36%, 69%)
CSS RGBa 215, 92, 175,1 rgba(215,92,175,1)
CMYK Model cmyk(0%,57%,19%,15.69%)
HSL Color Space 320,61% ,60% hsl(320,61% ,60%)
HSV Color Space 320°, 57%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010111 01011100 10101111
Octal 327 134 257
Decimal 215 92 175
Hex d7 5c af

Different shades of #d75caf color code.

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

Light Shade of #d75caf
#e185c3
Dark Shade of #d75caf
#cd339b
Saturated Shade of #d75caf
#e152b3
Desaturated Shade of #d75caf
#cd66ab
Grey scale Shade of #d75caf
#999999
Brighten Shade
#f075c8
Most Readable Shade
#000000

Shades of #d75caf color code

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

#d75caf
#bf519b
#a74788
#8f3d74
#773361
#5f284d
#471e3a
#2f1426
#170a13
#000000

Similar Color like #d75caf color

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

#d85db0
#d95eb1
#da5fb2
#db60b3
#dc61b4
#dd62b5
#de63b6
#df64b7
#e065b8
#e166b9
#e267ba
#e368bb
#e469bc
#e56abd
#d65bae
#d55aad
#d459ac
#d358ab
#d257aa
#d156a9
#d055a8
#cf54a7
#ce53a6
#cd52a5
#cc51a4
#cb50a3
#ca4fa2
#c94ea1

Monochromatic Color with #d75caf

#d75caf
#020102
#2d1325
#572547
#82386a
#ac4a8c

Tints of #d75caf Color

#d75caf
#db6eb7
#df80c0
#e492c9
#e8a4d2
#edb6db
#f1c8e4
#f6daed
#faecf6
#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

#d75caf
#5cd784

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

Split Complementary

#d75caf
#72d75c
#5cd7c2

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

Analogous Color

#ce5cd7
#d75cc8
#d75caf
#d75c96
#d75c7e

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

#d75caf
#afd75c
#5cafd7

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

#d75caf
#d7c15c
#5cd784
#5c71d7

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

#d75caf
#5cd784
#5cd7c2
#d75c72

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

#d75caf Color Code Preview on Black Background Color

This is how #d75caf Color will look on black background color. Color contrast ratio is 6.04

#d75caf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d75caf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d75caf

#d75caf color code is use for CSS Background Color

Background color for the above div is #d75caf

HTML with inline CSS

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

#d75caf color code is use for CSS Border Color

CSS Border color for the above div is #d75caf

HTML with inline CSS

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

CSS Border Left color for the above div is #d75caf

HTML with inline CSS

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

CSS Border Right color for the above div is #d75caf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d75caf

HTML with inline CSS

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

CSS Border Top color for the above div is #d75caf

HTML with inline CSS

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

#d75caf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d75caf Color code Preview on White Background

This is how #d75caf Color code will look on white background color. Color contrast ratio is 3.48

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

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