crispedge.com

Color picker

Loading...

#d827ca hex color - Red - Warm color - Information

#d827ca hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d827ca Color code in RGB color code model is created after adding 84.71% red color, 15.29% green color and 79.22% blue color. Hex #d827ca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 6% yellow and 15% black.

Hex #d827ca color code is between #dd22cc web safe hex color code and #cc33bb web safe hex color code. #dd22cc is the nearest web safe color code. You can see here many more shades of #d827ca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d827ca #d827ca
RGB Decimal 216, 39, 202 rgb(216, 39, 202)
RGB Percent 85%, 15%, 79% rgb(85%, 15%, 79%)
CSS RGBa 216, 39, 202,1 rgba(216,39,202,1)
CMYK Model cmyk(0%,82%,6%,15%)
HSL Color Space 305,69% ,50% hsl(305,69% ,50%)
HSV Color Space 305°, 82%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011000 00100111 11001010
Octal 330 47 312
Decimal 216 39 202
Hex d8 27 ca

Different shades of #d827ca color code.

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

Light Shade of #d827ca
#e052d5
Dark Shade of #d827ca
#ad1fa2
Saturated Shade of #d827ca
#e51ad5
Desaturated Shade of #d827ca
#cb34bf
Grey scale Shade of #d827ca
#808080
Brighten Shade
#f140e3
Most Readable Shade
#FFFFFF

Shades of #d827ca color code

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

#d827ca
#c022b3
#a81e9d
#901a86
#781570
#601159
#480d43
#30082c
#180416
#000000

Similar Color like #d827ca color

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

#d928cb
#da29cc
#db2acd
#dc2bce
#dd2ccf
#de2dd0
#df2ed1
#e02fd2
#e130d3
#e231d4
#e332d5
#e433d6
#e534d7
#e635d8
#d726c9
#d625c8
#d524c7
#d423c6
#d322c5
#d221c4
#d120c3
#d01fc2
#cf1ec1
#ce1dc0
#cd1cbf
#cc1bbe
#cb1abd
#ca19bc

Monochromatic Color with #d827ca

#d827ca
#030103
#2e082b
#581053
#83187b
#ad1fa2

Tints of #d827ca Color

#d827ca
#dc3fcf
#e057d5
#e56fdb
#e987e1
#ed9fe7
#f2b7ed
#f6cff3
#fae7f9
#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

#d827ca
#27d835

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

Split Complementary

#d827ca
#71d827
#27d88e

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

Analogous Color

#9f27d8
#c327d8
#d827ca
#d827a7
#d82783

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

#d827ca
#cad827
#27cad8

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

#d827ca
#d88d27
#27d835
#2772d8

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

#d827ca
#27d835
#27d88e
#d82771

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

#d827ca Color Code Preview on Black Background Color

This is how #d827ca Color will look on black background color. Color contrast ratio is 5.06

#d827ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d827ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d827ca

#d827ca color code is use for CSS Background Color

Background color for the above div is #d827ca

HTML with inline CSS

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

#d827ca color code is use for CSS Border Color

CSS Border color for the above div is #d827ca

HTML with inline CSS

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

CSS Border Left color for the above div is #d827ca

HTML with inline CSS

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

CSS Border Right color for the above div is #d827ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d827ca

HTML with inline CSS

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

CSS Border Top color for the above div is #d827ca

HTML with inline CSS

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

#d827ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d827ca Color code Preview on White Background

This is how #d827ca Color code will look on white background color. Color contrast ratio is 4.15

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

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(216,39,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(39,216,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(216,39,202,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.