crispedge.com

Color picker

Loading...

#db4e66 hex color - Red - Warm color - Information

#db4e66 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #db4e66 Color code in RGB color code model is created after adding 85.88% red color, 30.59% green color and 40% blue color. Hex #db4e66 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 53% yellow and 14% black.

Hex #db4e66 color code is between #dd5555 web safe hex color code and #cc4477 web safe hex color code. #dd5555 is the nearest web safe color code. You can see here many more shades of #db4e66 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb4e66#db4e66
RGB Decimal219, 78, 102rgb(219, 78, 102)
RGB Percent86%, 31%, 40%rgb(86%, 31%, 40%)
CSS RGBa219, 78, 102,1rgba(219,78,102,1)
CMYK Modelcmyk(0%,64%,53%,14%)
HSL Color Space350,66% ,58%hsl(350,66% ,58%)
HSV Color Space350°, 64%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110100111001100110
Octal333116146
Decimal21978102
Hexdb4e66

Different shades of #db4e66 color code.

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

Light Shade of #db4e66
#e4788b
Dark Shade of #db4e66
#cc2a45
Saturated Shade of #db4e66
#e6435f
Desaturated Shade of #db4e66
#d0596d
Grey scale Shade of #db4e66
#949494
Brighten Shade
#f4677f
Most Readable Shade
#FFFFFF

Shades of #db4e66 color code

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

#db4e66
#c2455a
#aa3c4f
#923444
#792b38
#61222d
#491a22
#301116
#18080b
#000000

Similar Color like #db4e66 color

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

#dc4f67
#dd5068
#de5169
#df526a
#e0536b
#e1546c
#e2556d
#e3566e
#e4576f
#e55870
#e65971
#e75a72
#e85b73
#e95c74
#da4d65
#d94c64
#d84b63
#d74a62
#d64961
#d54860
#d4475f
#d3465e
#d2455d
#d1445c
#d0435b
#cf425a
#ce4159
#cd4058

Monochromatic Color with #db4e66

#db4e66
#060203
#311117
#5b212b
#86303e
#b03f52

Tints of #db4e66 Color

#db4e66
#df6177
#e37588
#e78999
#eb9caa
#efb0bb
#f3c4cc
#f7d7dd
#fbebee
#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

#db4e66
#4edbc3

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

Split Complementary

#db4e66
#4edb7c
#4eaddb

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

Analogous Color

#db4e9e
#db4e82
#db4e66
#db524e
#db6e4e

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

#db4e66
#66db4e
#4e66db

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

#db4e66
#acdb4e
#4edbc3
#7c4edb

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

#db4e66
#4edbc3
#4eaddb
#db7c4e

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

#db4e66 Color Code Preview on Black Background Color

This is how #db4e66 Color will look on black background color. Color contrast ratio is 5.29

#db4e66 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db4e66

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db4e66

#db4e66 color code is use for CSS Background Color

Background color for the above div is #db4e66

HTML with inline CSS

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

#db4e66 color code is use for CSS Border Color

CSS Border color for the above div is #db4e66

HTML with inline CSS

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

CSS Border Left color for the above div is #db4e66

HTML with inline CSS

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

CSS Border Right color for the above div is #db4e66

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db4e66

HTML with inline CSS

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

CSS Border Top color for the above div is #db4e66

HTML with inline CSS

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

#db4e66 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db4e66 Color code Preview on White Background

This is how #db4e66 Color code will look on white background color. Color contrast ratio is 3.97

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

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(219,78,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(78,219,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,78,102,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.