crispedge.com

Color picker

Loading...

#db50ac hex color - Red - Warm color - Information

#db50ac hex color - Red - Warm color

Color Hue/Base color: Red

Hex #db50ac Color code in RGB color code model is created after adding 85.88% red color, 31.37% green color and 67.45% blue color. Hex #db50ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 21% yellow and 14% black.

Hex #db50ac color code is between #dd55aa web safe hex color code and #cc44bb web safe hex color code. #dd55aa is the nearest web safe color code. You can see here many more shades of #db50ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb50ac#db50ac
RGB Decimal219, 80, 172rgb(219, 80, 172)
RGB Percent86%, 31%, 67%rgb(86%, 31%, 67%)
CSS RGBa219, 80, 172,1rgba(219,80,172,1)
CMYK Modelcmyk(0%,63%,21%,14%)
HSL Color Space320,66% ,59%hsl(320,66% ,59%)
HSV Color Space320°, 63%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110101000010101100
Octal333120254
Decimal21980172
Hexdb50ac

Different shades of #db50ac color code.

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

Light Shade of #db50ac
#e47ac0
Dark Shade of #db50ac
#ce2a96
Saturated Shade of #db50ac
#e645af
Desaturated Shade of #db50ac
#d05ba9
Grey scale Shade of #db50ac
#959595
Brighten Shade
#f469c5
Most Readable Shade
#FFFFFF

Shades of #db50ac color code

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

#db50ac
#c24798
#aa3e85
#923572
#792c5f
#61234c
#491a39
#301126
#180813
#000000

Similar Color like #db50ac color

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

#dc51ad
#dd52ae
#de53af
#df54b0
#e055b1
#e156b2
#e257b3
#e358b4
#e459b5
#e55ab6
#e65bb7
#e75cb8
#e85db9
#e95eba
#da4fab
#d94eaa
#d84da9
#d74ca8
#d64ba7
#d54aa6
#d449a5
#d348a4
#d247a3
#d146a2
#d045a1
#cf44a0
#ce439f
#cd429e

Monochromatic Color with #db50ac

#db50ac
#060205
#311226
#5b2148
#863169
#b0408b

Tints of #db50ac Color

#db50ac
#df63b5
#e376be
#e78ac7
#eb9dd0
#efb1da
#f3c4e3
#f7d8ec
#fbebf5
#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

#db50ac
#50db7f

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

Split Complementary

#db50ac
#66db50
#50dbc5

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

Analogous Color

#d250db
#db50c8
#db50ac
#db5090
#db5074

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

#db50ac
#acdb50
#50acdb

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

#db50ac
#dbc450
#50db7f
#5066db

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

#db50ac
#50db7f
#50dbc5
#db5066

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

#db50ac Color Code Preview on Black Background Color

This is how #db50ac Color will look on black background color. Color contrast ratio is 5.76

#db50ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db50ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db50ac

#db50ac color code is use for CSS Background Color

Background color for the above div is #db50ac

HTML with inline CSS

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

#db50ac color code is use for CSS Border Color

CSS Border color for the above div is #db50ac

HTML with inline CSS

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

CSS Border Left color for the above div is #db50ac

HTML with inline CSS

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

CSS Border Right color for the above div is #db50ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db50ac

HTML with inline CSS

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

CSS Border Top color for the above div is #db50ac

HTML with inline CSS

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

#db50ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db50ac Color code Preview on White Background

This is how #db50ac Color code will look on white background color. Color contrast ratio is 3.65

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

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