crispedge.com

Color picker

Loading...

#df1cc7 hex color - Red - Warm color - Information

#df1cc7 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #df1cc7 Color code in RGB color code model is created after adding 87.45% red color, 10.98% green color and 78.04% blue color. Hex #df1cc7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 11% yellow and 13% black.

Hex #df1cc7 color code is between #dd22cc web safe hex color code and #ee11bb web safe hex color code. #dd22cc is the nearest web safe color code. You can see here many more shades of #df1cc7 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedf1cc7#df1cc7
RGB Decimal223, 28, 199rgb(223, 28, 199)
RGB Percent87%, 11%, 78%rgb(87%, 11%, 78%)
CSS RGBa223, 28, 199,1rgba(223,28,199,1)
CMYK Modelcmyk(0%,87%,11%,13%)
HSL Color Space307,78% ,49%hsl(307,78% ,49%)
HSV Color Space307°, 87%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110001110011000111
Octal33734307
Decimal22328199
Hexdf1cc7

Different shades of #df1cc7 color code.

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

Light Shade of #df1cc7
#e846d4
Dark Shade of #df1cc7
#b2169f
Saturated Shade of #df1cc7
#ec0fd0
Desaturated Shade of #df1cc7
#d229be
Grey scale Shade of #df1cc7
#7d7d7d
Brighten Shade
#f835e0
Most Readable Shade
#FFFFFF

Shades of #df1cc7 color code

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

#df1cc7
#c618b0
#ad159a
#941284
#7b0f6e
#630c58
#4a0942
#31062c
#180316
#000000

Similar Color like #df1cc7 color

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

#e01dc8
#e11ec9
#e21fca
#e320cb
#e421cc
#e522cd
#e623ce
#e724cf
#e825d0
#e926d1
#ea27d2
#eb28d3
#ec29d4
#ed2ad5
#de1bc6
#dd1ac5
#dc19c4
#db18c3
#da17c2
#d916c1
#d815c0
#d714bf
#d613be
#d512bd
#d411bc
#d310bb
#d20fba
#d10eb9

Monochromatic Color with #df1cc7

#df1cc7
#0a0109
#35072f
#5f0c55
#8a117b
#b417a1

Tints of #df1cc7 Color

#df1cc7
#e235cd
#e64ed3
#e967d9
#ed80df
#f09ae6
#f4b3ec
#f7ccf2
#fbe5f8
#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

#df1cc7
#1cdf34

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

Split Complementary

#df1cc7
#66df1c
#1cdf95

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

Analogous Color

#a91cdf
#d01cdf
#df1cc7
#df1ca0
#df1c79

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

#df1cc7
#c7df1c
#1cc7df

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

#df1cc7
#df951c
#1cdf34
#1c65df

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

#df1cc7
#1cdf34
#1cdf95
#df1c66

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

#df1cc7 Color Code Preview on Black Background Color

This is how #df1cc7 Color will look on black background color. Color contrast ratio is 5.13

#df1cc7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df1cc7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df1cc7

#df1cc7 color code is use for CSS Background Color

Background color for the above div is #df1cc7

HTML with inline CSS

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

#df1cc7 color code is use for CSS Border Color

CSS Border color for the above div is #df1cc7

HTML with inline CSS

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

CSS Border Left color for the above div is #df1cc7

HTML with inline CSS

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

CSS Border Right color for the above div is #df1cc7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df1cc7

HTML with inline CSS

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

CSS Border Top color for the above div is #df1cc7

HTML with inline CSS

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

#df1cc7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df1cc7 Color code Preview on White Background

This is how #df1cc7 Color code will look on white background color. Color contrast ratio is 4.09

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

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(223,28,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,223,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,28,199,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.