COLOR #D88FAD

HEX: #D88FAD RGB: (216,143,173)

Color info

#D88FAD contains mainly red and blue colors. Web safe color of #D88FAD is #CC9999 (or #C99).

RGB color model

#D88FAD color RGB value is (216,143,173).

RGB: (216,143,173) (85%, 56%, 68%)

RGB channels and saturation

R 216 of 255 = 85%
G 143 of 255 = 56%
B 173 of 255 = 68%

216
143
173

R + G + B ~ 70%. #D88FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 143 + 173 = 532 (100%)
R 216 of 532 ~ 40.6%
G 143 of 532 ~ 26.88%
B 173 of 532 ~ 32.52'%

%40.6
%26.88
%32.52

CMYK color model

#D88FAD color CMYK value is (0,34,20,15).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK: (0,34,20,15) C0M34Y20K15 (0%,34%,20%,15%) (0.00/0.34/0.20/0.15) 

CMYK percentages

%0
%33.8
%19.91
%15.29

Codes

Color #D88FAD in popluar color models

D8 8F AD
RGB 216 143 173
HSL 335° 48.34% 70.39%
HSB/HSV 335° 33.80% 84.71%
CMYK 0.00% 33.80% 19.91%
15.29%

Color #D88FAD in popluar number systems.

HEX D8 8F AD
Decimal 216 143 173
Binary 11011000 10001111 10101101
Octal 330 217 255

Shades and tints

Shades of #D88FAD

#D88FAD
(216,143,173)
#C5829E
(197,130,158)
#B2758F
(178,117,143)
#9F6880
(159,104,128)
#8C5B71
(140,91,113)
#794E62
(121,78,98)
#664153
(102,65,83)
#533444
(83,52,68)
#402735
(64,39,53)
#2D1A26
(45,26,38)
#1A0D17
(26,13,23)
#000000
(0,0,0)

Tints of #D88FAD

#D88FAD
(216,143,173)
#DB99B4
(219,153,180)
#DEA3BB
(222,163,187)
#E1ADC2
(225,173,194)
#E4B7C9
(228,183,201)
#E7C1D0
(231,193,208)
#EACBD7
(234,203,215)
#EDD5DE
(237,213,222)
#F0DFE5
(240,223,229)
#F3E9EC
(243,233,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88FAD color. Also use rgb(216,143,173) instead hex code.

Text Font Color

.myTextColor { color: #D88FAD; }

<p style="color:#D88FAD">This sample text font color is #D88FAD.</p>

This text font color is #D88FAD.

Background Color

.myBgColor { background-color: #D88FAD; }

<div style="background-color:#D88FAD">Inner text</div>

This div background color is #D88FAD.

Border color

.myBorderColor { border: 1px solid #D88FAD; }

<div style="border:3px solid #D88FAD">Div</div>

This div border color is #D88FAD.

Opacity

.myOpacity80 { color: #D88FAD; opacity: 0.8; }

<p style="color:#D88FAD;opacity:0.8;">80%</p>

Text with #D88FAD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D88FAD;}

<p style="text-shadow: 3px 3px 1px #D88FAD">Text here.</p>

This text has shadow with #D88FAD color.


.textShadow {text-shadow: 3px 3px 1px #D88FAD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D88FAD, 5px 5px 20px red">Text here.</p>

This text has shadow with #D88FAD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D88FAD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D88FAD, Direction=45, Strength=4)">Text</p>

This text has shadow with #D88FAD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D88FAD;
-webkit-box-shadow: 1px 1px 3px 2px #D88FAD;
box-shadow: 1px 1px 3px 2px #D88FAD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D88FAD; -webkit-box-shadow: 1px 1px 3px 2px #D88FAD; box-shadow:1px 1px 3px 2px #D88FAD;">
Div content here
</div>

This div box has shadow with color #D88FAD.

Preview

Color preview on black background

This text has color #D88FAD on black background.


Color preview on white background

This text has color #D88FAD on white background.


Black color preview on #D88FAD background

This text has black color on #D88FAD background.


White color preview on #D88FAD background

This text has white color on #D88FAD background.


Related colors

Complementary color

Complementary color for #hex is #277052.


I love getcolorcode.com

Triadic colors

1 #ADD88F and #8FADD8 with #D88FAD are triadic colors.

2 #AD8FD8 and #8FD8AD with #D88FAD are triadic colors.