crispedge.com

#db456d hex color - Red - Warm color - Information

#db456d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #db456d Color code in RGB color code model is created after adding 85.88% red color, 27.06% green color and 42.75% blue color. Hex #db456d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 50% yellow and 14.12% black.

Hex #db456d color code is between #dd4466 web safe hex color code and #cc5577 web safe hex color code. #dd4466 is the nearest web safe color code. You can see here many more shades of #db456d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb456d#db456d
RGB Decimal219, 69, 109rgb(219, 69, 109)
RGB Percent86%, 27%, 43%rgb(86%, 27%, 43%)
CSS RGBa219, 69, 109,1rgba(219,69,109,1)
CMYK Modelcmyk(0%,68%,50%,14.12%)
HSL Color Space344,68% ,56%hsl(344,68% ,56%)
HSV Color Space344°, 68%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110100010101101101
Octal333105155
Decimal21969109
Hexdb456d

Different shades of #db456d color code.

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

Light Shade of #db456d
#e3708f
Dark Shade of #db456d
#c72651
Saturated Shade of #db456d
#e63a68
Desaturated Shade of #db456d
#d05072
Grey scale Shade of #db456d
#909090
Brighten Shade
#f45e86
Most Readable Shade
#FFFFFF

Shades of #db456d color code

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

#db456d
#c23d60
#aa3554
#922e48
#79263c
#611e30
#491724
#300f18
#18070c
#000000

Similar Color like #db456d color

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

#dc466e
#dd476f
#de4870
#df4971
#e04a72
#e14b73
#e24c74
#e34d75
#e44e76
#e54f77
#e65078
#e75179
#e8527a
#e9537b
#da446c
#d9436b
#d8426a
#d74169
#d64068
#d53f67
#d43e66
#d33d65
#d23c64
#d13b63
#d03a62
#cf3961
#ce3860
#cd375f

Monochromatic Color with #db456d

#db456d
#060203
#310f18
#5b1d2e
#862a43
#b03858

Tints of #db456d Color

#db456d
#df597d
#e36e8d
#e7839d
#eb97ad
#efacbe
#f3c1ce
#f7d5de
#fbeaee
#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

#db456d
#45dbb3

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

Split Complementary

#db456d
#45db68
#45b8db

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

Analogous Color

#db45a9
#db458b
#db456d
#db454f
#db5945

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

#db456d
#6ddb45
#456ddb

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

#db456d
#b8db45
#45dbb3
#6845db

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

#db456d
#45dbb3
#45b8db
#db6845

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

#db456d Color Code Preview on Black Background Color

This is how #db456d Color will look on black background color. Color contrast ratio is 5.08

#db456d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db456d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db456d

#db456d color code is use for CSS Background Color

Background color for the above div is #db456d

HTML with inline CSS

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

#db456d color code is use for CSS Border Color

CSS Border color for the above div is #db456d

HTML with inline CSS

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

CSS Border Left color for the above div is #db456d

HTML with inline CSS

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

CSS Border Right color for the above div is #db456d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db456d

HTML with inline CSS

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

CSS Border Top color for the above div is #db456d

HTML with inline CSS

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

#db456d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db456d Color code Preview on White Background

This is how #db456d Color code will look on white background color. Color contrast ratio is 4.13

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

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,69,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,219,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,69,109,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.