Skip to main content Skip to docs navigation

#cd428d 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 Twinkly Pinkily and its hex is #CF4796 Nearest Color Name

Color Hue/Base color: Violet

Hex #cd428d Color code in RGB color code model is created after adding 80.39% red color, 25.88% green color and 55.29% blue color. Hex #cd428d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 31% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code cd428d #cd428d
RGB Decimal 205, 66, 141 205, 66, 141
RGB Percent 80%, 26%, 55% rgb(80%, 26%, 55%)
CSS RGBa 205, 66, 141,1 rgba(205,66,141,1)
CMYK Model cmyk(0%,68%,31%,19.61%)
HSL Color Space 328,58% ,53% hsl(328,58% ,53%)
HSV Color Space 328°, 68%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01000010 10001101
Octal 315 102 215
Decimal 205 66 141
Hex cd 42 8d

Different shades of #cd428d color code.

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

Darkest of #cd428d
#5d193e
Darker of #cd428d
#862358
Dark of #cd428d
#ae2e73
Base of #cd428d
#cd428d
Light of #cd428d
#d86aa5
Lighter
#e293be
Lightest
#edbbd6

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

#cd428d
#42cd82

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

Split Complementary

#cd428d
#48cd42
#42cdc8

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

Analogous Color

#bc42cd
#cd42c7
#cd428d
#cd425f
#cd5f42

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

#cd428d
#428dcd
#8dcd42

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

#cd428d
#8dcd42
#42cd82
#8242cd

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

#cd428d
#cdc842
#42cd82
#4248cd

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

#350e23
#5d193e
#862358
#ae2e73
#cd428d
#d86aa5
#e293be
#edbbd6
#f8e3ee

Tints of #cd428d Color

#cd428d
#d25799
#d86ca6
#dd81b3
#e396bf
#e8abcc
#eec0d9
#f3d5e5
#f9eaf2
#ffffff

Shades of #cd428d color code

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

#cd428d
#b63a7d
#9f336d
#882c5e
#71244e
#5b1d3e
#44162f
#2d0e1f
#16070f
#000000

Tones

#cd428d
#b55a8b
#9d7289
#888888
#888888

Tones

Similar Color like #cd428d color

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

#ce438e
#cf448f
#d04590
#d14691
#d24792
#d34893
#d44994
#d54a95
#d64b96
#d74c97
#d84d98
#d94e99
#da4f9a
#db509b
#cc418c
#cb408b
#ca3f8a
#c93e89
#c83d88
#c73c87
#c63b86
#c53a85
#c43984
#c33883
#c23782
#c13681
#c03580
#bf347f

Download this Dark Violet

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

#cd428d Color Code Preview on Black Background Color

This is how #cd428d Color will look on black background color. Color contrast ratio is 4.76

#cd428d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd428d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd428d

#cd428d color code is use for CSS Background Color

Background color for the above div is #cd428d

HTML with inline CSS

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

#cd428d color code is use for CSS Border Color

CSS Border color for the above div is #cd428d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd428d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd428d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd428d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd428d

HTML with inline CSS

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

#cd428d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd428d Color code Preview on White Background

This is how #cd428d Color code will look on white background color. Color contrast ratio is 4.41

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

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(205,66,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,205,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,66,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }