crispedge.com

Color picker

Loading...

#da1473 hex color - Red - Warm color - Information

#da1473 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #da1473 Color code in RGB color code model is created after adding 85.49% red color, 7.84% green color and 45.1% blue color. Hex #da1473 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 47% yellow and 15% black.

Hex #da1473 color code is between #dd1177 web safe hex color code and #cc2266 web safe hex color code. #dd1177 is the nearest web safe color code. You can see here many more shades of #da1473 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeda1473#da1473
RGB Decimal218, 20, 115rgb(218, 20, 115)
RGB Percent85%, 8%, 45%rgb(85%, 8%, 45%)
CSS RGBa218, 20, 115,1rgba(218,20,115,1)
CMYK Modelcmyk(0%,91%,47%,15%)
HSL Color Space331,83% ,47%hsl(331,83% ,47%)
HSV Color Space331°, 91%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100001010001110011
Octal33224163
Decimal21820115
Hexda1473

Different shades of #da1473 color code.

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

Light Shade of #da1473
#ec358d
Dark Shade of #da1473
#ab105a
Saturated Shade of #da1473
#e60873
Desaturated Shade of #da1473
#ce2073
Grey scale Shade of #da1473
#777777
Brighten Shade
#f32d8c
Most Readable Shade
#FFFFFF

Shades of #da1473 color code

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

#da1473
#c11166
#a90f59
#910d4c
#790b3f
#600833
#480626
#300419
#18020c
#000000

Similar Color like #da1473 color

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

#db1574
#dc1675
#dd1776
#de1877
#df1978
#e01a79
#e11b7a
#e21c7b
#e31d7c
#e41e7d
#e51f7e
#e6207f
#e72180
#e82281
#d91372
#d81271
#d71170
#d6106f
#d50f6e
#d40e6d
#d30d6c
#d20c6b
#d10b6a
#d00a69
#cf0968
#ce0867
#cd0766
#cc0665

Monochromatic Color with #da1473

#da1473
#050103
#300419
#5a0830
#850c46
#af105d

Tints of #da1473 Color

#da1473
#de2e82
#e24892
#e662a1
#ea7cb1
#ee96c0
#f2b0d0
#f6cadf
#fae4ef
#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

#da1473
#14da7b

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

Split Complementary

#da1473
#14da18
#14d6da

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

Analogous Color

#da14c2
#da149b
#da1473
#da144b
#da1424

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

#da1473
#73da14
#1473da

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

#da1473
#d6da14
#14da7b
#1814da

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

#da1473
#14da7b
#14d6da
#da1814

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

#da1473 Color Code Preview on Black Background Color

This is how #da1473 Color will look on black background color. Color contrast ratio is 4.33

#da1473 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da1473

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da1473

#da1473 color code is use for CSS Background Color

Background color for the above div is #da1473

HTML with inline CSS

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

#da1473 color code is use for CSS Border Color

CSS Border color for the above div is #da1473

HTML with inline CSS

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

CSS Border Left color for the above div is #da1473

HTML with inline CSS

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

CSS Border Right color for the above div is #da1473

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da1473

HTML with inline CSS

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

CSS Border Top color for the above div is #da1473

HTML with inline CSS

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

#da1473 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da1473 Color code Preview on White Background

This is how #da1473 Color code will look on white background color. Color contrast ratio is 4.85

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

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(218,20,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,218,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,20,115,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.