crispedge.com

Color picker

Loading...

#d04b66 hex color - Red - Warm color - Information

#d04b66 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d04b66 Color code in RGB color code model is created after adding 81.57% red color, 29.41% green color and 40% blue color. Hex #d04b66 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 51% yellow and 18% black.

Hex #d04b66 color code is between #cc4455 web safe hex color code and #dd5577 web safe hex color code. #cc4455 is the nearest web safe color code. You can see here many more shades of #d04b66 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded04b66#d04b66
RGB Decimal208, 75, 102rgb(208, 75, 102)
RGB Percent82%, 29%, 40%rgb(82%, 29%, 40%)
CSS RGBa208, 75, 102,1rgba(208,75,102,1)
CMYK Modelcmyk(0%,64%,51%,18%)
HSL Color Space348,59% ,55%hsl(348,59% ,55%)
HSV Color Space348°, 64%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000100101101100110
Octal320113146
Decimal20875102
Hexd04b66

Different shades of #d04b66 color code.

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

Light Shade of #d04b66
#db7388
Dark Shade of #d04b66
#b8304c
Saturated Shade of #d04b66
#db405f
Desaturated Shade of #d04b66
#c5566d
Grey scale Shade of #d04b66
#8d8d8d
Brighten Shade
#e9647f
Most Readable Shade
#FFFFFF

Shades of #d04b66 color code

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

#d04b66
#b8425a
#a13a4f
#8a3244
#732938
#5c212d
#451922
#2e1016
#17080b
#000000

Similar Color like #d04b66 color

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

#d14c67
#d24d68
#d34e69
#d44f6a
#d5506b
#d6516c
#d7526d
#d8536e
#d9546f
#da5570
#db5671
#dc5772
#dd5873
#de5974
#cf4a65
#ce4964
#cd4863
#cc4762
#cb4661
#ca4560
#c9445f
#c8435e
#c7425d
#c6415c
#c5405b
#c43f5a
#c33e59
#c23d58

Monochromatic Color with #d04b66

#d04b66
#fa5a7b
#260e13
#501d27
#7b2c3c
#a53c51

Tints of #d04b66 Color

#d04b66
#d55f77
#da7388
#df8799
#e49baa
#eaafbb
#efc3cc
#f4d7dd
#f9ebee
#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

#d04b66
#4bd0b5

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

Split Complementary

#d04b66
#4bd073
#4ba8d0

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

Analogous Color

#d04b9b
#d04b81
#d04b66
#d04b4b
#d0654b

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

#d04b66
#66d04b
#4b66d0

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

#d04b66
#a8d04b
#4bd0b5
#724bd0

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

#d04b66
#4bd0b5
#4ba8d0
#d0734b

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

#d04b66 Color Code Preview on Black Background Color

This is how #d04b66 Color will look on black background color. Color contrast ratio is 4.88

#d04b66 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d04b66

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d04b66

#d04b66 color code is use for CSS Background Color

Background color for the above div is #d04b66

HTML with inline CSS

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

#d04b66 color code is use for CSS Border Color

CSS Border color for the above div is #d04b66

HTML with inline CSS

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

CSS Border Left color for the above div is #d04b66

HTML with inline CSS

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

CSS Border Right color for the above div is #d04b66

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d04b66

HTML with inline CSS

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

CSS Border Top color for the above div is #d04b66

HTML with inline CSS

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

#d04b66 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d04b66 Color code Preview on White Background

This is how #d04b66 Color code will look on white background color. Color contrast ratio is 4.30

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

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(208,75,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,208,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,75,102,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.