crispedge.com

Color picker

Loading...

#df5fb5 hex color - Red - Warm color - Information

#df5fb5 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #df5fb5 Color code in RGB color code model is created after adding 87.45% red color, 37.25% green color and 70.98% blue color. Hex #df5fb5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 19% yellow and 13% black.

Hex #df5fb5 color code is between #dd66bb web safe hex color code and #ee55aa web safe hex color code. #dd66bb is the nearest web safe color code. You can see here many more shades of #df5fb5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedf5fb5#df5fb5
RGB Decimal223, 95, 181rgb(223, 95, 181)
RGB Percent87%, 37%, 71%rgb(87%, 37%, 71%)
CSS RGBa223, 95, 181,1rgba(223,95,181,1)
CMYK Modelcmyk(0%,57%,19%,13%)
HSL Color Space320,67% ,62%hsl(320,67% ,62%)
HSV Color Space320°, 57%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110101111110110101
Octal337137265
Decimal22395181
Hexdf5fb5

Different shades of #df5fb5 color code.

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

Light Shade of #df5fb5
#e789c9
Dark Shade of #df5fb5
#d634a1
Saturated Shade of #df5fb5
#e955b8
Desaturated Shade of #df5fb5
#d569b2
Grey scale Shade of #df5fb5
#9f9f9f
Brighten Shade
#f878ce
Most Readable Shade
#000000

Shades of #df5fb5 color code

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

#df5fb5
#c654a0
#ad498c
#943f78
#7b3464
#632a50
#4a1f3c
#311528
#180a14
#000000

Similar Color like #df5fb5 color

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

#e060b6
#e161b7
#e262b8
#e363b9
#e464ba
#e565bb
#e666bc
#e767bd
#e868be
#e969bf
#ea6ac0
#eb6bc1
#ec6cc2
#ed6dc3
#de5eb4
#dd5db3
#dc5cb2
#db5bb1
#da5ab0
#d959af
#d858ae
#d757ad
#d656ac
#d555ab
#d454aa
#d353a9
#d252a8
#d151a7

Monochromatic Color with #df5fb5

#df5fb5
#0a0409
#35172b
#5f294e
#8a3b70
#b44d93

Tints of #df5fb5 Color

#df5fb5
#e270bd
#e682c5
#e994cd
#eda6d5
#f0b7de
#f4c9e6
#f7dbee
#fbedf6
#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

#df5fb5
#5fdf89

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

Split Complementary

#df5fb5
#75df5f
#5fdfc9

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

Analogous Color

#d65fdf
#df5fcf
#df5fb5
#df5f9b
#df5f82

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

#df5fb5
#b5df5f
#5fb5df

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

#df5fb5
#dfc95f
#5fdf89
#5f75df

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

#df5fb5
#5fdf89
#5fdfc9
#df5f75

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

#df5fb5 Color Code Preview on Black Background Color

This is how #df5fb5 Color will look on black background color. Color contrast ratio is 6.44

#df5fb5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5fb5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5fb5

#df5fb5 color code is use for CSS Background Color

Background color for the above div is #df5fb5

HTML with inline CSS

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

#df5fb5 color code is use for CSS Border Color

CSS Border color for the above div is #df5fb5

HTML with inline CSS

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

CSS Border Left color for the above div is #df5fb5

HTML with inline CSS

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

CSS Border Right color for the above div is #df5fb5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df5fb5

HTML with inline CSS

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

CSS Border Top color for the above div is #df5fb5

HTML with inline CSS

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

#df5fb5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df5fb5 Color code Preview on White Background

This is how #df5fb5 Color code will look on white background color. Color contrast ratio is 3.26

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

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,95,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,223,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,95,181,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.