Skip to main content Skip to docs navigation

#cd528e 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 Pretty in Plum and its hex is #CC5588 Nearest Color Name

Color Hue/Base color: Violet

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

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

RGB Chart

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

Color Table

Hex Color Code cd528e #cd528e
RGB Decimal 205, 82, 142 205, 82, 142
RGB Percent 80%, 32%, 56% rgb(80%, 32%, 56%)
CSS RGBa 205, 82, 142,1 rgba(205,82,142,1)
CMYK Model cmyk(0%,60%,31%,19.61%)
HSL Color Space 331,55% ,56% hsl(331,55% ,56%)
HSV Color Space 331°, 60%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01010010 10001110
Octal 315 122 216
Decimal 205 82 142
Hex cd 52 8e

Different shades of #cd528e color code.

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

Darkest of #cd528e
#681e42
Darker of #cd528e
#90295b
Dark of #cd528e
#b73574
Base of #cd528e
#cd528e
Light of #cd528e
#d87aa8
Lighter
#e4a1c2
Lightest
#efc9dc

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

#cd528e
#52cd91

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

Split Complementary

#cd528e
#52cd53
#52cccd

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

Analogous Color

#c452cd
#cd52c1
#cd528e
#cd5265
#cd7252

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

#cd528e
#528ecd
#8ecd52

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

#cd528e
#8ecd52
#52cd91
#9152cd

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

#cd528e
#cccd52
#52cd91
#5352cd

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

#401329
#681e42
#90295b
#b73574
#cd528e
#d87aa8
#e4a1c2
#efc9dc
#fbf0f5

Tints of #cd528e Color

#cd528e
#d2659a
#d878a7
#dd8bb3
#e39ec0
#e8b2cc
#eec5d9
#f3d8e5
#f9ebf2
#ffffff

Shades of #cd528e color code

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

#cd528e
#b6487e
#9f3f6e
#88365e
#712d4e
#5b243f
#441b2f
#2d121f
#16090f
#000000

Tones

#cd528e
#b7688f
#a07f8f
#8f8f8f
#8f8f8f

Tones

Similar Color like #cd528e color

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

#ce538f
#cf5490
#d05591
#d15692
#d25793
#d35894
#d45995
#d55a96
#d65b97
#d75c98
#d85d99
#d95e9a
#da5f9b
#db609c
#cc518d
#cb508c
#ca4f8b
#c94e8a
#c84d89
#c74c88
#c64b87
#c54a86
#c44985
#c34884
#c24783
#c14682
#c04581
#bf4480

Download this Dark Violet

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

#cd528e Color Code Preview on Black Background Color

This is how #cd528e Color will look on black background color. Color contrast ratio is 5.19

#cd528e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd528e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd528e

#cd528e color code is use for CSS Background Color

Background color for the above div is #cd528e

HTML with inline CSS

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

#cd528e color code is use for CSS Border Color

CSS Border color for the above div is #cd528e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd528e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd528e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd528e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd528e

HTML with inline CSS

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

#cd528e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd528e Color code Preview on White Background

This is how #cd528e Color code will look on white background color. Color contrast ratio is 4.04

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

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