Skip to main content Skip to docs navigation

#db488f hex color | Download Dark Violet 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 Prunus Avium and its hex is #DD4492 Nearest Color Name

Color Hue/Base color: Violet

Hex #db488f Color code in RGB color code model is created after adding 85.88% red color, 28.24% green color and 56.08% blue color. Hex #db488f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 35% yellow and 14.12% black.

Hex #db488f color code is between #dd4488 web safe hex color code and #cc5599 web safe hex color code. #dd4488 is the nearest web safe color code. You can see here many more shades of #db488f color code.

RGB Chart

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

Color Table

Hex Color Code db488f #db488f
RGB Decimal 219, 72, 143 219, 72, 143
RGB Percent 86%, 28%, 56% rgb(86%, 28%, 56%)
CSS RGBa 219, 72, 143,1 rgba(219,72,143,1)
CMYK Model cmyk(0%,67%,35%,14.12%)
HSL Color Space 331,67% ,57% hsl(331,67% ,57%)
HSV Color Space 331°, 67%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01001000 10001111
Octal 333 110 217
Decimal 219 72 143
Hex db 48 8f

Different shades of #db488f color code.

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

Darkest of #db488f
#731743
Darker of #db488f
#9e1f5c
Dark of #db488f
#c92775
Base of #db488f
#db488f
Light of #db488f
#e373a9
Lighter
#ec9dc3
Lightest
#f4c8dd

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

#db488f
#48db94

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

Split Complementary

#db488f
#48db4b
#48d8db

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

Analogous Color

#d148db
#db48cc
#db488f
#db485e
#db6f48

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

#db488f
#488fdb
#8fdb48

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

#db488f
#8fdb48
#48db94
#9448db

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

#db488f
#d8db48
#48db94
#4b48db

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

#490e2b
#731743
#9e1f5c
#c92775
#db488f
#e373a9
#ec9dc3
#f4c8dd
#fdf2f7

Tints of #db488f Color

#db488f
#df5c9b
#e370a7
#e785b4
#eb99c0
#efadcd
#f3c2d9
#f7d6e6
#fbeaf2
#ffffff

Shades of #db488f color code

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

#db488f
#c2407f
#aa386f
#92305f
#79284f
#61203f
#49182f
#30101f
#18080f
#000000

Tones

#db488f
#c55e90
#af7490
#998a91
#929292

Tones

Similar Color like #db488f color

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

#dc4990
#dd4a91
#de4b92
#df4c93
#e04d94
#e14e95
#e24f96
#e35097
#e45198
#e55299
#e6539a
#e7549b
#e8559c
#e9569d
#da478e
#d9468d
#d8458c
#d7448b
#d6438a
#d54289
#d44188
#d34087
#d23f86
#d13e85
#d03d84
#cf3c83
#ce3b82
#cd3a81

Download this Dark Violet

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

#db488f Color Code Preview on Black Background Color

This is how #db488f Color will look on black background color. Color contrast ratio is 5.34

#db488f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db488f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db488f

#db488f color code is use for CSS Background Color

Background color for the above div is #db488f

HTML with inline CSS

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

#db488f color code is use for CSS Border Color

CSS Border color for the above div is #db488f

HTML with inline CSS

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

CSS Border Left color for the above div is #db488f

HTML with inline CSS

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

CSS Border Right color for the above div is #db488f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db488f

HTML with inline CSS

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

CSS Border Top color for the above div is #db488f

HTML with inline CSS

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

#db488f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db488f Color code Preview on White Background

This is how #db488f Color code will look on white background color. Color contrast ratio is 3.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 #db488f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #db488f; }

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