crispedge.com

Color picker

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

#d673ae hex color - Red - Warm color - Information

#d673ae hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #d673ae Color code in RGB color code model is created after adding 83.92% red color, 45.1% green color and 68.24% blue color. Hex #d673ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 19% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded673ae#d673ae
RGB Decimal214, 115, 174rgb(214, 115, 174)
RGB Percent84%, 45%, 68%rgb(84%, 45%, 68%)
CSS RGBa214, 115, 174,1rgba(214,115,174,1)
CMYK Modelcmyk(0%,46%,19%,16%)
HSL Color Space324,55% ,65%hsl(324,55% ,65%)
HSV Color Space324°, 46%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100111001110101110
Octal326163256
Decimal214115174
Hexd673ae

Different shades of #d673ae color code.

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

Light Shade of #d673ae
#e29ac5
Dark Shade of #d673ae
#ca4c97
Saturated Shade of #d673ae
#df6ab0
Desaturated Shade of #d673ae
#cd7cac
Grey scale Shade of #d673ae
#a4a4a4
Brighten Shade
#ef8cc7
Most Readable Shade
#000000

Shades of #d673ae color code

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

#d673ae
#be669a
#a65987
#8e4c74
#763f60
#5f334d
#47263a
#2f1926
#170c13
#000000

Similar Color like #d673ae color

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

#d774af
#d875b0
#d976b1
#da77b2
#db78b3
#dc79b4
#dd7ab5
#de7bb6
#df7cb7
#e07db8
#e17eb9
#e27fba
#e380bb
#e481bc
#d572ad
#d471ac
#d370ab
#d26faa
#d16ea9
#d06da8
#cf6ca7
#ce6ba6
#cd6aa5
#cc69a4
#cb68a3
#ca67a2
#c966a1
#c865a0

Monochromatic Color with #d673ae

#d673ae
#010101
#2c1824
#562e46
#814569
#ab5c8b

Tints of #d673ae Color

#d673ae
#da82b7
#df92c0
#e3a1c9
#e8b1d2
#ecc0db
#f1d0e4
#f5dfed
#faeff6
#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

#d673ae
#73d69b

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

Split Complementary

#d673ae
#7dd673
#73d6cd

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

Analogous Color

#d673d6
#d673c2
#d673ae
#d6739a
#d67386

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

#d673ae
#aed673
#73aed6

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

#d673ae
#d6cc73
#73d69b
#737cd6

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

#d673ae
#73d69b
#73d6cd
#d6737d

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

#d673ae Color Code Preview on Black Background Color

This is how #d673ae Color will look on black background color. Color contrast ratio is 6.92

#d673ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d673ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d673ae

#d673ae color code is use for CSS Background Color

Background color for the above div is #d673ae

HTML with inline CSS

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

#d673ae color code is use for CSS Border Color

CSS Border color for the above div is #d673ae

HTML with inline CSS

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

CSS Border Left color for the above div is #d673ae

HTML with inline CSS

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

CSS Border Right color for the above div is #d673ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d673ae

HTML with inline CSS

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

CSS Border Top color for the above div is #d673ae

HTML with inline CSS

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

#d673ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d673ae Color code Preview on White Background

This is how #d673ae Color code will look on white background color. Color contrast ratio is 3.03

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.