crispedge.com

Color picker

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

#db95f1 hex color - Violet - Warm color - Information

#db95f1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db95f1 Color code in RGB color code model is created after adding 85.88% red color, 58.43% green color and 94.51% blue color. Hex #db95f1 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 38% magenta, 0% yellow and 5% black.

Hex #db95f1 color code is between #dd99ee web safe hex color code and #cc88ff web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #db95f1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedb95f1#db95f1
RGB Decimal219, 149, 241rgb(219, 149, 241)
RGB Percent86%, 58%, 95%rgb(86%, 58%, 95%)
CSS RGBa219, 149, 241,1rgba(219,149,241,1)
CMYK Modelcmyk(9%,38%,0%,5%)
HSL Color Space286,77% ,76%hsl(286,77% ,76%)
HSV Color Space286°, 38%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111001010111110001
Octal333225361
Decimal219149241
Hexdb95f1

Different shades of #db95f1 color code.

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

Light Shade of #db95f1
#eac2f7
Dark Shade of #db95f1
#cc68eb
Saturated Shade of #db95f1
#de8ff7
Desaturated Shade of #db95f1
#d89beb
Grey scale Shade of #db95f1
#c3c3c3
Brighten Shade
#f4aeff
Most Readable Shade
#000000

Shades of #db95f1 color code

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

#db95f1
#c284d6
#aa73bb
#9263a0
#795285
#61426b
#493150
#302135
#18101a
#000000

Similar Color like #db95f1 color

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

#dc96f2
#dd97f3
#de98f4
#df99f5
#e09af6
#e19bf7
#e29cf8
#e39df9
#e49efa
#e59ffb
#e6a0fc
#e7a1fd
#e8a2fe
#e9a3ff
#da94f0
#d993ef
#d892ee
#d791ed
#d690ec
#d58feb
#d48eea
#d38de9
#d28ce8
#d18be7
#d08ae6
#cf89e5
#ce88e4
#cd87e3

Monochromatic Color with #db95f1

#db95f1
#1a121c
#412c47
#674671
#8e609c
#b47bc6

Tints of #db95f1 Color

#db95f1
#dfa0f2
#e3acf4
#e7b8f5
#ebc4f7
#efcff8
#f3dbfa
#f7e7fb
#fbf3fd
#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

#db95f1
#abf195

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

Split Complementary

#db95f1
#d9f195
#95f1ad

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

Analogous Color

#b695f1
#c995f1
#db95f1
#ed95f1
#f195e2

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

#db95f1
#f1db95
#95f1db

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

#db95f1
#f1ad95
#abf195
#95d9f1

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

#db95f1
#abf195
#95f1ad
#f195d9

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

#db95f1 Color Code Preview on Black Background Color

This is how #db95f1 Color will look on black background color. Color contrast ratio is 9.58

#db95f1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db95f1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db95f1

#db95f1 color code is use for CSS Background Color

Background color for the above div is #db95f1

HTML with inline CSS

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

#db95f1 color code is use for CSS Border Color

CSS Border color for the above div is #db95f1

HTML with inline CSS

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

CSS Border Left color for the above div is #db95f1

HTML with inline CSS

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

CSS Border Right color for the above div is #db95f1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db95f1

HTML with inline CSS

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

CSS Border Top color for the above div is #db95f1

HTML with inline CSS

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

#db95f1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db95f1 Color code Preview on White Background

This is how #db95f1 Color code will look on white background color. Color contrast ratio is 2.19

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

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.