COLOR #D88DB4

HEX: #D88DB4
RGB: (216,141,180)

Color info

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

RGB color model

#D88DB4 color RGB value is (216,141,180).

  • red value is 216;
  • green value is 141;
  • blue value is 180.
RGB:
(216,141,180)
(85%,55%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 180 of 255 = 71%

216
141
180

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

Portions of RGB colors in percentages

R + G + B =
216 + 141 + 180 = 537 (100%)
R 216 of 537 ~ 40.22%
G 141 of 537 ~ 26.26%
B 180 of 537 ~ 33.52%

%40.22
%26.26
%33.52

CMYK color model

#D88DB4 color CMYK value is (0,35,17,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(0,35,17,15)
C0M35Y17K15 
(0%,35%,17%,15%)
(0.00/0.35/0.17/0.15)	

CMYK percentages

%0
%34.72
%16.67
%15.29

Codes

Color #D88DB4 in popluar color models

D88DB4
RGB216141180
HSL329°49.02%70.00%
HSB/HSV329°34.72%84.71%
CMYK0.00%34.72%16.67%
15.29%

Color #D88DB4 in popluar number systems.

HEXD88DB4
Decimal216141180
Binary110110001000110110110100
Octal330215264

Shades and tints

Shades of #D88DB4

#D88DB4
(216,141,180)
#C581A4
(197,129,164)
#B27594
(178,117,148)
#9F6984
(159,105,132)
#8C5D74
(140,93,116)
#795164
(121,81,100)
#664554
(102,69,84)
#533944
(83,57,68)
#402D34
(64,45,52)
#2D2124
(45,33,36)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #D88DB4

#D88DB4
(216,141,180)
#DB97BA
(219,151,186)
#DEA1C0
(222,161,192)
#E1ABC6
(225,171,198)
#E4B5CC
(228,181,204)
#E7BFD2
(231,191,210)
#EAC9D8
(234,201,216)
#EDD3DE
(237,211,222)
#F0DDE4
(240,221,228)
#F3E7EA
(243,231,234)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88DB4; }

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

This text font color is #D88DB4.


Background Color

.myBgColor { background-color: #D88DB4; }

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

This div background color is #D88DB4.


Border color

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

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

This div border color is #D88DB4.


Opacity

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

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

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

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

This text has shadow with #D88DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88DB4 on black background.


Color preview on white background

This text has color #D88DB4 on white background.



Black color preview on #D88DB4 background

This text has black color on #D88DB4 background.


White color preview on #D88DB4 background

This text has white color on #D88DB4 background.