crispedge.com

Color picker

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

#dd99ba hex color - Red - Warm color - Information

#dd99ba hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd99ba Color code in RGB color code model is created after adding 86.67% red color, 60% green color and 72.94% blue color. Hex #dd99ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 16% yellow and 13% black.

Hex #dd99ba color code is between #cc88bb web safe hex color code and #eeaaaa web safe hex color code. #cc88bb is the nearest web safe color code. You can see here many more shades of #dd99ba color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codedd99ba#dd99ba
RGB Decimal221, 153, 186rgb(221, 153, 186)
RGB Percent87%, 60%, 73%rgb(87%, 60%, 73%)
CSS RGBa221, 153, 186,1rgba(221,153,186,1)
CMYK Modelcmyk(0%,31%,16%,13%)
HSL Color Space331,50% ,73%hsl(331,50% ,73%)
HSV Color Space331°, 31%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001100110111010
Octal335231272
Decimal221153186
Hexdd99ba

Different shades of #dd99ba color code.

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

Light Shade of #dd99ba
#eabfd4
Dark Shade of #dd99ba
#d073a0
Saturated Shade of #dd99ba
#e492ba
Desaturated Shade of #dd99ba
#d6a0ba
Grey scale Shade of #dd99ba
#bbbbbb
Brighten Shade
#f6b2d3
Most Readable Shade
#000000

Shades of #dd99ba color code

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

#dd99ba
#c488a5
#ab7790
#93667c
#7a5567
#624452
#49333e
#312229
#181114
#000000

Similar Color like #dd99ba color

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

#de9abb
#df9bbc
#e09cbd
#e19dbe
#e29ebf
#e39fc0
#e4a0c1
#e5a1c2
#e6a2c3
#e7a3c4
#e8a4c5
#e9a5c6
#eaa6c7
#eba7c8
#dc98b9
#db97b8
#da96b7
#d995b6
#d894b5
#d793b4
#d692b3
#d591b2
#d490b1
#d38fb0
#d28eaf
#d18dae
#d08cad
#cf8bac

Monochromatic Color with #dd99ba

#dd99ba
#080607
#33232b
#5d414f
#885e72
#b37c96

Tints of #dd99ba Color

#dd99ba
#e0a4c1
#e4afc9
#e8bbd1
#ecc6d8
#efd1e0
#f3dde8
#f7e8ef
#fbf3f7
#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

#dd99ba
#99ddbc

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

Split Complementary

#dd99ba
#99dd9a
#99dcdd

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

Analogous Color

#dd99d5
#dd99c8
#dd99ba
#dd99ac
#dd999f

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

#dd99ba
#badd99
#99badd

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

#dd99ba
#dcdd99
#99ddbc
#9a99dd

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

#dd99ba
#99ddbc
#99dcdd
#dd9a99

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

#dd99ba Color Code Preview on Black Background Color

This is how #dd99ba Color will look on black background color. Color contrast ratio is 9.34

#dd99ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd99ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd99ba

#dd99ba color code is use for CSS Background Color

Background color for the above div is #dd99ba

HTML with inline CSS

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

#dd99ba color code is use for CSS Border Color

CSS Border color for the above div is #dd99ba

HTML with inline CSS

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

CSS Border Left color for the above div is #dd99ba

HTML with inline CSS

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

CSS Border Right color for the above div is #dd99ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd99ba

HTML with inline CSS

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

CSS Border Top color for the above div is #dd99ba

HTML with inline CSS

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

#dd99ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd99ba Color code Preview on White Background

This is how #dd99ba Color code will look on white background color. Color contrast ratio is 2.25

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.