COLOR #D88DD8

HEX: #D88DD8
RGB: (216,141,216)

Color info

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

RGB color model

#D88DD8 color RGB value is (216,141,216).

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

RGB channels and saturation

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

216
141
216

R + G + B ~ 75%. #D88DD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 141 + 216 = 573 (100%)
R 216 of 573 ~ 37.7%
G 141 of 573 ~ 24.61%
B 216 of 573 ~ 37.7%

%37.7
%24.61
%37.7

CMYK color model

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

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

CMYK percentages

%0
%34.72
%0
%15.29

Codes

Color #D88DD8 in popluar color models

D88DD8
RGB216141216
HSL300°49.02%70.00%
HSB/HSV300°34.72%84.71%
CMYK0.00%34.72%0.00%
15.29%

Color #D88DD8 in popluar number systems.

HEXD88DD8
Decimal216141216
Binary110110001000110111011000
Octal330215330

Shades and tints

Shades of #D88DD8

#D88DD8
(216,141,216)
#C581C5
(197,129,197)
#B275B2
(178,117,178)
#9F699F
(159,105,159)
#8C5D8C
(140,93,140)
#795179
(121,81,121)
#664566
(102,69,102)
#533953
(83,57,83)
#402D40
(64,45,64)
#2D212D
(45,33,45)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #D88DD8

#D88DD8
(216,141,216)
#DB97DB
(219,151,219)
#DEA1DE
(222,161,222)
#E1ABE1
(225,171,225)
#E4B5E4
(228,181,228)
#E7BFE7
(231,191,231)
#EAC9EA
(234,201,234)
#EDD3ED
(237,211,237)
#F0DDF0
(240,221,240)
#F3E7F3
(243,231,243)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88DD8; }

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

This text font color is #D88DD8.


Background Color

.myBgColor { background-color: #D88DD8; }

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

This div background color is #D88DD8.


Border color

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

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

This div border color is #D88DD8.


Opacity

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

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

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

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

This text has shadow with #D88DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88DD8 on black background.


Color preview on white background

This text has color #D88DD8 on white background.



Black color preview on #D88DD8 background

This text has black color on #D88DD8 background.


White color preview on #D88DD8 background

This text has white color on #D88DD8 background.