crispedge.com

Color picker

Loading...

#d65f81 hex color - Red - Warm color - Information

#d65f81 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d65f81 Color code in RGB color code model is created after adding 83.92% red color, 37.25% green color and 50.59% blue color. Hex #d65f81 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 40% yellow and 16% black.

Hex #d65f81 color code is between #dd6688 web safe hex color code and #cc5577 web safe hex color code. #dd6688 is the nearest web safe color code. You can see here many more shades of #d65f81 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded65f81#d65f81
RGB Decimal214, 95, 129rgb(214, 95, 129)
RGB Percent84%, 37%, 51%rgb(84%, 37%, 51%)
CSS RGBa214, 95, 129,1rgba(214,95,129,1)
CMYK Modelcmyk(0%,56%,40%,16%)
HSL Color Space343,59% ,61%hsl(343,59% ,61%)
HSV Color Space343°, 56%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100101111110000001
Octal326137201
Decimal21495129
Hexd65f81

Different shades of #d65f81 color code.

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

Light Shade of #d65f81
#e088a1
Dark Shade of #d65f81
#cc3661
Saturated Shade of #d65f81
#e0557d
Desaturated Shade of #d65f81
#cc6985
Grey scale Shade of #d65f81
#9a9a9a
Brighten Shade
#ef789a
Most Readable Shade
#FFFFFF

Shades of #d65f81 color code

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

#d65f81
#be5472
#a64964
#8e3f56
#763447
#5f2a39
#471f2b
#2f151c
#170a0e
#000000

Similar Color like #d65f81 color

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

#d76082
#d86183
#d96284
#da6385
#db6486
#dc6587
#dd6688
#de6789
#df688a
#e0698b
#e16a8c
#e26b8d
#e36c8e
#e46d8f
#d55e80
#d45d7f
#d35c7e
#d25b7d
#d15a7c
#d0597b
#cf587a
#ce5779
#cd5678
#cc5577
#cb5476
#ca5375
#c95274
#c85173

Monochromatic Color with #d65f81

#d65f81
#010101
#2c141b
#562634
#81394e
#ab4c67

Tints of #d65f81 Color

#d65f81
#da708f
#df829d
#e394ab
#e8a6b9
#ecb7c7
#f1c9d5
#f5dbe3
#faedf1
#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

#d65f81
#5fd6b4

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

Split Complementary

#d65f81
#5fd679
#5fbcd6

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

Analogous Color

#d65fb1
#d65f99
#d65f81
#d65f69
#d66d5f

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

#d65f81
#81d65f
#5f81d6

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

#d65f81
#bcd65f
#5fd6b4
#785fd6

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

#d65f81
#5fd6b4
#5fbcd6
#d6795f

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

#d65f81 Color Code Preview on Black Background Color

This is how #d65f81 Color will look on black background color. Color contrast ratio is 5.81

#d65f81 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d65f81

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d65f81

#d65f81 color code is use for CSS Background Color

Background color for the above div is #d65f81

HTML with inline CSS

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

#d65f81 color code is use for CSS Border Color

CSS Border color for the above div is #d65f81

HTML with inline CSS

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

CSS Border Left color for the above div is #d65f81

HTML with inline CSS

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

CSS Border Right color for the above div is #d65f81

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d65f81

HTML with inline CSS

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

CSS Border Top color for the above div is #d65f81

HTML with inline CSS

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

#d65f81 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d65f81 Color code Preview on White Background

This is how #d65f81 Color code will look on white background color. Color contrast ratio is 3.61

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

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(214,95,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,214,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,95,129,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.