crispedge.com

Color picker

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

#dd39bd hex color - Red - Warm color - Information

#dd39bd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd39bd Color code in RGB color code model is created after adding 86.67% red color, 22.35% green color and 74.12% blue color. Hex #dd39bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 14% yellow and 13% black.

Hex #dd39bd color code is between #cc33bb web safe hex color code and #ee44cc web safe hex color code. #cc33bb is the nearest web safe color code. You can see here many more shades of #dd39bd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd39bd#dd39bd
RGB Decimal221, 57, 189rgb(221, 57, 189)
RGB Percent87%, 22%, 74%rgb(87%, 22%, 74%)
CSS RGBa221, 57, 189,1rgba(221,57,189,1)
CMYK Modelcmyk(0%,74%,14%,13%)
HSL Color Space312,71% ,55%hsl(312,71% ,55%)
HSV Color Space312°, 74%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010011100110111101
Octal33571275
Decimal22157189
Hexdd39bd

Different shades of #dd39bd color code.

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

Light Shade of #dd39bd
#e464cb
Dark Shade of #dd39bd
#c221a2
Saturated Shade of #dd39bd
#e92dc4
Desaturated Shade of #dd39bd
#d145b6
Grey scale Shade of #dd39bd
#8b8b8b
Brighten Shade
#f652d6
Most Readable Shade
#FFFFFF

Shades of #dd39bd color code

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

#dd39bd
#c432a8
#ab2c93
#93267e
#7a1f69
#621954
#49133f
#310c2a
#180615
#000000

Similar Color like #dd39bd color

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

#de3abe
#df3bbf
#e03cc0
#e13dc1
#e23ec2
#e33fc3
#e440c4
#e541c5
#e642c6
#e743c7
#e844c8
#e945c9
#ea46ca
#eb47cb
#dc38bc
#db37bb
#da36ba
#d935b9
#d834b8
#d733b7
#d632b6
#d531b5
#d430b4
#d32fb3
#d22eb2
#d12db1
#d02cb0
#cf2baf

Monochromatic Color with #dd39bd

#dd39bd
#080207
#330d2c
#5d1850
#882374
#b32e99

Tints of #dd39bd Color

#dd39bd
#e04fc4
#e465cb
#e87bd3
#ec91da
#efa7e1
#f3bde9
#f7d3f0
#fbe9f7
#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

#dd39bd
#39dd59

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

Split Complementary

#dd39bd
#6bdd39
#39ddab

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

Analogous Color

#bb39dd
#dc39dd
#dd39bd
#dd399c
#dd397b

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

#dd39bd
#bddd39
#39bddd

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

#dd39bd
#ddab39
#39dd59
#396bdd

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

#dd39bd
#39dd59
#39ddab
#dd396b

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

#dd39bd Color Code Preview on Black Background Color

This is how #dd39bd Color will look on black background color. Color contrast ratio is 5.39

#dd39bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd39bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd39bd

#dd39bd color code is use for CSS Background Color

Background color for the above div is #dd39bd

HTML with inline CSS

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

#dd39bd color code is use for CSS Border Color

CSS Border color for the above div is #dd39bd

HTML with inline CSS

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

CSS Border Left color for the above div is #dd39bd

HTML with inline CSS

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

CSS Border Right color for the above div is #dd39bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd39bd

HTML with inline CSS

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

CSS Border Top color for the above div is #dd39bd

HTML with inline CSS

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

#dd39bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd39bd Color code Preview on White Background

This is how #dd39bd Color code will look on white background color. Color contrast ratio is 3.89

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

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.