crispedge.com

Color picker

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

#fd53db hex color - Violet - Warm color - Information

#fd53db hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #fd53db Color code in RGB color code model is created after adding 99.22% red color, 32.55% green color and 85.88% blue color. Hex #fd53db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 13% yellow and 1% black.

Hex #fd53db color code is between #ff55dd web safe hex color code and #ee44cc web safe hex color code. #ff55dd is the nearest web safe color code. You can see here many more shades of #fd53db color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefd53db#fd53db
RGB Decimal253, 83, 219rgb(253, 83, 219)
RGB Percent99%, 33%, 86%rgb(99%, 33%, 86%)
CSS RGBa253, 83, 219,1rgba(253,83,219,1)
CMYK Modelcmyk(0%,67%,13%,1%)
HSL Color Space312,98% ,66%hsl(312,98% ,66%)
HSV Color Space312°, 67%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010101001111011011
Octal375123333
Decimal25383219
Hexfd53db

Different shades of #fd53db color code.

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

Light Shade of #fd53db
#fe85e6
Dark Shade of #fd53db
#fc21d0
Saturated Shade of #fd53db
#ff51dc
Desaturated Shade of #fd53db
#f45cd6
Grey scale Shade of #fd53db
#a8a8a8
Brighten Shade
#ff6cf4
Most Readable Shade
#000000

Shades of #fd53db color code

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

#fd53db
#e049c2
#c440aa
#a83792
#8c2e79
#702461
#541b49
#381230
#1c0918
#000000

Similar Color like #fd53db color

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

#fe54dc
#ff55dd
#ff56de
#ff57df
#ff58e0
#ff59e1
#ff5ae2
#ff5be3
#ff5ce4
#ff5de5
#ff5ee6
#ff5fe7
#ff60e8
#ff61e9
#fc52da
#fb51d9
#fa50d8
#f94fd7
#f84ed6
#f74dd5
#f64cd4
#f54bd3
#f44ad2
#f349d1
#f248d0
#f147cf
#f046ce
#ef45cd

Monochromatic Color with #fd53db

#fd53db
#280d23
#531b48
#7d296d
#a83791
#d245b6

Tints of #fd53db Color

#fd53db
#fd66df
#fd79e3
#fd8ce7
#fd9feb
#feb2ef
#fec5f3
#fed8f7
#feebfb
#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

#fd53db
#53fd75

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

Split Complementary

#fd53db
#86fd53
#53fdca

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

Analogous Color

#db53fd
#fd53fd
#fd53db
#fd53b9
#fd5397

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

#fd53db
#dbfd53
#53dbfd

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

#fd53db
#fdca53
#53fd75
#5386fd

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

#fd53db
#53fd75
#53fdca
#fd5386

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

#fd53db Color Code Preview on Black Background Color

This is how #fd53db Color will look on black background color. Color contrast ratio is 7.44

#fd53db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd53db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd53db

#fd53db color code is use for CSS Background Color

Background color for the above div is #fd53db

HTML with inline CSS

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

#fd53db color code is use for CSS Border Color

CSS Border color for the above div is #fd53db

HTML with inline CSS

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

CSS Border Left color for the above div is #fd53db

HTML with inline CSS

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

CSS Border Right color for the above div is #fd53db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd53db

HTML with inline CSS

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

CSS Border Top color for the above div is #fd53db

HTML with inline CSS

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

#fd53db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd53db Color code Preview on White Background

This is how #fd53db Color code will look on white background color. Color contrast ratio is 2.82

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

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.