Skip to main content Skip to docs navigation

#dc435b 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 Geranium and its hex is #DC465D Nearest Color Name

Color Hue/Base color: Violet

Hex #dc435b Color code in RGB color code model is created after adding 86.27% red color, 26.27% green color and 35.69% blue color. Hex #dc435b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 59% yellow and 13.73% black.

Hex #dc435b color code is between #dd4455 web safe hex color code and #cc3366 web safe hex color code. #dd4455 is the nearest web safe color code. You can see here many more shades of #dc435b color code.

RGB Chart

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

Color Table

Hex Color Code dc435b #dc435b
RGB Decimal 220, 67, 91 220, 67, 91
RGB Percent 86%, 26%, 36% rgb(86%, 26%, 36%)
CSS RGBa 220, 67, 91,1 rgba(220,67,91,1)
CMYK Model cmyk(0%,70%,59%,13.73%)
HSL Color Space 351,69% ,56% hsl(351,69% ,56%)
HSV Color Space 351°, 70%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 01000011 01011011
Octal 334 103 133
Decimal 220 67 91
Hex dc 43 5b

Different shades of #dc435b color code.

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

Darkest of #dc435b
#711523
Darker of #dc435b
#9c1d31
Dark of #dc435b
#c7253e
Base of #dc435b
#dc435b
Light of #dc435b
#e46e80
Lighter
#ec99a6
Lightest
#f4c4cc

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

#dc435b
#43dcc4

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

Split Complementary

#dc435b
#43dc77
#43a7dc

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

Analogous Color

#dc43b4
#dc439b
#dc435b
#dc5e43
#dc9e43

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

#dc435b
#435bdc
#5bdc43

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

#dc435b
#5bdc43
#43dcc4
#c443dc

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

#dc435b
#a7dc43
#43dcc4
#7743dc

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 #dc435b

#460d16
#711523
#9c1d31
#c7253e
#dc435b
#e46e80
#ec99a6
#f4c4cc
#fceff1

Tints of #dc435b Color

#dc435b
#df576d
#e36c7f
#e78191
#eb96a3
#efabb6
#f3c0c8
#f7d5da
#fbeaec
#ffffff

Shades of #dc435b color code

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

#dc435b
#c33b50
#ab3446
#922c3c
#7a2532
#611d28
#49161e
#300e14
#18070a
#000000

Tones

#dc435b
#c6596a
#af707a
#998689
#8f8f8f

Tones

Similar Color like #dc435b color

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

#dd445c
#de455d
#df465e
#e0475f
#e14860
#e24961
#e34a62
#e44b63
#e54c64
#e64d65
#e74e66
#e84f67
#e95068
#ea5169
#db425a
#da4159
#d94058
#d83f57
#d73e56
#d63d55
#d53c54
#d43b53
#d33a52
#d23951
#d13850
#d0374f
#cf364e
#ce354d

Download this Dark Violet

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

#dc435b Color Code Preview on Black Background Color

This is how #dc435b Color will look on black background color. Color contrast ratio is 5.00

#dc435b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc435b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc435b

#dc435b color code is use for CSS Background Color

Background color for the above div is #dc435b

HTML with inline CSS

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

#dc435b color code is use for CSS Border Color

CSS Border color for the above div is #dc435b

HTML with inline CSS

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

CSS Border Left color for the above div is #dc435b

HTML with inline CSS

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

CSS Border Right color for the above div is #dc435b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc435b

HTML with inline CSS

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

CSS Border Top color for the above div is #dc435b

HTML with inline CSS

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

#dc435b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc435b Color code Preview on White Background

This is how #dc435b Color code will look on white background color. Color contrast ratio is 4.20

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

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(220,67,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(67,220,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,67,91,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }