@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#d9147d hex color - Red - Warm color - Information

#d9147d hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #d9147d Color code in RGB color code model is created after adding 85.1% red color, 7.84% green color and 49.02% blue color. Hex #d9147d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 42% yellow and 14.9% black.

Hex #d9147d color code is between #dd1177 web safe hex color code and #cc2288 web safe hex color code. #dd1177 is the nearest web safe color code. You can see here many more shades of #d9147d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d9147d #d9147d
RGB Decimal 217, 20, 125 rgb(217, 20, 125)
RGB Percent 85%, 8%, 49% rgb(85%, 8%, 49%)
CSS RGBa 217, 20, 125,1 rgba(217,20,125,1)
CMYK Model cmyk(0%,91%,42%,14.9%)
HSL Color Space 328,83% ,46% hsl(328,83% ,46%)
HSV Color Space 328°, 91%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011001 00010100 01111101
Octal 331 24 175
Decimal 217 20 125
Hex d9 14 7d

Different shades of #d9147d color code.

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

Light Shade of #d9147d
#ec3496
Dark Shade of #d9147d
#aa1062
Saturated Shade of #d9147d
#e5087e
Desaturated Shade of #d9147d
#cd207c
Grey scale Shade of #d9147d
#767676
Brighten Shade
#f22d96
Most Readable Shade
#FFFFFF

Shades of #d9147d color code

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

#d9147d
#c0116f
#a80f61
#900d53
#780b45
#600837
#480629
#30041b
#18020d
#000000

Similar Color like #d9147d color

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

#da157e
#db167f
#dc1780
#dd1881
#de1982
#df1a83
#e01b84
#e11c85
#e21d86
#e31e87
#e41f88
#e52089
#e6218a
#e7228b
#d8137c
#d7127b
#d6117a
#d51079
#d40f78
#d30e77
#d20d76
#d10c75
#d00b74
#cf0a73
#ce0972
#cd0871
#cc0770
#cb066f

Monochromatic Color with #d9147d

#d9147d
#040003
#2f041b
#590834
#840c4c
#ae1065

Tints of #d9147d Color

#d9147d
#dd2e8b
#e14899
#e562a8
#e97cb6
#ee96c5
#f2b0d3
#f6cae2
#fae4f0
#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

#d9147d
#14d970

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

Split Complementary

#d9147d
#1ad914
#14d9d3

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

Analogous Color

#d914cc
#d914a4
#d9147d
#d91456
#d9142e

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

#d9147d
#7dd914
#147dd9

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

#d9147d
#d9d214
#14d970
#141bd9

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

#d9147d
#14d970
#14d9d3
#d9141a

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

#d9147d Color Code Preview on Black Background Color

This is how #d9147d Color will look on black background color. Color contrast ratio is 4.35

#d9147d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9147d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9147d

#d9147d color code is use for CSS Background Color

Background color for the above div is #d9147d

HTML with inline CSS

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

#d9147d color code is use for CSS Border Color

CSS Border color for the above div is #d9147d

HTML with inline CSS

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

CSS Border Left color for the above div is #d9147d

HTML with inline CSS

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

CSS Border Right color for the above div is #d9147d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d9147d

HTML with inline CSS

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

CSS Border Top color for the above div is #d9147d

HTML with inline CSS

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

#d9147d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d9147d Color code Preview on White Background

This is how #d9147d Color code will look on white background color. Color contrast ratio is 4.83

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

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(217,20,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,217,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,20,125,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.