crispedge.com

Color picker

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

#df5293 hex color - Red - Warm color - Information

#df5293 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #df5293 Color code in RGB color code model is created after adding 87.45% red color, 32.16% green color and 57.65% blue color. Hex #df5293 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 34% yellow and 13% black.

Hex #df5293 color code is between #dd5599 web safe hex color code and #ee4488 web safe hex color code. #dd5599 is the nearest web safe color code. You can see here many more shades of #df5293 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedf5293#df5293
RGB Decimal223, 82, 147rgb(223, 82, 147)
RGB Percent87%, 32%, 58%rgb(87%, 32%, 58%)
CSS RGBa223, 82, 147,1rgba(223,82,147,1)
CMYK Modelcmyk(0%,63%,34%,13%)
HSL Color Space332,69% ,60%hsl(332,69% ,60%)
HSV Color Space332°, 63%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110101001010010011
Octal337122223
Decimal22382147
Hexdf5293

Different shades of #df5293 color code.

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

Light Shade of #df5293
#e77dae
Dark Shade of #df5293
#d62878
Saturated Shade of #df5293
#e94892
Desaturated Shade of #df5293
#d55c94
Grey scale Shade of #df5293
#989898
Brighten Shade
#f86bac
Most Readable Shade
#FFFFFF

Shades of #df5293 color code

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

#df5293
#c64882
#ad3f72
#943662
#7b2d51
#632441
#4a1b31
#311220
#180910
#000000

Similar Color like #df5293 color

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

#e05394
#e15495
#e25596
#e35697
#e45798
#e55899
#e6599a
#e75a9b
#e85b9c
#e95c9d
#ea5d9e
#eb5e9f
#ec5fa0
#ed60a1
#de5192
#dd5091
#dc4f90
#db4e8f
#da4d8e
#d94c8d
#d84b8c
#d74a8b
#d6498a
#d54889
#d44788
#d34687
#d24586
#d14485

Monochromatic Color with #df5293

#df5293
#0a0407
#351323
#5f233f
#8a335b
#b44277

Tints of #df5293 Color

#df5293
#e2659f
#e678ab
#e98bb7
#ed9ec3
#f0b2cf
#f4c5db
#f7d8e7
#fbebf3
#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

#df5293
#52df9e

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

Split Complementary

#df5293
#52df57
#52dadf

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

Analogous Color

#df52cb
#df52af
#df5293
#df5277
#df525b

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

#df5293
#93df52
#5293df

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

#df5293
#d9df52
#52df9e
#5752df

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

#df5293
#52df9e
#52dadf
#df5752

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

#df5293 Color Code Preview on Black Background Color

This is how #df5293 Color will look on black background color. Color contrast ratio is 5.77

#df5293 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5293

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df5293

#df5293 color code is use for CSS Background Color

Background color for the above div is #df5293

HTML with inline CSS

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

#df5293 color code is use for CSS Border Color

CSS Border color for the above div is #df5293

HTML with inline CSS

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

CSS Border Left color for the above div is #df5293

HTML with inline CSS

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

CSS Border Right color for the above div is #df5293

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df5293

HTML with inline CSS

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

CSS Border Top color for the above div is #df5293

HTML with inline CSS

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

#df5293 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df5293 Color code Preview on White Background

This is how #df5293 Color code will look on white background color. Color contrast ratio is 3.64

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

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.