crispedge.com

Color picker

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

#d94b5c hex color - Red - Warm color - Information

#d94b5c hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d94b5c Color code in RGB color code model is created after adding 85.1% red color, 29.41% green color and 36.08% blue color. Hex #d94b5c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 58% yellow and 15% black.

Hex #d94b5c color code is between #dd4455 web safe hex color code and #cc5566 web safe hex color code. #dd4455 is the nearest web safe color code. You can see here many more shades of #d94b5c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded94b5c#d94b5c
RGB Decimal217, 75, 92rgb(217, 75, 92)
RGB Percent85%, 29%, 36%rgb(85%, 29%, 36%)
CSS RGBa217, 75, 92,1rgba(217,75,92,1)
CMYK Modelcmyk(0%,65%,58%,15%)
HSL Color Space353,65% ,57%hsl(353,65% ,57%)
HSV Color Space353°, 65%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010100101101011100
Octal331113134
Decimal2177592
Hexd94b5c

Different shades of #d94b5c color code.

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

Light Shade of #d94b5c
#e27582
Dark Shade of #d94b5c
#c72a3d
Saturated Shade of #d94b5c
#e44054
Desaturated Shade of #d94b5c
#ce5664
Grey scale Shade of #d94b5c
#929292
Brighten Shade
#f26475
Most Readable Shade
#FFFFFF

Shades of #d94b5c color code

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

#d94b5c
#c04251
#a83a47
#90323d
#782933
#602128
#48191e
#301014
#18080a
#000000

Similar Color like #d94b5c color

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

#da4c5d
#db4d5e
#dc4e5f
#dd4f60
#de5061
#df5162
#e05263
#e15364
#e25465
#e35566
#e45667
#e55768
#e65869
#e7596a
#d84a5b
#d7495a
#d64859
#d54758
#d44657
#d34556
#d24455
#d14354
#d04253
#cf4152
#ce4051
#cd3f50
#cc3e4f
#cb3d4e

Monochromatic Color with #d94b5c

#d94b5c
#040202
#2f1014
#591f26
#842e38
#ae3c4a

Tints of #d94b5c Color

#d94b5c
#dd5f6e
#e17380
#e58792
#e99ba4
#eeafb6
#f2c3c8
#f6d7da
#faebec
#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

#d94b5c
#4bd9c8

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

Split Complementary

#d94b5c
#4bd981
#4ba3d9

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

Analogous Color

#d94b95
#d94b78
#d94b5c
#d9564b
#d9734b

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

#d94b5c
#5cd94b
#4b5cd9

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

#d94b5c
#a3d94b
#4bd9c8
#814bd9

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

#d94b5c
#4bd9c8
#4ba3d9
#d9814b

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

#d94b5c Color Code Preview on Black Background Color

This is how #d94b5c Color will look on black background color. Color contrast ratio is 5.11

#d94b5c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d94b5c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d94b5c

#d94b5c color code is use for CSS Background Color

Background color for the above div is #d94b5c

HTML with inline CSS

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

#d94b5c color code is use for CSS Border Color

CSS Border color for the above div is #d94b5c

HTML with inline CSS

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

CSS Border Left color for the above div is #d94b5c

HTML with inline CSS

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

CSS Border Right color for the above div is #d94b5c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d94b5c

HTML with inline CSS

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

CSS Border Top color for the above div is #d94b5c

HTML with inline CSS

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

#d94b5c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d94b5c Color code Preview on White Background

This is how #d94b5c Color code will look on white background color. Color contrast ratio is 4.11

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

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.