Skip to main content Skip to docs navigation

#cd398d 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 Magenta Pink and its hex is #CC338B Nearest Color Name

Color Hue/Base color: Violet

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

Hex #cd398d color code is between #cc3388 web safe hex color code and #dd4499 web safe hex color code. #cc3388 is the nearest web safe color code. You can see here many more shades of #cd398d color code.

RGB Chart

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

Color Table

Hex Color Code cd398d #cd398d
RGB Decimal 205, 57, 141 205, 57, 141
RGB Percent 80%, 22%, 55% rgb(80%, 22%, 55%)
CSS RGBa 205, 57, 141,1 rgba(205,57,141,1)
CMYK Model cmyk(0%,72%,31%,19.61%)
HSL Color Space 326,60% ,51% hsl(326,60% ,51%)
HSV Color Space 326°, 72%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00111001 10001101
Octal 315 71 215
Decimal 205 57 141
Hex cd 39 8d

Different shades of #cd398d color code.

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

Darkest of #cd398d
#57163b
Darker of #cd398d
#802056
Dark of #cd398d
#a82b72
Base of #cd398d
#cd398d
Light of #cd398d
#d762a4
Lighter
#e28abc
Lightest
#ecb3d3

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

#cd398d
#39cd79

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

Split Complementary

#cd398d
#43cd39
#39cdc3

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

Analogous Color

#b739cd
#cd39cb
#cd398d
#cd395c
#cd5439

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

#cd398d
#398dcd
#8dcd39

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

#cd398d
#8dcd39
#39cd79
#7939cd

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

#cd398d
#cdc339
#39cd79
#3943cd

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

#2e0c1f
#57163b
#802056
#a82b72
#cd398d
#d762a4
#e28abc
#ecb3d3
#f6dceb

Tints of #cd398d Color

#cd398d
#d24f99
#d865a6
#dd7bb3
#e391bf
#e8a7cc
#eebdd9
#f3d3e5
#f9e9f2
#ffffff

Shades of #cd398d color code

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

#cd398d
#b6327d
#9f2c6d
#88265e
#711f4e
#5b193e
#44132f
#2d0c1f
#16060f
#000000

Tones

#cd398d
#b4528a
#9b6b86
#838383
#838383

Tones

Similar Color like #cd398d color

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

#ce3a8e
#cf3b8f
#d03c90
#d13d91
#d23e92
#d33f93
#d44094
#d54195
#d64296
#d74397
#d84498
#d94599
#da469a
#db479b
#cc388c
#cb378b
#ca368a
#c93589
#c83488
#c73387
#c63286
#c53185
#c43084
#c32f83
#c22e82
#c12d81
#c02c80
#bf2b7f

Download this Dark Violet

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

#cd398d Color Code Preview on Black Background Color

This is how #cd398d Color will look on black background color. Color contrast ratio is 4.57

#cd398d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd398d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd398d

#cd398d color code is use for CSS Background Color

Background color for the above div is #cd398d

HTML with inline CSS

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

#cd398d color code is use for CSS Border Color

CSS Border color for the above div is #cd398d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd398d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd398d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd398d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd398d

HTML with inline CSS

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

#cd398d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd398d Color code Preview on White Background

This is how #cd398d Color code will look on white background color. Color contrast ratio is 4.60

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

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