Skip to main content Skip to docs navigation

#de428e hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Prunus Avium and its hex is #DD4492 Nearest Color Name

Color Hue/Base color: Violet

Hex #de428e Color code in RGB color code model is created after adding 87.06% red color, 25.88% green color and 55.69% blue color. Hex #de428e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 36% yellow and 12.94% black.

Hex #de428e color code is between #dd4488 web safe hex color code and #ee3399 web safe hex color code. #dd4488 is the nearest web safe color code. You can see here many more shades of #de428e color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code de428e #de428e
RGB Decimal 222, 66, 142 222, 66, 142
RGB Percent 87%, 26%, 56% rgb(87%, 26%, 56%)
CSS RGBa 222, 66, 142,1 rgba(222,66,142,1)
CMYK Model cmyk(0%,70%,36%,12.94%)
HSL Color Space 331,70% ,56% hsl(331,70% ,56%)
HSV Color Space 331°, 70%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 01000010 10001110
Octal 336 102 216
Decimal 222 66 142
Hex de 42 8e

Different shades of #de428e color code.

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

Darkest of #de428e
#731442
Darker of #de428e
#9e1c5b
Dark of #de428e
#ca2374
Base of #de428e
#de428e
Light of #de428e
#e66da8
Lighter
#ed99c2
Lightest
#f5c4dc

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

#de428e
#42de92

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

Split Complementary

#de428e
#42de44
#42dcde

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

Analogous Color

#d342de
#de42cf
#de428e
#de425a
#de6b42

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

#de428e
#428ede
#8ede42

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

#de428e
#8ede42
#42de92
#9242de

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#de428e
#dcde42
#42de92
#4442de

Square 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).

Monochromatic Color with #de428e

#480c29
#731442
#9e1c5b
#ca2374
#de428e
#e66da8
#ed99c2
#f5c4dc
#fcf0f6

Tints of #de428e Color

#de428e
#e1579a
#e56ca7
#e981b3
#ec96c0
#f0abcc
#f4c0d9
#f7d5e5
#fbeaf2
#ffffff

Shades of #de428e color code

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

#de428e
#c53a7e
#ac336e
#942c5e
#7b244e
#621d3f
#4a162f
#310e1f
#18070f
#000000

Tones

#de428e
#c8588f
#b26e8f
#9b8590
#909090

Tones

Similar Color like #de428e color

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

#df438f
#e04490
#e14591
#e24692
#e34793
#e44894
#e54995
#e64a96
#e74b97
#e84c98
#e94d99
#ea4e9a
#eb4f9b
#ec509c
#dd418d
#dc408c
#db3f8b
#da3e8a
#d93d89
#d83c88
#d73b87
#d63a86
#d53985
#d43884
#d33783
#d23682
#d13581
#d03480

Download this Dark Violet

Hex #de428e 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.

#de428e Color Code Preview on Black Background Color

This is how #de428e Color will look on black background color. Color contrast ratio is 5.28

#de428e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de428e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de428e

#de428e color code is use for CSS Background Color

Background color for the above div is #de428e

HTML with inline CSS

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

#de428e color code is use for CSS Border Color

CSS Border color for the above div is #de428e

HTML with inline CSS

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

CSS Border Left color for the above div is #de428e

HTML with inline CSS

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

CSS Border Right color for the above div is #de428e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de428e

HTML with inline CSS

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

CSS Border Top color for the above div is #de428e

HTML with inline CSS

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

#de428e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de428e Color code Preview on White Background

This is how #de428e Color code will look on white background color. Color contrast ratio is 3.98

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(222,66,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,222,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,66,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }