COLOR #D188D7

HEX: #D188D7
RGB: (209,136,215)

Color info

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

RGB color model

#D188D7 color RGB value is (209,136,215).

  • red value is 209;
  • green value is 136;
  • blue value is 215.
RGB:
(209,136,215)
(82%,53%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 136 of 255 = 53%
B 215 of 255 = 84%

209
136
215

R + G + B ~ 73%. #D188D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 136 + 215 = 560 (100%)
R 209 of 560 ~ 37.32%
G 136 of 560 ~ 24.29%
B 215 of 560 ~ 38.39%

%37.32
%24.29
%38.39

CMYK color model

#D188D7 color CMYK value is (3,37,0,16).

  • cyan value is 2.79%
  • magenta value is 36.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(3,37,0,16)
C3M37Y0K16 
(3%,37%,0%,16%)
(0.03/0.37/0.00/0.16)	

CMYK percentages

%2.79
%36.74
%0
%15.69

Codes

Color #D188D7 in popluar color models

D188D7
RGB209136215
HSL295°49.69%68.82%
HSB/HSV295°36.74%84.31%
CMYK2.79%36.74%0.00%
15.69%

Color #D188D7 in popluar number systems.

HEXD188D7
Decimal209136215
Binary110100011000100011010111
Octal321210327

Shades and tints

Shades of #D188D7

#D188D7
(209,136,215)
#BE7CC4
(190,124,196)
#AB70B1
(171,112,177)
#98649E
(152,100,158)
#85588B
(133,88,139)
#724C78
(114,76,120)
#5F4065
(95,64,101)
#4C3452
(76,52,82)
#39283F
(57,40,63)
#261C2C
(38,28,44)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #D188D7

#D188D7
(209,136,215)
#D592DA
(213,146,218)
#D99CDD
(217,156,221)
#DDA6E0
(221,166,224)
#E1B0E3
(225,176,227)
#E5BAE6
(229,186,230)
#E9C4E9
(233,196,233)
#EDCEEC
(237,206,236)
#F1D8EF
(241,216,239)
#F5E2F2
(245,226,242)
#F9ECF5
(249,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D188D7 color. Also use rgb(209,136,215) instead hex code.

Text Font Color

.myTextColor { color: #D188D7; }

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

This text font color is #D188D7.


Background Color

.myBgColor { background-color: #D188D7; }

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

This div background color is #D188D7.


Border color

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

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

This div border color is #D188D7.


Opacity

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

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

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

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

This text has shadow with #D188D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D188D7 on black background.


Color preview on white background

This text has color #D188D7 on white background.



Black color preview on #D188D7 background

This text has black color on #D188D7 background.


White color preview on #D188D7 background

This text has white color on #D188D7 background.