crispedge.com

Color picker

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

#dd5587 hex color - Red - Warm color - Information

#dd5587 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd5587 Color code in RGB color code model is created after adding 86.67% red color, 33.33% green color and 52.94% blue color. Hex #dd5587 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 39% yellow and 13% black.

Hex #dd5587 color code is between #cc4488 web safe hex color code and #ee6677 web safe hex color code. #cc4488 is the nearest web safe color code. You can see here many more shades of #dd5587 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codedd5587#dd5587
RGB Decimal221, 85, 135rgb(221, 85, 135)
RGB Percent87%, 33%, 53%rgb(87%, 33%, 53%)
CSS RGBa221, 85, 135,1rgba(221,85,135,1)
CMYK Modelcmyk(0%,62%,39%,13%)
HSL Color Space338,67% ,60%hsl(338,67% ,60%)
HSV Color Space338°, 62%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010101010110000111
Octal335125207
Decimal22185135
Hexdd5587

Different shades of #dd5587 color code.

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

Light Shade of #dd5587
#e580a5
Dark Shade of #dd5587
#d42b69
Saturated Shade of #dd5587
#e74b84
Desaturated Shade of #dd5587
#d35f8a
Grey scale Shade of #dd5587
#999999
Brighten Shade
#f66ea0
Most Readable Shade
#FFFFFF

Shades of #dd5587 color code

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

#dd5587
#c44b78
#ab4269
#93385a
#7a2f4b
#62253c
#491c2d
#31121e
#18090f
#000000

Similar Color like #dd5587 color

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

#de5688
#df5789
#e0588a
#e1598b
#e25a8c
#e35b8d
#e45c8e
#e55d8f
#e65e90
#e75f91
#e86092
#e96193
#ea6294
#eb6395
#dc5486
#db5385
#da5284
#d95183
#d85082
#d74f81
#d64e80
#d54d7f
#d44c7e
#d34b7d
#d24a7c
#d1497b
#d0487a
#cf4779

Monochromatic Color with #dd5587

#dd5587
#080305
#33141f
#5d2439
#883453
#b3456d

Tints of #dd5587 Color

#dd5587
#e06794
#e47aa1
#e88daf
#eca0bc
#efb3c9
#f3c6d7
#f7d9e4
#fbecf1
#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

#dd5587
#55ddab

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

Split Complementary

#dd5587
#55dd67
#55cbdd

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

Analogous Color

#dd55bd
#dd55a2
#dd5587
#dd556c
#dd5955

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

#dd5587
#87dd55
#5587dd

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

#dd5587
#cbdd55
#55ddab
#6755dd

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

#dd5587
#55ddab
#55cbdd
#dd6755

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

#dd5587 Color Code Preview on Black Background Color

This is how #dd5587 Color will look on black background color. Color contrast ratio is 5.72

#dd5587 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5587

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5587

#dd5587 color code is use for CSS Background Color

Background color for the above div is #dd5587

HTML with inline CSS

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

#dd5587 color code is use for CSS Border Color

CSS Border color for the above div is #dd5587

HTML with inline CSS

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

CSS Border Left color for the above div is #dd5587

HTML with inline CSS

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

CSS Border Right color for the above div is #dd5587

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd5587

HTML with inline CSS

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

CSS Border Top color for the above div is #dd5587

HTML with inline CSS

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

#dd5587 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd5587 Color code Preview on White Background

This is how #dd5587 Color code will look on white background color. Color contrast ratio is 3.67

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.