crispedge.com

Color picker

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

#d88ca8 hex color - Red - Warm color - Information

#d88ca8 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d88ca8 Color code in RGB color code model is created after adding 84.71% red color, 54.9% green color and 65.88% blue color. Hex #d88ca8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 22% yellow and 15% black.

Hex #d88ca8 color code is between #dd88aa web safe hex color code and #cc9999 web safe hex color code. #dd88aa is the nearest web safe color code. You can see here many more shades of #d88ca8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded88ca8#d88ca8
RGB Decimal216, 140, 168rgb(216, 140, 168)
RGB Percent85%, 55%, 66%rgb(85%, 55%, 66%)
CSS RGBa216, 140, 168,1rgba(216,140,168,1)
CMYK Modelcmyk(0%,35%,22%,15%)
HSL Color Space338,49% ,70%hsl(338,49% ,70%)
HSV Color Space338°, 35%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110001000110010101000
Octal330214250
Decimal216140168
Hexd88ca8

Different shades of #d88ca8 color code.

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

Light Shade of #d88ca8
#e5b2c5
Dark Shade of #d88ca8
#cb668b
Saturated Shade of #d88ca8
#e084a6
Desaturated Shade of #d88ca8
#d094aa
Grey scale Shade of #d88ca8
#b2b2b2
Brighten Shade
#f1a5c1
Most Readable Shade
#000000

Shades of #d88ca8 color code

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

#d88ca8
#c07c95
#a86c82
#905d70
#784d5d
#603e4a
#482e38
#301f25
#180f12
#000000

Similar Color like #d88ca8 color

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

#d98da9
#da8eaa
#db8fab
#dc90ac
#dd91ad
#de92ae
#df93af
#e094b0
#e195b1
#e296b2
#e397b3
#e498b4
#e599b5
#e69ab6
#d78ba7
#d68aa6
#d589a5
#d488a4
#d387a3
#d286a2
#d185a1
#d084a0
#cf839f
#ce829e
#cd819d
#cc809c
#cb7f9b
#ca7e9a

Monochromatic Color with #d88ca8

#d88ca8
#030203
#2e1e24
#583945
#835566
#ad7087

Tints of #d88ca8 Color

#d88ca8
#dc98b1
#e0a5bb
#e5b2c5
#e9bfce
#edcbd8
#f2d8e2
#f6e5eb
#faf2f5
#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

#d88ca8
#8cd8bc

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

Split Complementary

#d88ca8
#8cd896
#8cced8

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

Analogous Color

#d88cc6
#d88cb7
#d88ca8
#d88c99
#d88e8c

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

#d88ca8
#a8d88c
#8ca8d8

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

#d88ca8
#ced88c
#8cd8bc
#968cd8

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

#d88ca8
#8cd8bc
#8cced8
#d8968c

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

#d88ca8 Color Code Preview on Black Background Color

This is how #d88ca8 Color will look on black background color. Color contrast ratio is 8.24

#d88ca8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d88ca8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d88ca8

#d88ca8 color code is use for CSS Background Color

Background color for the above div is #d88ca8

HTML with inline CSS

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

#d88ca8 color code is use for CSS Border Color

CSS Border color for the above div is #d88ca8

HTML with inline CSS

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

CSS Border Left color for the above div is #d88ca8

HTML with inline CSS

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

CSS Border Right color for the above div is #d88ca8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d88ca8

HTML with inline CSS

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

CSS Border Top color for the above div is #d88ca8

HTML with inline CSS

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

#d88ca8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d88ca8 Color code Preview on White Background

This is how #d88ca8 Color code will look on white background color. Color contrast ratio is 2.55

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

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.