crispedge.com

Color picker

Loading...

#d44a88 hex color - Red - Warm color - Information

#d44a88 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d44a88 Color code in RGB color code model is created after adding 83.14% red color, 29.02% green color and 53.33% blue color. Hex #d44a88 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 36% yellow and 17% black.

Hex #d44a88 color code is between #cc4477 web safe hex color code and #dd5599 web safe hex color code. #cc4477 is the nearest web safe color code. You can see here many more shades of #d44a88 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded44a88#d44a88
RGB Decimal212, 74, 136rgb(212, 74, 136)
RGB Percent83%, 29%, 53%rgb(83%, 29%, 53%)
CSS RGBa212, 74, 136,1rgba(212,74,136,1)
CMYK Modelcmyk(0%,65%,36%,17%)
HSL Color Space333,62% ,56%hsl(333,62% ,56%)
HSV Color Space333°, 65%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101000100101010001000
Octal324112210
Decimal21274136
Hexd44a88

Different shades of #d44a88 color code.

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

Light Shade of #d44a88
#de73a3
Dark Shade of #d44a88
#be2d6e
Saturated Shade of #d44a88
#df3f87
Desaturated Shade of #d44a88
#c95589
Grey scale Shade of #d44a88
#8f8f8f
Brighten Shade
#ed63a1
Most Readable Shade
#FFFFFF

Shades of #d44a88 color code

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

#d44a88
#bc4178
#a43969
#8d315a
#75294b
#5e203c
#46182d
#2f101e
#17080f
#000000

Similar Color like #d44a88 color

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

#d54b89
#d64c8a
#d74d8b
#d84e8c
#d94f8d
#da508e
#db518f
#dc5290
#dd5391
#de5492
#df5593
#e05694
#e15795
#e25896
#d34987
#d24886
#d14785
#d04684
#cf4583
#ce4482
#cd4381
#cc4280
#cb417f
#ca407e
#c93f7d
#c83e7c
#c73d7b
#c63c7a

Monochromatic Color with #d44a88

#d44a88
#fe59a3
#2a0f1b
#541d36
#7f2c51
#a93b6d

Tints of #d44a88 Color

#d44a88
#d85e95
#dd72a2
#e286af
#e79abc
#ebaeca
#f0c2d7
#f5d6e4
#faeaf1
#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

#d44a88
#4ad496

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

Split Complementary

#d44a88
#4ad451
#4acdd4

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

Analogous Color

#d44abf
#d44aa4
#d44a88
#d44a6c
#d44a51

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

#d44a88
#88d44a
#4a88d4

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

#d44a88
#cdd44a
#4ad496
#514ad4

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

#d44a88
#4ad496
#4acdd4
#d4514a

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

#d44a88 Color Code Preview on Black Background Color

This is how #d44a88 Color will look on black background color. Color contrast ratio is 5.13

#d44a88 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d44a88

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d44a88

#d44a88 color code is use for CSS Background Color

Background color for the above div is #d44a88

HTML with inline CSS

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

#d44a88 color code is use for CSS Border Color

CSS Border color for the above div is #d44a88

HTML with inline CSS

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

CSS Border Left color for the above div is #d44a88

HTML with inline CSS

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

CSS Border Right color for the above div is #d44a88

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d44a88

HTML with inline CSS

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

CSS Border Top color for the above div is #d44a88

HTML with inline CSS

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

#d44a88 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d44a88 Color code Preview on White Background

This is how #d44a88 Color code will look on white background color. Color contrast ratio is 4.09

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

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(212,74,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,212,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,74,136,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.