crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#da494c hex color - Red - Warm color - Information

#da494c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #da494c Color code in RGB color code model is created after adding 85.49% red color, 28.63% green color and 29.8% blue color. Hex #da494c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 65% yellow and 15% black.

Hex #da494c color code is between #dd4444 web safe hex color code and #cc5555 web safe hex color code. #dd4444 is the nearest web safe color code. You can see here many more shades of #da494c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeda494c#da494c
RGB Decimal218, 73, 76rgb(218, 73, 76)
RGB Percent85%, 29%, 30%rgb(85%, 29%, 30%)
CSS RGBa218, 73, 76,1rgba(218,73,76,1)
CMYK Modelcmyk(0%,67%,65%,15%)
HSL Color Space359,66% ,57%hsl(359,66% ,57%)
HSV Color Space359°, 67%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100100100101001100
Octal332111114
Decimal2187376
Hexda494c

Different shades of #da494c color code.

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

Light Shade of #da494c
#e37376
Dark Shade of #da494c
#c7292c
Saturated Shade of #da494c
#e53e41
Desaturated Shade of #da494c
#cf5456
Grey scale Shade of #da494c
#919191
Brighten Shade
#f36265
Most Readable Shade
#FFFFFF

Shades of #da494c color code

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

#da494c
#c14043
#a9383b
#913032
#79282a
#602021
#481819
#301010
#180808
#000000

Similar Color like #da494c color

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

#db4a4d
#dc4b4e
#dd4c4f
#de4d50
#df4e51
#e04f52
#e15053
#e25154
#e35255
#e45356
#e55457
#e65558
#e75659
#e8575a
#d9484b
#d8474a
#d74649
#d64548
#d54447
#d44346
#d34245
#d24144
#d14043
#d03f42
#cf3e41
#ce3d40
#cd3c3f
#cc3b3e

Monochromatic Color with #da494c

#da494c
#050202
#301011
#5a1e20
#852d2e
#af3b3d

Tints of #da494c Color

#da494c
#de5d5f
#e27173
#e68587
#ea999b
#eeaeaf
#f2c2c3
#f6d6d7
#faeaeb
#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

#da494c
#49dad7

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

Split Complementary

#da494c
#49da8e
#4995da

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

Analogous Color

#da4986
#da4969
#da494c
#da6349
#da8049

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

#da494c
#4cda49
#494cda

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

#da494c
#94da49
#49dad7
#8e49da

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

#da494c
#49dad7
#4995da
#da8e49

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

#da494c Color Code Preview on Black Background Color

This is how #da494c Color will look on black background color. Color contrast ratio is 5.04

#da494c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da494c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da494c

#da494c color code is use for CSS Background Color

Background color for the above div is #da494c

HTML with inline CSS

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

#da494c color code is use for CSS Border Color

CSS Border color for the above div is #da494c

HTML with inline CSS

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

CSS Border Left color for the above div is #da494c

HTML with inline CSS

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

CSS Border Right color for the above div is #da494c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da494c

HTML with inline CSS

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

CSS Border Top color for the above div is #da494c

HTML with inline CSS

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

#da494c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da494c Color code Preview on White Background

This is how #da494c Color code will look on white background color. Color contrast ratio is 4.17

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.