crispedge.com

Color picker

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

#dd37ce hex color - Red - Warm color - Information

#dd37ce hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd37ce Color code in RGB color code model is created after adding 86.67% red color, 21.57% green color and 80.78% blue color. Hex #dd37ce Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 7% yellow and 13% black.

Hex #dd37ce color code is between #cc33cc web safe hex color code and #ee44dd web safe hex color code. #cc33cc is the nearest web safe color code. You can see here many more shades of #dd37ce color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd37ce#dd37ce
RGB Decimal221, 55, 206rgb(221, 55, 206)
RGB Percent87%, 22%, 81%rgb(87%, 22%, 81%)
CSS RGBa221, 55, 206,1rgba(221,55,206,1)
CMYK Modelcmyk(0%,75%,7%,13%)
HSL Color Space305,71% ,54%hsl(305,71% ,54%)
HSV Color Space305°, 75%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010011011111001110
Octal33567316
Decimal22155206
Hexdd37ce

Different shades of #dd37ce color code.

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

Light Shade of #dd37ce
#e463d9
Dark Shade of #dd37ce
#c021b2
Saturated Shade of #dd37ce
#e92bd8
Desaturated Shade of #dd37ce
#d143c4
Grey scale Shade of #dd37ce
#8a8a8a
Brighten Shade
#f650e7
Most Readable Shade
#FFFFFF

Shades of #dd37ce color code

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

#dd37ce
#c430b7
#ab2aa0
#932489
#7a1e72
#62185b
#491244
#310c2d
#180616
#000000

Similar Color like #dd37ce color

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

#de38cf
#df39d0
#e03ad1
#e13bd2
#e23cd3
#e33dd4
#e43ed5
#e53fd6
#e640d7
#e741d8
#e842d9
#e943da
#ea44db
#eb45dc
#dc36cd
#db35cc
#da34cb
#d933ca
#d832c9
#d731c8
#d630c7
#d52fc6
#d42ec5
#d32dc4
#d22cc3
#d12bc2
#d02ac1
#cf29c0

Monochromatic Color with #dd37ce

#dd37ce
#080208
#330d30
#5d1757
#88227f
#b32ca6

Tints of #dd37ce Color

#dd37ce
#e04dd3
#e463d8
#e879de
#ec8fe3
#efa6e9
#f3bcee
#f7d2f4
#fbe8f9
#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

#dd37ce
#37dd46

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

Split Complementary

#dd37ce
#7bdd37
#37dd99

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

Analogous Color

#aa37dd
#cb37dd
#dd37ce
#dd37ad
#dd378c

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

#dd37ce
#cedd37
#37cedd

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

#dd37ce
#dd9937
#37dd46
#377bdd

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

#dd37ce
#37dd46
#37dd99
#dd377b

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

#dd37ce Color Code Preview on Black Background Color

This is how #dd37ce Color will look on black background color. Color contrast ratio is 5.51

#dd37ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd37ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd37ce

#dd37ce color code is use for CSS Background Color

Background color for the above div is #dd37ce

HTML with inline CSS

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

#dd37ce color code is use for CSS Border Color

CSS Border color for the above div is #dd37ce

HTML with inline CSS

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

CSS Border Left color for the above div is #dd37ce

HTML with inline CSS

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

CSS Border Right color for the above div is #dd37ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd37ce

HTML with inline CSS

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

CSS Border Top color for the above div is #dd37ce

HTML with inline CSS

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

#dd37ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd37ce Color code Preview on White Background

This is how #dd37ce Color code will look on white background color. Color contrast ratio is 3.81

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

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.