Skip to main content Skip to docs navigation

#df044b hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Cherry Velvet and its hex is #E10646 Nearest Color Name

Color Hue/Base color: Red

Hex #df044b Color code in RGB color code model is created after adding 87.45% red color, 1.57% green color and 29.41% blue color. Hex #df044b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 66% yellow and 12.55% black.

Hex #df044b color code is between #dd0044 web safe hex color code and #ee0055 web safe hex color code. #dd0044 is the nearest web safe color code. You can see here many more shades of #df044b color code.

RGB Chart

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

Color Table

Hex Color Code df044b #df044b
RGB Decimal 223, 4, 75 223, 4, 75
RGB Percent 87%, 2%, 29% rgb(87%, 2%, 29%)
CSS RGBa 223, 4, 75,1 rgba(223,4,75,1)
CMYK Model cmyk(0%,98%,66%,12.55%)
HSL Color Space 341,96% ,45% hsl(341,96% ,45%)
HSV Color Space 341°, 98%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011111 00000100 01001011
Octal 337 4 113
Decimal 223 4 75
Hex df 04 4b

Different shades of #df044b color code.

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

Darkest of #df044b
#490118
Darker of #df044b
#7b0229
Dark of #df044b
#ad033a
Base of #df044b
#df044b
Light of #df044b
#fb1b64
Lighter
#fc4d86
Lightest
#fd7fa8

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

#df044b
#04df98

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

Split Complementary

#df044b
#04df2b
#04b8df

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

Analogous Color

#df04cb
#df04a6
#df044b
#df0604
#df6104

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

#df044b
#044bdf
#4bdf04

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

#df044b
#4bdf04
#04df98
#9804df

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#df044b
#b8df04
#04df98
#2b04df

Square 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).

Monochromatic Color with #df044b

#170008
#490118
#7b0229
#ad033a
#df044b
#fb1b64
#fc4d86
#fd7fa8
#feb1ca

Tints of #df044b Color

#df044b
#e21f5f
#e63b73
#e95787
#ed739b
#f08faf
#f4abc3
#f7c7d7
#fbe3eb
#ffffff

Shades of #df044b color code

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

#df044b
#c60342
#ad033a
#940232
#7b0229
#630121
#4a0119
#310010
#180008
#000000

Tones

#df044b
#c81b53
#b2315b
#9b4863
#845f6b

Tones

Similar Color like #df044b color

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

#e0054c
#e1064d
#e2074e
#e3084f
#e40950
#e50a51
#e60b52
#e70c53
#e80d54
#e90e55
#ea0f56
#eb1057
#ec1158
#ed1259
#de034a
#dd0249
#dc0148
#db0047
#da0046
#d90045
#d80044
#d70043
#d60042
#d50041
#d40040
#d3003f
#d2003e
#d1003d

Download this Dark Red

Hex #df044b 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.

#df044b Color Code Preview on Black Background Color

This is how #df044b Color will look on black background color. Color contrast ratio is 4.26

#df044b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df044b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df044b

#df044b color code is use for CSS Background Color

Background color for the above div is #df044b

HTML with inline CSS

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

#df044b color code is use for CSS Border Color

CSS Border color for the above div is #df044b

HTML with inline CSS

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

CSS Border Left color for the above div is #df044b

HTML with inline CSS

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

CSS Border Right color for the above div is #df044b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df044b

HTML with inline CSS

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

CSS Border Top color for the above div is #df044b

HTML with inline CSS

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

#df044b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df044b Color code Preview on White Background

This is how #df044b Color code will look on white background color. Color contrast ratio is 4.93

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(223,4,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,223,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,4,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }