crispedge.com

Color picker

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

#dd469e hex color - Violet - Warm color - Information

#dd469e hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #dd469e Color code in RGB color code model is created after adding 86.67% red color, 27.45% green color and 61.96% blue color. Hex #dd469e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 29% yellow and 13% black.

Hex #dd469e color code is between #cc4499 web safe hex color code and #ee55aa web safe hex color code. #cc4499 is the nearest web safe color code. You can see here many more shades of #dd469e color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedd469e#dd469e
RGB Decimal221, 70, 158rgb(221, 70, 158)
RGB Percent87%, 27%, 62%rgb(87%, 27%, 62%)
CSS RGBa221, 70, 158,1rgba(221,70,158,1)
CMYK Modelcmyk(0%,68%,29%,13%)
HSL Color Space325,69% ,57%hsl(325,69% ,57%)
HSV Color Space325°, 68%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010100011010011110
Octal335106236
Decimal22170158
Hexdd469e

Different shades of #dd469e color code.

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

Light Shade of #dd469e
#e571b5
Dark Shade of #dd469e
#cb2586
Saturated Shade of #dd469e
#e83ba0
Desaturated Shade of #dd469e
#d2519c
Grey scale Shade of #dd469e
#919191
Brighten Shade
#f65fb7
Most Readable Shade
#FFFFFF

Shades of #dd469e color code

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

#dd469e
#c43e8c
#ab367a
#932e69
#7a2657
#621f46
#491734
#310f23
#180711
#000000

Similar Color like #dd469e color

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

#de479f
#df48a0
#e049a1
#e14aa2
#e24ba3
#e34ca4
#e44da5
#e54ea6
#e64fa7
#e750a8
#e851a9
#e952aa
#ea53ab
#eb54ac
#dc459d
#db449c
#da439b
#d9429a
#d84199
#d74098
#d63f97
#d53e96
#d43d95
#d33c94
#d23b93
#d13a92
#d03991
#cf3890

Monochromatic Color with #dd469e

#dd469e
#080306
#331024
#5d1e43
#882b61
#b33980

Tints of #dd469e Color

#dd469e
#e05aa8
#e46fb3
#e883be
#ec98c9
#efacd3
#f3c1de
#f7d5e9
#fbeaf4
#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

#dd469e
#46dd85

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

Split Complementary

#dd469e
#53dd46
#46ddd0

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

Analogous Color

#dd46da
#dd46bc
#dd469e
#dd4680
#dd4662

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

#dd469e
#9edd46
#469edd

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

#dd469e
#ddd046
#46dd85
#4652dd

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

#dd469e
#46dd85
#46ddd0
#dd4653

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

#dd469e Color Code Preview on Black Background Color

This is how #dd469e Color will look on black background color. Color contrast ratio is 5.44

#dd469e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd469e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd469e

#dd469e color code is use for CSS Background Color

Background color for the above div is #dd469e

HTML with inline CSS

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

#dd469e color code is use for CSS Border Color

CSS Border color for the above div is #dd469e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd469e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd469e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd469e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd469e

HTML with inline CSS

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

#dd469e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd469e Color code Preview on White Background

This is how #dd469e Color code will look on white background color. Color contrast ratio is 3.86

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

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.