crispedge.com

Color picker

Loading...

#db159d hex color - Red - Warm color - Information

#db159d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #db159d Color code in RGB color code model is created after adding 85.88% red color, 8.24% green color and 61.57% blue color. Hex #db159d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 28% yellow and 14% black.

Hex #db159d color code is between #dd1199 web safe hex color code and #cc22aa web safe hex color code. #dd1199 is the nearest web safe color code. You can see here many more shades of #db159d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb159d#db159d
RGB Decimal219, 21, 157rgb(219, 21, 157)
RGB Percent86%, 8%, 62%rgb(86%, 8%, 62%)
CSS RGBa219, 21, 157,1rgba(219,21,157,1)
CMYK Modelcmyk(0%,90%,28%,14%)
HSL Color Space319,83% ,47%hsl(319,83% ,47%)
HSV Color Space319°, 90%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110001010110011101
Octal33325235
Decimal21921157
Hexdb159d

Different shades of #db159d color code.

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

Light Shade of #db159d
#ec37b3
Dark Shade of #db159d
#ac117c
Saturated Shade of #db159d
#e709a1
Desaturated Shade of #db159d
#cf2198
Grey scale Shade of #db159d
#787878
Brighten Shade
#f42eb6
Most Readable Shade
#FFFFFF

Shades of #db159d color code

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

#db159d
#c2128b
#aa107a
#920e68
#790b57
#610945
#490734
#300422
#180211
#000000

Similar Color like #db159d color

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

#dc169e
#dd179f
#de18a0
#df19a1
#e01aa2
#e11ba3
#e21ca4
#e31da5
#e41ea6
#e51fa7
#e620a8
#e721a9
#e822aa
#e923ab
#da149c
#d9139b
#d8129a
#d71199
#d61098
#d50f97
#d40e96
#d30d95
#d20c94
#d10b93
#d00a92
#cf0991
#ce0890
#cd078f

Monochromatic Color with #db159d

#db159d
#060105
#310523
#5b0942
#860d60
#b0117f

Tints of #db159d Color

#db159d
#df2fa7
#e349b2
#e763bd
#eb7dc8
#ef97d3
#f3b1de
#f7cbe9
#fbe5f4
#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

#db159d
#15db53

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

Split Complementary

#db159d
#3adb15
#15dbb6

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

Analogous Color

#ca15db
#db15c5
#db159d
#db1575
#db154e

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

#db159d
#9ddb15
#159ddb

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

#db159d
#dbb615
#15db53
#153adb

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

#db159d
#15db53
#15dbb6
#db153a

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

#db159d Color Code Preview on Black Background Color

This is how #db159d Color will look on black background color. Color contrast ratio is 4.61

#db159d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db159d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db159d

#db159d color code is use for CSS Background Color

Background color for the above div is #db159d

HTML with inline CSS

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

#db159d color code is use for CSS Border Color

CSS Border color for the above div is #db159d

HTML with inline CSS

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

CSS Border Left color for the above div is #db159d

HTML with inline CSS

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

CSS Border Right color for the above div is #db159d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db159d

HTML with inline CSS

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

CSS Border Top color for the above div is #db159d

HTML with inline CSS

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

#db159d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db159d Color code Preview on White Background

This is how #db159d Color code will look on white background color. Color contrast ratio is 4.56

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

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,21,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,219,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,21,157,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.