crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#da71dd hex color - Violet - Warm color - Information

#da71dd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #da71dd Color code in RGB color code model is created after adding 85.49% red color, 44.31% green color and 86.67% blue color. Hex #da71dd Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 49% magenta, 0% yellow and 13% black.

Hex #da71dd color code is between #dd77cc web safe hex color code and #cc66ee web safe hex color code. #dd77cc is the nearest web safe color code. You can see here many more shades of #da71dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeda71dd#da71dd
RGB Decimal218, 113, 221rgb(218, 113, 221)
RGB Percent85%, 44%, 87%rgb(85%, 44%, 87%)
CSS RGBa218, 113, 221,1rgba(218,113,221,1)
CMYK Modelcmyk(1%,49%,0%,13%)
HSL Color Space298,61% ,65%hsl(298,61% ,65%)
HSV Color Space298°, 49%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100111000111011101
Octal332161335
Decimal218113221
Hexda71dd

Different shades of #da71dd color code.

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

Light Shade of #da71dd
#e59ae7
Dark Shade of #da71dd
#cf48d3
Saturated Shade of #da71dd
#e268e6
Desaturated Shade of #da71dd
#d27ad4
Grey scale Shade of #da71dd
#a7a7a7
Brighten Shade
#f38af6
Most Readable Shade
#000000

Shades of #da71dd color code

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

#da71dd
#c164c4
#a957ab
#914b93
#793e7a
#603262
#482549
#301931
#180c18
#000000

Similar Color like #da71dd color

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

#db72de
#dc73df
#dd74e0
#de75e1
#df76e2
#e077e3
#e178e4
#e279e5
#e37ae6
#e47be7
#e57ce8
#e67de9
#e77eea
#e87feb
#d970dc
#d86fdb
#d76eda
#d66dd9
#d56cd8
#d46bd7
#d36ad6
#d269d5
#d168d4
#d067d3
#cf66d2
#ce65d1
#cd64d0
#cc63cf

Monochromatic Color with #da71dd

#da71dd
#080408
#321a33
#5c305d
#864688
#b05bb3

Tints of #da71dd Color

#da71dd
#de80e0
#e290e4
#e6a0e8
#eab0ec
#eebfef
#f2cff3
#f6dff7
#faeffb
#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

#da71dd
#74dd71

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

Split Complementary

#da71dd
#aadd71
#71dda4

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

Analogous Color

#af71dd
#c471dd
#da71dd
#dd71ca
#dd71b5

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

#da71dd
#ddda71
#71ddda

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

#da71dd
#dda471
#74dd71
#71aadd

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

#da71dd
#74dd71
#71dda4
#dd71aa

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

#da71dd Color Code Preview on Black Background Color

This is how #da71dd Color will look on black background color. Color contrast ratio is 7.39

#da71dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da71dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da71dd

#da71dd color code is use for CSS Background Color

Background color for the above div is #da71dd

HTML with inline CSS

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

#da71dd color code is use for CSS Border Color

CSS Border color for the above div is #da71dd

HTML with inline CSS

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

CSS Border Left color for the above div is #da71dd

HTML with inline CSS

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

CSS Border Right color for the above div is #da71dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da71dd

HTML with inline CSS

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

CSS Border Top color for the above div is #da71dd

HTML with inline CSS

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

#da71dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da71dd Color code Preview on White Background

This is how #da71dd Color code will look on white background color. Color contrast ratio is 2.84

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.