COLOR #D88AD8

HEX: #D88AD8
RGB: (216,138,216)

Color info

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

RGB color model

#D88AD8 color RGB value is (216,138,216).

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

RGB channels and saturation

R 216 of 255 = 85%
G 138 of 255 = 54%
B 216 of 255 = 85%

216
138
216

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

Portions of RGB colors in percentages

R + G + B =
216 + 138 + 216 = 570 (100%)
R 216 of 570 ~ 37.89%
G 138 of 570 ~ 24.21%
B 216 of 570 ~ 37.89%

%37.89
%24.21
%37.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(0,36,0,15)
C0M36Y0K15 
(0%,36%,0%,15%)
(0.00/0.36/0.00/0.15)	

CMYK percentages

%0
%36.11
%0
%15.29

Codes

Color #D88AD8 in popluar color models

D88AD8
RGB216138216
HSL300°50.00%69.41%
HSB/HSV300°36.11%84.71%
CMYK0.00%36.11%0.00%
15.29%

Color #D88AD8 in popluar number systems.

HEXD88AD8
Decimal216138216
Binary110110001000101011011000
Octal330212330

Shades and tints

Shades of #D88AD8

#D88AD8
(216,138,216)
#C57EC5
(197,126,197)
#B272B2
(178,114,178)
#9F669F
(159,102,159)
#8C5A8C
(140,90,140)
#794E79
(121,78,121)
#664266
(102,66,102)
#533653
(83,54,83)
#402A40
(64,42,64)
#2D1E2D
(45,30,45)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #D88AD8

#D88AD8
(216,138,216)
#DB94DB
(219,148,219)
#DE9EDE
(222,158,222)
#E1A8E1
(225,168,225)
#E4B2E4
(228,178,228)
#E7BCE7
(231,188,231)
#EAC6EA
(234,198,234)
#EDD0ED
(237,208,237)
#F0DAF0
(240,218,240)
#F3E4F3
(243,228,243)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88AD8; }

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

This text font color is #D88AD8.


Background Color

.myBgColor { background-color: #D88AD8; }

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

This div background color is #D88AD8.


Border color

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

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

This div border color is #D88AD8.


Opacity

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

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

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

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

This text has shadow with #D88AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88AD8 on black background.


Color preview on white background

This text has color #D88AD8 on white background.



Black color preview on #D88AD8 background

This text has black color on #D88AD8 background.


White color preview on #D88AD8 background

This text has white color on #D88AD8 background.