crispedge.com

Color picker

Loading...

#dd84a2 hex color - Red - Warm color - Information

#dd84a2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd84a2 Color code in RGB color code model is created after adding 86.67% red color, 51.76% green color and 63.53% blue color. Hex #dd84a2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 27% yellow and 13% black.

Hex #dd84a2 color code is between #cc88aa web safe hex color code and #ee7799 web safe hex color code. #cc88aa is the nearest web safe color code. You can see here many more shades of #dd84a2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd84a2#dd84a2
RGB Decimal221, 132, 162rgb(221, 132, 162)
RGB Percent87%, 52%, 64%rgb(87%, 52%, 64%)
CSS RGBa221, 132, 162,1rgba(221,132,162,1)
CMYK Modelcmyk(0%,40%,27%,13%)
HSL Color Space340,57% ,69%hsl(340,57% ,69%)
HSV Color Space340°, 40%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011000010010100010
Octal335204242
Decimal221132162
Hexdd84a2

Different shades of #dd84a2 color code.

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

Light Shade of #dd84a2
#e8acc0
Dark Shade of #dd84a2
#d25c84
Saturated Shade of #dd84a2
#e57c9f
Desaturated Shade of #dd84a2
#d58ca5
Grey scale Shade of #dd84a2
#b0b0b0
Brighten Shade
#f69dbb
Most Readable Shade
#000000

Shades of #dd84a2 color code

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

#dd84a2
#c47590
#ab667e
#93586c
#7a495a
#623a48
#492c36
#311d24
#180e12
#000000

Similar Color like #dd84a2 color

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

#de85a3
#df86a4
#e087a5
#e188a6
#e289a7
#e38aa8
#e48ba9
#e58caa
#e68dab
#e78eac
#e88fad
#e990ae
#ea91af
#eb92b0
#dc83a1
#db82a0
#da819f
#d9809e
#d87f9d
#d77e9c
#d67d9b
#d57c9a
#d47b99
#d37a98
#d27997
#d17896
#d07795
#cf7694

Monochromatic Color with #dd84a2

#dd84a2
#080506
#331e25
#5d3845
#885164
#b36b83

Tints of #dd84a2 Color

#dd84a2
#e091ac
#e49fb6
#e8adc1
#ecbacb
#efc8d5
#f3d6e0
#f7e3ea
#fbf1f4
#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

#dd84a2
#84ddbf

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

Split Complementary

#dd84a2
#84dd93
#84cfdd

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

Analogous Color

#dd84c6
#dd84b4
#dd84a2
#dd8490
#dd8a84

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

#dd84a2
#a2dd84
#84a2dd

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

#dd84a2
#cedd84
#84ddbf
#9284dd

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

#dd84a2
#84ddbf
#84cfdd
#dd9384

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

#dd84a2 Color Code Preview on Black Background Color

This is how #dd84a2 Color will look on black background color. Color contrast ratio is 7.90

#dd84a2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd84a2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd84a2

#dd84a2 color code is use for CSS Background Color

Background color for the above div is #dd84a2

HTML with inline CSS

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

#dd84a2 color code is use for CSS Border Color

CSS Border color for the above div is #dd84a2

HTML with inline CSS

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

CSS Border Left color for the above div is #dd84a2

HTML with inline CSS

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

CSS Border Right color for the above div is #dd84a2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd84a2

HTML with inline CSS

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

CSS Border Top color for the above div is #dd84a2

HTML with inline CSS

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

#dd84a2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd84a2 Color code Preview on White Background

This is how #dd84a2 Color code will look on white background color. Color contrast ratio is 2.66

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

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(221,132,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,221,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,132,162,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.