crispedge.com

Color picker

Loading...

#d21cbd hex color - Red - Warm color - Information

#d21cbd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d21cbd Color code in RGB color code model is created after adding 82.35% red color, 10.98% green color and 74.12% blue color. Hex #d21cbd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 10% yellow and 18% black.

Hex #d21cbd color code is between #cc22bb web safe hex color code and #dd11cc web safe hex color code. #cc22bb is the nearest web safe color code. You can see here many more shades of #d21cbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded21cbd#d21cbd
RGB Decimal210, 28, 189rgb(210, 28, 189)
RGB Percent82%, 11%, 74%rgb(82%, 11%, 74%)
CSS RGBa210, 28, 189,1rgba(210,28,189,1)
CMYK Modelcmyk(0%,87%,10%,18%)
HSL Color Space307,76% ,47%hsl(307,76% ,47%)
HSV Color Space307°, 87%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100001110010111101
Octal32234275
Decimal21028189
Hexd21cbd

Different shades of #d21cbd color code.

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

Light Shade of #d21cbd
#e53cd1
Dark Shade of #d21cbd
#a51694
Saturated Shade of #d21cbd
#de10c6
Desaturated Shade of #d21cbd
#c628b4
Grey scale Shade of #d21cbd
#777777
Brighten Shade
#eb35d6
Most Readable Shade
#FFFFFF

Shades of #d21cbd color code

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

#d21cbd
#ba18a8
#a31593
#8c127e
#740f69
#5d0c54
#46093f
#2e062a
#170315
#000000

Similar Color like #d21cbd color

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

#d31dbe
#d41ebf
#d51fc0
#d620c1
#d721c2
#d822c3
#d923c4
#da24c5
#db25c6
#dc26c7
#dd27c8
#de28c9
#df29ca
#e02acb
#d11bbc
#d01abb
#cf19ba
#ce18b9
#cd17b8
#cc16b7
#cb15b6
#ca14b5
#c913b4
#c812b3
#c711b2
#c610b1
#c50fb0
#c40eaf

Monochromatic Color with #d21cbd

#d21cbd
#fc22e3
#280524
#520b4a
#7d1170
#a71697

Tints of #d21cbd Color

#d21cbd
#d735c4
#dc4ecb
#e167d3
#e680da
#eb9ae1
#f0b3e9
#f5ccf0
#fae5f7
#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

#d21cbd
#1cd231

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

Split Complementary

#d21cbd
#62d21c
#1cd28c

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

Analogous Color

#9e1cd2
#c31cd2
#d21cbd
#d21c99
#d21c74

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

#d21cbd
#bdd21c
#1cbdd2

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

#d21cbd
#d28c1c
#1cd231
#1c62d2

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

#d21cbd
#1cd231
#1cd28c
#d21c62

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 #d21cbd 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.

#d21cbd Color Code Preview on Black Background Color

This is how #d21cbd Color will look on black background color. Color contrast ratio is 4.64

#d21cbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d21cbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d21cbd

#d21cbd color code is use for CSS Background Color

Background color for the above div is #d21cbd

HTML with inline CSS

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

#d21cbd color code is use for CSS Border Color

CSS Border color for the above div is #d21cbd

HTML with inline CSS

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

CSS Border Left color for the above div is #d21cbd

HTML with inline CSS

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

CSS Border Right color for the above div is #d21cbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d21cbd

HTML with inline CSS

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

CSS Border Top color for the above div is #d21cbd

HTML with inline CSS

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

#d21cbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d21cbd Color code Preview on White Background

This is how #d21cbd Color code will look on white background color. Color contrast ratio is 4.52

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

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(210,28,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,210,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,28,189,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.