crispedge.com

Color picker

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

#d872a5 hex color - Red - Warm color - Information

#d872a5 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #d872a5 Color code in RGB color code model is created after adding 84.71% red color, 44.71% green color and 64.71% blue color. Hex #d872a5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 24% yellow and 15% black.

Hex #d872a5 color code is between #dd77aa web safe hex color code and #cc6699 web safe hex color code. #dd77aa is the nearest web safe color code. You can see here many more shades of #d872a5 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Coded872a5#d872a5
RGB Decimal216, 114, 165rgb(216, 114, 165)
RGB Percent85%, 45%, 65%rgb(85%, 45%, 65%)
CSS RGBa216, 114, 165,1rgba(216,114,165,1)
CMYK Modelcmyk(0%,47%,24%,15%)
HSL Color Space330,57% ,65%hsl(330,57% ,65%)
HSV Color Space330°, 47%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000111001010100101
Octal330162245
Decimal216114165
Hexd872a5

Different shades of #d872a5 color code.

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

Light Shade of #d872a5
#e39abe
Dark Shade of #d872a5
#cd4a8b
Saturated Shade of #d872a5
#e169a5
Desaturated Shade of #d872a5
#cf7ba5
Grey scale Shade of #d872a5
#a5a5a5
Brighten Shade
#f18bbe
Most Readable Shade
#000000

Shades of #d872a5 color code

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

#d872a5
#c06592
#a85880
#904c6e
#783f5b
#603249
#482637
#301924
#180c12
#000000

Similar Color like #d872a5 color

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

#d973a6
#da74a7
#db75a8
#dc76a9
#dd77aa
#de78ab
#df79ac
#e07aad
#e17bae
#e27caf
#e37db0
#e47eb1
#e57fb2
#e680b3
#d771a4
#d670a3
#d56fa2
#d46ea1
#d36da0
#d26c9f
#d16b9e
#d06a9d
#cf699c
#ce689b
#cd679a
#cc6699
#cb6598
#ca6497

Monochromatic Color with #d872a5

#d872a5
#030203
#2e1823
#582f44
#834564
#ad5c85

Tints of #d872a5 Color

#d872a5
#dc81af
#e091b9
#e5a1c3
#e9b0cd
#edc0d7
#f2d0e1
#f6dfeb
#faeff5
#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

#d872a5
#72d8a5

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

Split Complementary

#d872a5
#72d872
#72d8d8

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

Analogous Color

#d872ce
#d872b9
#d872a5
#d87291
#d8727c

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

#d872a5
#a5d872
#72a5d8

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

#d872a5
#d8d872
#72d8a5
#7272d8

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

#d872a5
#72d8a5
#72d8d8
#d87272

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

#d872a5 Color Code Preview on Black Background Color

This is how #d872a5 Color will look on black background color. Color contrast ratio is 6.87

#d872a5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d872a5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d872a5

#d872a5 color code is use for CSS Background Color

Background color for the above div is #d872a5

HTML with inline CSS

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

#d872a5 color code is use for CSS Border Color

CSS Border color for the above div is #d872a5

HTML with inline CSS

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

CSS Border Left color for the above div is #d872a5

HTML with inline CSS

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

CSS Border Right color for the above div is #d872a5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d872a5

HTML with inline CSS

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

CSS Border Top color for the above div is #d872a5

HTML with inline CSS

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

#d872a5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d872a5 Color code Preview on White Background

This is how #d872a5 Color code will look on white background color. Color contrast ratio is 3.06

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.