Skip to main content Skip to docs navigation

#db0790 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 The Art of Seduction and its hex is #DD0088 Nearest Color Name

Color Hue/Base color: Red

Hex #db0790 Color code in RGB color code model is created after adding 85.88% red color, 2.75% green color and 56.47% blue color. Hex #db0790 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 34% yellow and 14.12% black.

Hex #db0790 color code is between #dd0088 web safe hex color code and #cc0099 web safe hex color code. #dd0088 is the nearest web safe color code. You can see here many more shades of #db0790 color code.

RGB Chart

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

Color Table

Hex Color Code db0790 #db0790
RGB Decimal 219, 7, 144 219, 7, 144
RGB Percent 86%, 3%, 56% rgb(86%, 3%, 56%)
CSS RGBa 219, 7, 144,1 rgba(219,7,144,1)
CMYK Model cmyk(0%,97%,34%,14.12%)
HSL Color Space 321,94% ,44% hsl(321,94% ,44%)
HSV Color Space 321°, 97%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00000111 10010000
Octal 333 7 220
Decimal 219 7 144
Hex db 07 90

Different shades of #db0790 color code.

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

Darkest of #db0790
#47022e
Darker of #db0790
#78044f
Dark of #db0790
#aa056f
Base of #db0790
#db0790
Light of #db0790
#f81daa
Lighter
#f94fbd
Lightest
#fb80cf

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

#db0790
#07db52

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

Split Complementary

#db0790
#26db07
#07dbbc

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

Analogous Color

#aa07db
#ce07db
#db0790
#db0749
#db1d07

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

#db0790
#0790db
#90db07

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

#db0790
#90db07
#07db52
#5207db

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

#db0790
#dbbc07
#07db52
#0726db

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 #db0790

#15010e
#47022e
#78044f
#aa056f
#db0790
#f81daa
#f94fbd
#fb80cf
#fdb1e2

Tints of #db0790 Color

#db0790
#df229c
#e33ea8
#e759b5
#eb75c1
#ef90cd
#f3acda
#f7c7e6
#fbe3f2
#ffffff

Shades of #db0790 color code

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

#db0790
#c20680
#aa0570
#920460
#790350
#610340
#490230
#300120
#180010
#000000

Tones

#db0790
#c41e89
#ae3483
#974b7c
#816176

Tones

Similar Color like #db0790 color

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

#dc0891
#dd0992
#de0a93
#df0b94
#e00c95
#e10d96
#e20e97
#e30f98
#e41099
#e5119a
#e6129b
#e7139c
#e8149d
#e9159e
#da068f
#d9058e
#d8048d
#d7038c
#d6028b
#d5018a
#d40089
#d30088
#d20087
#d10086
#d00085
#cf0084
#ce0083
#cd0082

Download this Dark Red

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

#db0790 Color Code Preview on Black Background Color

This is how #db0790 Color will look on black background color. Color contrast ratio is 4.45

#db0790 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db0790

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db0790

#db0790 color code is use for CSS Background Color

Background color for the above div is #db0790

HTML with inline CSS

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

#db0790 color code is use for CSS Border Color

CSS Border color for the above div is #db0790

HTML with inline CSS

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

CSS Border Left color for the above div is #db0790

HTML with inline CSS

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

CSS Border Right color for the above div is #db0790

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db0790

HTML with inline CSS

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

CSS Border Top color for the above div is #db0790

HTML with inline CSS

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

#db0790 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db0790 Color code Preview on White Background

This is how #db0790 Color code will look on white background color. Color contrast ratio is 4.72

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

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(219,7,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,219,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,7,144,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }