crispedge.com

Color picker

Loading...

#d272b6 hex color - Violet - Warm color - Information

#d272b6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d272b6 Color code in RGB color code model is created after adding 82.35% red color, 44.71% green color and 71.37% blue color. Hex #d272b6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 13% yellow and 18% black.

Hex #d272b6 color code is between #cc77bb web safe hex color code and #dd66aa web safe hex color code. #cc77bb is the nearest web safe color code. You can see here many more shades of #d272b6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded272b6#d272b6
RGB Decimal210, 114, 182rgb(210, 114, 182)
RGB Percent82%, 45%, 71%rgb(82%, 45%, 71%)
CSS RGBa210, 114, 182,1rgba(210,114,182,1)
CMYK Modelcmyk(0%,46%,13%,18%)
HSL Color Space318,52% ,64%hsl(318,52% ,64%)
HSV Color Space317°, 46%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100111001010110110
Octal322162266
Decimal210114182
Hexd272b6

Different shades of #d272b6 color code.

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

Light Shade of #d272b6
#de99ca
Dark Shade of #d272b6
#c64ba2
Saturated Shade of #d272b6
#db69ba
Desaturated Shade of #d272b6
#c97bb2
Grey scale Shade of #d272b6
#a2a2a2
Brighten Shade
#eb8bcf
Most Readable Shade
#000000

Shades of #d272b6 color code

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

#d272b6
#ba65a1
#a3588d
#8c4c79
#743f65
#5d3250
#46263c
#2e1928
#170c14
#000000

Similar Color like #d272b6 color

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

#d373b7
#d474b8
#d575b9
#d676ba
#d777bb
#d878bc
#d979bd
#da7abe
#db7bbf
#dc7cc0
#dd7dc1
#de7ec2
#df7fc3
#e080c4
#d171b5
#d070b4
#cf6fb3
#ce6eb2
#cd6db1
#cc6cb0
#cb6baf
#ca6aae
#c969ad
#c868ac
#c767ab
#c666aa
#c565a9
#c464a8

Monochromatic Color with #d272b6

#d272b6
#fc89db
#281623
#522d47
#7d446c
#a75b91

Tints of #d272b6 Color

#d272b6
#d781be
#dc91c6
#e1a1ce
#e6b0d6
#ebc0de
#f0d0e6
#f5dfee
#faeff6
#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

#d272b6
#72d28e

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

Split Complementary

#d272b6
#86d272
#72d2be

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

Analogous Color

#c872d2
#d272c9
#d272b6
#d272a3
#d27290

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

#d272b6
#b6d272
#72b6d2

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

#d272b6
#d2be72
#72d28e
#7286d2

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

#d272b6
#72d28e
#72d2be
#d27286

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

#d272b6 Color Code Preview on Black Background Color

This is how #d272b6 Color will look on black background color. Color contrast ratio is 6.82

#d272b6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d272b6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d272b6

#d272b6 color code is use for CSS Background Color

Background color for the above div is #d272b6

HTML with inline CSS

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

#d272b6 color code is use for CSS Border Color

CSS Border color for the above div is #d272b6

HTML with inline CSS

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

CSS Border Left color for the above div is #d272b6

HTML with inline CSS

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

CSS Border Right color for the above div is #d272b6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d272b6

HTML with inline CSS

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

CSS Border Top color for the above div is #d272b6

HTML with inline CSS

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

#d272b6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d272b6 Color code Preview on White Background

This is how #d272b6 Color code will look on white background color. Color contrast ratio is 3.08

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

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,114,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,210,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,114,182,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.