Skip to main content Skip to docs navigation

#cd58db 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 Thick Pink and its hex is #CC55DD Nearest Color Name

Color Hue/Base color: Violet

Hex #cd58db Color code in RGB color code model is created after adding 80.39% red color, 34.51% green color and 85.88% blue color. Hex #cd58db Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 60% magenta, 0% yellow and 14.12% black.

Hex #cd58db color code is between #cc55dd web safe hex color code and #dd66cc web safe hex color code. #cc55dd is the nearest web safe color code. You can see here many more shades of #cd58db color code.

RGB Chart

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

Color Table

Hex Color Code cd58db #cd58db
RGB Decimal 205, 88, 219 205, 88, 219
RGB Percent 80%, 35%, 86% rgb(80%, 35%, 86%)
CSS RGBa 205, 88, 219,1 rgba(205,88,219,1)
CMYK Model cmyk(6%,60%,0%,14.12%)
HSL Color Space 294,65% ,60% hsl(294,65% ,60%)
HSV Color Space 294°, 60%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01011000 11011011
Octal 315 130 333
Decimal 205 88 219
Hex cd 58 db

Different shades of #cd58db color code.

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

Darkest of #cd58db
#741b7f
Darker of #cd58db
#9b24a9
Dark of #cd58db
#c02ed2
Base of #cd58db
#cd58db
Light of #cd58db
#da82e4
Lighter
#e6aced
Lightest
#f3d6f6

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

#cd58db
#66db58

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

Split Complementary

#cd58db
#a8db58
#58db8c

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

Analogous Color

#8158db
#9658db
#cd58db
#db58bd
#db5887

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

#cd58db
#58dbcd
#dbcd58

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

#cd58db
#dbcd58
#66db58
#5866db

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

#cd58db
#db8c58
#66db58
#58a8db

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

#4e1255
#741b7f
#9b24a9
#c02ed2
#cd58db
#da82e4
#e6aced
#f3d6f6
#ffffff

Tints of #cd58db Color

#cd58db
#d26adf
#d87de3
#dd8fe7
#e3a2eb
#e8b4ef
#eec7f3
#f3d9f7
#f9ecfb
#ffffff

Shades of #cd58db color code

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

#cd58db
#b64ec2
#9f44aa
#883a92
#713079
#5b2761
#441d49
#2d1330
#160918
#000000

Tones

#cd58db
#bd6cc7
#ad81b2
#9d959e
#9a9a9a

Tones

Similar Color like #cd58db color

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

#ce59dc
#cf5add
#d05bde
#d15cdf
#d25de0
#d35ee1
#d45fe2
#d560e3
#d661e4
#d762e5
#d863e6
#d964e7
#da65e8
#db66e9
#cc57da
#cb56d9
#ca55d8
#c954d7
#c853d6
#c752d5
#c651d4
#c550d3
#c44fd2
#c34ed1
#c24dd0
#c14ccf
#c04bce
#bf4acd

Download this Dark Violet

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

#cd58db Color Code Preview on Black Background Color

This is how #cd58db Color will look on black background color. Color contrast ratio is 6.01

#cd58db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd58db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd58db

#cd58db color code is use for CSS Background Color

Background color for the above div is #cd58db

HTML with inline CSS

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

#cd58db color code is use for CSS Border Color

CSS Border color for the above div is #cd58db

HTML with inline CSS

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

CSS Border Left color for the above div is #cd58db

HTML with inline CSS

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

CSS Border Right color for the above div is #cd58db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd58db

HTML with inline CSS

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

CSS Border Top color for the above div is #cd58db

HTML with inline CSS

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

#cd58db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd58db Color code Preview on White Background

This is how #cd58db Color code will look on white background color. Color contrast ratio is 3.49

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

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