COLOR #D88BD1

HEX: #D88BD1
RGB: (216,139,209)

Color info

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

RGB color model

#D88BD1 color RGB value is (216,139,209).

  • red value is 216;
  • green value is 139;
  • blue value is 209.
RGB:
(216,139,209)
(85%,55%,82%)

RGB channels and saturation

R 216 of 255 = 85%
G 139 of 255 = 55%
B 209 of 255 = 82%

216
139
209

R + G + B ~ 74%. #D88BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 139 + 209 = 564 (100%)
R 216 of 564 ~ 38.3%
G 139 of 564 ~ 24.65%
B 209 of 564 ~ 37.06%

%38.3
%24.65
%37.06

CMYK color model

#D88BD1 color CMYK value is (0,36,3,15).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(0,36,3,15)
C0M36Y3K15 
(0%,36%,3%,15%)
(0.00/0.36/0.03/0.15)	

CMYK percentages

%0
%35.65
%3.24
%15.29

Codes

Color #D88BD1 in popluar color models

D88BD1
RGB216139209
HSL305°49.68%69.61%
HSB/HSV305°35.65%84.71%
CMYK0.00%35.65%3.24%
15.29%

Color #D88BD1 in popluar number systems.

HEXD88BD1
Decimal216139209
Binary110110001000101111010001
Octal330213321

Shades and tints

Shades of #D88BD1

#D88BD1
(216,139,209)
#C57FBE
(197,127,190)
#B273AB
(178,115,171)
#9F6798
(159,103,152)
#8C5B85
(140,91,133)
#794F72
(121,79,114)
#66435F
(102,67,95)
#53374C
(83,55,76)
#402B39
(64,43,57)
#2D1F26
(45,31,38)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #D88BD1

#D88BD1
(216,139,209)
#DB95D5
(219,149,213)
#DE9FD9
(222,159,217)
#E1A9DD
(225,169,221)
#E4B3E1
(228,179,225)
#E7BDE5
(231,189,229)
#EAC7E9
(234,199,233)
#EDD1ED
(237,209,237)
#F0DBF1
(240,219,241)
#F3E5F5
(243,229,245)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88BD1 color. Also use rgb(216,139,209) instead hex code.

Text Font Color

.myTextColor { color: #D88BD1; }

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

This text font color is #D88BD1.


Background Color

.myBgColor { background-color: #D88BD1; }

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

This div background color is #D88BD1.


Border color

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

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

This div border color is #D88BD1.


Opacity

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

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

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

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

This text has shadow with #D88BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88BD1 on black background.


Color preview on white background

This text has color #D88BD1 on white background.



Black color preview on #D88BD1 background

This text has black color on #D88BD1 background.


White color preview on #D88BD1 background

This text has white color on #D88BD1 background.