crispedge.com

Color picker

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

#da719f hex color - Red - Warm color - Information

#da719f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #da719f Color code in RGB color code model is created after adding 85.49% red color, 44.31% green color and 62.35% blue color. Hex #da719f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 27% yellow and 15% black.

Hex #da719f color code is between #dd7799 web safe hex color code and #cc66aa web safe hex color code. #dd7799 is the nearest web safe color code. You can see here many more shades of #da719f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeda719f#da719f
RGB Decimal218, 113, 159rgb(218, 113, 159)
RGB Percent85%, 44%, 62%rgb(85%, 44%, 62%)
CSS RGBa218, 113, 159,1rgba(218,113,159,1)
CMYK Modelcmyk(0%,48%,27%,15%)
HSL Color Space334,59% ,65%hsl(334,59% ,65%)
HSV Color Space334°, 48%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100111000110011111
Octal332161237
Decimal218113159
Hexda719f

Different shades of #da719f color code.

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

Light Shade of #da719f
#e599ba
Dark Shade of #da719f
#cf4984
Saturated Shade of #da719f
#e3689e
Desaturated Shade of #da719f
#d17aa0
Grey scale Shade of #da719f
#a5a5a5
Brighten Shade
#f38ab8
Most Readable Shade
#000000

Shades of #da719f color code

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

#da719f
#c1648d
#a9577b
#914b6a
#793e58
#603246
#482535
#301923
#180c11
#000000

Similar Color like #da719f color

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

#db72a0
#dc73a1
#dd74a2
#de75a3
#df76a4
#e077a5
#e178a6
#e279a7
#e37aa8
#e47ba9
#e57caa
#e67dab
#e77eac
#e87fad
#d9709e
#d86f9d
#d76e9c
#d66d9b
#d56c9a
#d46b99
#d36a98
#d26997
#d16896
#d06795
#cf6694
#ce6593
#cd6492
#cc6391

Monochromatic Color with #da719f

#da719f
#050304
#301923
#5a2f42
#854561
#af5b80

Tints of #da719f Color

#da719f
#de80a9
#e290b4
#e6a0bf
#eab0c9
#eebfd4
#f2cfdf
#f6dfe9
#faeff4
#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

#da719f
#71daac

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

Split Complementary

#da719f
#71da78
#71d3da

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

Analogous Color

#da71c9
#da71b4
#da719f
#da718a
#da7175

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

#da719f
#9fda71
#719fda

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

#da719f
#d3da71
#71daac
#7771da

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

#da719f
#71daac
#71d3da
#da7871

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

#da719f Color Code Preview on Black Background Color

This is how #da719f Color will look on black background color. Color contrast ratio is 6.84

#da719f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da719f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da719f

#da719f color code is use for CSS Background Color

Background color for the above div is #da719f

HTML with inline CSS

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

#da719f color code is use for CSS Border Color

CSS Border color for the above div is #da719f

HTML with inline CSS

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

CSS Border Left color for the above div is #da719f

HTML with inline CSS

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

CSS Border Right color for the above div is #da719f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da719f

HTML with inline CSS

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

CSS Border Top color for the above div is #da719f

HTML with inline CSS

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

#da719f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da719f Color code Preview on White Background

This is how #da719f Color code will look on white background color. Color contrast ratio is 3.07

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

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.