crispedge.com

#d52c6e hex color - Violet - Warm color - Information

#d52c6e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d52c6e Color code in RGB color code model is created after adding 83.53% red color, 17.25% green color and 43.14% blue color. Hex #d52c6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 48% yellow and 16% black.

Hex #d52c6e color code is between #dd3366 web safe hex color code and #cc2277 web safe hex color code. #dd3366 is the nearest web safe color code. You can see here many more shades of #d52c6e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded52c6e#d52c6e
RGB Decimal213, 44, 110rgb(213, 44, 110)
RGB Percent84%, 17%, 43%rgb(84%, 17%, 43%)
CSS RGBa213, 44, 110,1rgba(213,44,110,1)
CMYK Modelcmyk(0%,79%,48%,16%)
HSL Color Space337,67% ,50%hsl(337,67% ,50%)
HSV Color Space337°, 79%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101010010110001101110
Octal32554156
Decimal21344110
Hexd52c6e

Different shades of #d52c6e color code.

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

Light Shade of #d52c6e
#dd578b
Dark Shade of #d52c6e
#ac2258
Saturated Shade of #d52c6e
#e21f6b
Desaturated Shade of #d52c6e
#c83971
Grey scale Shade of #d52c6e
#808080
Brighten Shade
#ee4587
Most Readable Shade
#FFFFFF

Shades of #d52c6e color code

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

#d52c6e
#bd2761
#a52255
#8e1d49
#76183d
#5e1330
#470e24
#2f0918
#17040c
#000000

Similar Color like #d52c6e color

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

#d62d6f
#d72e70
#d82f71
#d93072
#da3173
#db3274
#dc3375
#dd3476
#de3577
#df3678
#e03779
#e1387a
#e2397b
#e33a7c
#d42b6d
#d32a6c
#d2296b
#d1286a
#d02769
#cf2668
#ce2567
#cd2466
#cc2365
#cb2264
#ca2163
#c92062
#c81f61
#c71e60

Monochromatic Color with #d52c6e

#d52c6e
#000000
#2b0916
#55122c
#801a42
#aa2358

Tints of #d52c6e Color

#d52c6e
#d9437e
#de5a8e
#e3729e
#e789ae
#eca1be
#f1b8ce
#f5d0de
#fae7ee
#ffffff

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

#d52c6e
#2cd593

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

Split Complementary

#d52c6e
#2cd53f
#2cc2d5

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

Analogous Color

#d52cb2
#d52c90
#d52c6e
#d52c4c
#d52e2c

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

#d52c6e
#6ed52c
#2c6ed5

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

#d52c6e
#c2d52c
#2cd593
#3e2cd5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#d52c6e
#2cd593
#2cc2d5
#d53f2c

Double Complementary 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).

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

#d52c6e Color Code Preview on Black Background Color

This is how #d52c6e Color will look on black background color. Color contrast ratio is 4.41

#d52c6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d52c6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d52c6e

#d52c6e color code is use for CSS Background Color

Background color for the above div is #d52c6e

HTML with inline CSS

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

#d52c6e color code is use for CSS Border Color

CSS Border color for the above div is #d52c6e

HTML with inline CSS

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

CSS Border Left color for the above div is #d52c6e

HTML with inline CSS

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

CSS Border Right color for the above div is #d52c6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d52c6e

HTML with inline CSS

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

CSS Border Top color for the above div is #d52c6e

HTML with inline CSS

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

#d52c6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d52c6e Color code Preview on White Background

This is how #d52c6e Color code will look on white background color. Color contrast ratio is 4.76

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(213,44,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,213,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,44,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>