COLOR #D88FD1

HEX: #D88FD1
RGB: (216,143,209)

Color info

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

RGB color model

#D88FD1 color RGB value is (216,143,209).

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

RGB channels and saturation

R 216 of 255 = 85%
G 143 of 255 = 56%
B 209 of 255 = 82%

216
143
209

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

Portions of RGB colors in percentages

R + G + B =
216 + 143 + 209 = 568 (100%)
R 216 of 568 ~ 38.03%
G 143 of 568 ~ 25.18%
B 209 of 568 ~ 36.8%

%38.03
%25.18
%36.8

CMYK color model

#D88FD1 color CMYK value is (0,34,3,15).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(0,34,3,15)
C0M34Y3K15 
(0%,34%,3%,15%)
(0.00/0.34/0.03/0.15)	

CMYK percentages

%0
%33.8
%3.24
%15.29

Codes

Color #D88FD1 in popluar color models

D88FD1
RGB216143209
HSL306°48.34%70.39%
HSB/HSV306°33.80%84.71%
CMYK0.00%33.80%3.24%
15.29%

Color #D88FD1 in popluar number systems.

HEXD88FD1
Decimal216143209
Binary110110001000111111010001
Octal330217321

Shades and tints

Shades of #D88FD1

#D88FD1
(216,143,209)
#C582BE
(197,130,190)
#B275AB
(178,117,171)
#9F6898
(159,104,152)
#8C5B85
(140,91,133)
#794E72
(121,78,114)
#66415F
(102,65,95)
#53344C
(83,52,76)
#402739
(64,39,57)
#2D1A26
(45,26,38)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #D88FD1

#D88FD1
(216,143,209)
#DB99D5
(219,153,213)
#DEA3D9
(222,163,217)
#E1ADDD
(225,173,221)
#E4B7E1
(228,183,225)
#E7C1E5
(231,193,229)
#EACBE9
(234,203,233)
#EDD5ED
(237,213,237)
#F0DFF1
(240,223,241)
#F3E9F5
(243,233,245)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88FD1; }

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

This text font color is #D88FD1.


Background Color

.myBgColor { background-color: #D88FD1; }

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

This div background color is #D88FD1.


Border color

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

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

This div border color is #D88FD1.


Opacity

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

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

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

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

This text has shadow with #D88FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88FD1 on black background.


Color preview on white background

This text has color #D88FD1 on white background.



Black color preview on #D88FD1 background

This text has black color on #D88FD1 background.


White color preview on #D88FD1 background

This text has white color on #D88FD1 background.