crispedge.com

Color picker

Loading...

#de73ab hex color - Red - Warm color - Information

#de73ab hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #de73ab Color code in RGB color code model is created after adding 87.06% red color, 45.1% green color and 67.06% blue color. Hex #de73ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 23% yellow and 13% black.

Hex #de73ab color code is between #dd77aa web safe hex color code and #ee66bb web safe hex color code. #dd77aa is the nearest web safe color code. You can see here many more shades of #de73ab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codede73ab#de73ab
RGB Decimal222, 115, 171rgb(222, 115, 171)
RGB Percent87%, 45%, 67%rgb(87%, 45%, 67%)
CSS RGBa222, 115, 171,1rgba(222,115,171,1)
CMYK Modelcmyk(0%,48%,23%,13%)
HSL Color Space329,62% ,66%hsl(329,62% ,66%)
HSV Color Space329°, 48%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111100111001110101011
Octal336163253
Decimal222115171
Hexde73ab

Different shades of #de73ab color code.

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

Light Shade of #de73ab
#e89cc4
Dark Shade of #de73ab
#d44a92
Saturated Shade of #de73ab
#e76aab
Desaturated Shade of #de73ab
#d57cab
Grey scale Shade of #de73ab
#a8a8a8
Brighten Shade
#f78cc4
Most Readable Shade
#000000

Shades of #de73ab color code

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

#de73ab
#c56698
#ac5985
#944c72
#7b3f5f
#62334c
#4a2639
#311926
#180c13
#000000

Similar Color like #de73ab color

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

#df74ac
#e075ad
#e176ae
#e277af
#e378b0
#e479b1
#e57ab2
#e67bb3
#e77cb4
#e87db5
#e97eb6
#ea7fb7
#eb80b8
#ec81b9
#dd72aa
#dc71a9
#db70a8
#da6fa7
#d96ea6
#d86da5
#d76ca4
#d66ba3
#d56aa2
#d469a1
#d368a0
#d2679f
#d1669e
#d0659d

Monochromatic Color with #de73ab

#de73ab
#090507
#341b28
#5e3149
#89476a
#b35d8a

Tints of #de73ab Color

#de73ab
#e182b4
#e592bd
#e9a1c7
#ecb1d0
#f0c0d9
#f4d0e3
#f7dfec
#fbeff5
#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

#de73ab
#73dea6

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

Split Complementary

#de73ab
#75de73
#73dedb

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

Analogous Color

#de73d6
#de73c0
#de73ab
#de7396
#de7380

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

#de73ab
#abde73
#73abde

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

#de73ab
#dedb73
#73dea6
#7375de

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

#de73ab
#73dea6
#73dedc
#de7375

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

#de73ab Color Code Preview on Black Background Color

This is how #de73ab Color will look on black background color. Color contrast ratio is 7.15

#de73ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de73ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de73ab

#de73ab color code is use for CSS Background Color

Background color for the above div is #de73ab

HTML with inline CSS

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

#de73ab color code is use for CSS Border Color

CSS Border color for the above div is #de73ab

HTML with inline CSS

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

CSS Border Left color for the above div is #de73ab

HTML with inline CSS

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

CSS Border Right color for the above div is #de73ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de73ab

HTML with inline CSS

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

CSS Border Top color for the above div is #de73ab

HTML with inline CSS

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

#de73ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de73ab Color code Preview on White Background

This is how #de73ab Color code will look on white background color. Color contrast ratio is 2.94

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

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(222,115,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,222,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,115,171,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.