crispedge.com

#d479bc hex color - Violet - Warm color - Information

#d479bc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d479bc Color code in RGB color code model is created after adding 83.14% red color, 47.45% green color and 73.73% blue color. Hex #d479bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 11% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded479bc#d479bc
RGB Decimal212, 121, 188rgb(212, 121, 188)
RGB Percent83%, 47%, 74%rgb(83%, 47%, 74%)
CSS RGBa212, 121, 188,1rgba(212,121,188,1)
CMYK Modelcmyk(0%,43%,11%,17%)
HSL Color Space316,51% ,65%hsl(316,51% ,65%)
HSV Color Space316°, 43%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101000111100110111100
Octal324171274
Decimal212121188
Hexd479bc

Different shades of #d479bc color code.

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

Light Shade of #d479bc
#e0a0cf
Dark Shade of #d479bc
#c852a9
Saturated Shade of #d479bc
#dd70c0
Desaturated Shade of #d479bc
#cb82b8
Grey scale Shade of #d479bc
#a6a6a6
Brighten Shade
#ed92d5
Most Readable Shade
#000000

Shades of #d479bc color code

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

#d479bc
#bc6ba7
#a45e92
#8d507d
#754368
#5e3553
#46283e
#2f1a29
#170d14
#000000

Similar Color like #d479bc color

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

#d57abd
#d67bbe
#d77cbf
#d87dc0
#d97ec1
#da7fc2
#db80c3
#dc81c4
#dd82c5
#de83c6
#df84c7
#e085c8
#e186c9
#e287ca
#d378bb
#d277ba
#d176b9
#d075b8
#cf74b7
#ce73b6
#cd72b5
#cc71b4
#cb70b3
#ca6fb2
#c96eb1
#c86db0
#c76caf
#c66bae

Monochromatic Color with #d479bc

#d479bc
#fe91e2
#2a1825
#54304b
#7f4871
#a96196

Tints of #d479bc Color

#d479bc
#d887c3
#dd96ca
#e2a5d2
#e7b4d9
#ebc3e1
#f0d2e8
#f5e1f0
#faf0f7
#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

#d479bc
#79d491

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

Split Complementary

#d479bc
#8ed479
#79d4bf

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

Analogous Color

#c879d4
#d479ce
#d479bc
#d479aa
#d47998

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

#d479bc
#bcd479
#79bcd4

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

#d479bc
#d4be79
#79d491
#798ed4

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

#d479bc
#79d491
#79d4bf
#d4798e

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

#d479bc Color Code Preview on Black Background Color

This is how #d479bc Color will look on black background color. Color contrast ratio is 7.26

#d479bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d479bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d479bc

#d479bc color code is use for CSS Background Color

Background color for the above div is #d479bc

HTML with inline CSS

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

#d479bc color code is use for CSS Border Color

CSS Border color for the above div is #d479bc

HTML with inline CSS

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

CSS Border Left color for the above div is #d479bc

HTML with inline CSS

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

CSS Border Right color for the above div is #d479bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d479bc

HTML with inline CSS

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

CSS Border Top color for the above div is #d479bc

HTML with inline CSS

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

#d479bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d479bc Color code Preview on White Background

This is how #d479bc Color code will look on white background color. Color contrast ratio is 2.89

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

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(212,121,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,212,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,121,188,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>