COLOR #D88DCB

HEX: #D88DCB RGB: (216,141,203)

Color info

#D88DCB contains mainly red and blue colors. Web safe color of #D88DCB is #CC99CC (or #C9C).

RGB color model

#D88DCB color RGB value is (216,141,203).

RGB: (216,141,203) (85%, 55%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 203 of 255 = 80%

216
141
203

R + G + B ~ 73%. #D88DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 141 + 203 = 560 (100%)
R 216 of 560 ~ 38.57%
G 141 of 560 ~ 25.18%
B 203 of 560 ~ 36.25'%

%38.57
%25.18
%36.25

CMYK color model

#D88DCB color CMYK value is (0,35,6,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 6.02%
  • key color value is 15.29%

CMYK: (0,35,6,15)
C0M35Y6K15 (0%, 35%, 6%, 15%)
(0.00 / 0.35 / 0.06 / 0.15)

CMYK percentages

%0
%34.72
%6.02
%15.29

Codes

Color #D88DCB in popluar color models

D8 8D CB
RGB 216 141 203
HSL 310° 49.02% 70.00%
HSB/HSV 310° 34.72% 84.71%
CMYK 0.00% 34.72% 6.02%
15.29%

Color #D88DCB in popluar number systems.

HEX D8 8D CB
Decimal 216 141 203
Binary 11011000 10001101 11001011
Octal 330 215 313

Shades and tints

Shades of #D88DCB

#D88DCB
(216,141,203)
#C581B9
(197,129,185)
#B275A7
(178,117,167)
#9F6995
(159,105,149)
#8C5D83
(140,93,131)
#795171
(121,81,113)
#66455F
(102,69,95)
#53394D
(83,57,77)
#402D3B
(64,45,59)
#2D2129
(45,33,41)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #D88DCB

#D88DCB
(216,141,203)
#DB97CF
(219,151,207)
#DEA1D3
(222,161,211)
#E1ABD7
(225,171,215)
#E4B5DB
(228,181,219)
#E7BFDF
(231,191,223)
#EAC9E3
(234,201,227)
#EDD3E7
(237,211,231)
#F0DDEB
(240,221,235)
#F3E7EF
(243,231,239)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88DCB color. Also use rgb(216,141,203) instead hex code.

Text Font Color

.myTextColor { color: #D88DCB; }

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

This text font color is #D88DCB.

Background Color

.myBgColor { background-color: #D88DCB; }

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

This div background color is #D88DCB.

Border color

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

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

This div border color is #D88DCB.

Opacity

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

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

Text with #D88DCB 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 #D88DCB;}

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

This text has shadow with #D88DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88DCB.

Preview

Color preview on black background

This text has color #D88DCB on black background.


Color preview on white background

This text has color #D88DCB on white background.


Black color preview on #D88DCB background

This text has black color on #D88DCB background.


White color preview on #D88DCB background

This text has white color on #D88DCB background.


Related colors

Complementary color

Complementary color for #hex is #277234.


I love getcolorcode.com

Triadic colors

1 #CBD88D and #8DCBD8 with #D88DCB are triadic colors.

2 #CB8DD8 and #8DD8CB with #D88DCB are triadic colors.