crispedge.com

Color picker

Loading...

#d479dc hex color - Violet - Warm color - Information

#d479dc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d479dc Color code in RGB color code model is created after adding 83.14% red color, 47.45% green color and 86.27% blue color. Hex #d479dc Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 45% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Coded479dc#d479dc
RGB Decimal212, 121, 220rgb(212, 121, 220)
RGB Percent83%, 47%, 86%rgb(83%, 47%, 86%)
CSS RGBa212, 121, 220,1rgba(212,121,220,1)
CMYK Modelcmyk(4%,45%,0%,14%)
HSL Color Space295,59% ,67%hsl(295,59% ,67%)
HSV Color Space295°, 45%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101000111100111011100
Octal324171334
Decimal212121220
Hexd479dc

Different shades of #d479dc color code.

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

Light Shade of #d479dc
#e1a1e7
Dark Shade of #d479dc
#c751d1
Saturated Shade of #d479dc
#db71e4
Desaturated Shade of #d479dc
#cd81d4
Grey scale Shade of #d479dc
#aaaaaa
Brighten Shade
#ed92f5
Most Readable Shade
#000000

Shades of #d479dc color code

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

#d479dc
#bc6bc3
#a45eab
#8d5092
#75437a
#5e3561
#462849
#2f1a30
#170d18
#000000

Similar Color like #d479dc color

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

#d57add
#d67bde
#d77cdf
#d87de0
#d97ee1
#da7fe2
#db80e3
#dc81e4
#dd82e5
#de83e6
#df84e7
#e085e8
#e186e9
#e287ea
#d378db
#d277da
#d176d9
#d075d8
#cf74d7
#ce73d6
#cd72d5
#cc71d4
#cb70d3
#ca6fd2
#c96ed1
#c86dd0
#c76ccf
#c66bce

Monochromatic Color with #d479dc

#d479dc
#070407
#301b32
#59335c
#824a87
#ab62b1

Tints of #d479dc Color

#d479dc
#d887df
#dd96e3
#e2a5e7
#e7b4eb
#ebc3ef
#f0d2f3
#f5e1f7
#faf0fb
#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

#d479dc
#81dc79

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

Split Complementary

#d479dc
#b3dc79
#79dca2

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

Analogous Color

#ac79dc
#c079dc
#d479dc
#dc79d0
#dc79bc

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

#d479dc
#dcd479
#79dcd4

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

#d479dc
#dca279
#81dc79
#79b2dc

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

#d479dc
#81dc79
#79dca2
#dc79b3

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

#d479dc Color Code Preview on Black Background Color

This is how #d479dc Color will look on black background color. Color contrast ratio is 7.57

#d479dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d479dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d479dc

#d479dc color code is use for CSS Background Color

Background color for the above div is #d479dc

HTML with inline CSS

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

#d479dc color code is use for CSS Border Color

CSS Border color for the above div is #d479dc

HTML with inline CSS

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

CSS Border Left color for the above div is #d479dc

HTML with inline CSS

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

CSS Border Right color for the above div is #d479dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d479dc

HTML with inline CSS

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

CSS Border Top color for the above div is #d479dc

HTML with inline CSS

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

#d479dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d479dc Color code Preview on White Background

This is how #d479dc Color code will look on white background color. Color contrast ratio is 2.77

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

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,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,220,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,121,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.