COLOR #D188C0

HEX: #D188C0
RGB: (209,136,192)

Color info

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

RGB color model

#D188C0 color RGB value is (209,136,192).

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

RGB channels and saturation

R 209 of 255 = 82%
G 136 of 255 = 53%
B 192 of 255 = 75%

209
136
192

R + G + B ~ 70%. #D188C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 136 + 192 = 537 (100%)
R 209 of 537 ~ 38.92%
G 136 of 537 ~ 25.33%
B 192 of 537 ~ 35.75%

%38.92
%25.33
%35.75

CMYK color model

#D188C0 color CMYK value is (0,35,8,18).

  • cyan value is 0.00%
  • magenta value is 34.93%
  • yellow value is 8.13%
  • key color value is 18.04%
CMYK:
(0,35,8,18)
C0M35Y8K18 
(0%,35%,8%,18%)
(0.00/0.35/0.08/0.18)	

CMYK percentages

%0
%34.93
%8.13
%18.04

Codes

Color #D188C0 in popluar color models

D188C0
RGB209136192
HSL314°44.24%67.65%
HSB/HSV314°34.93%81.96%
CMYK0.00%34.93%8.13%
18.04%

Color #D188C0 in popluar number systems.

HEXD188C0
Decimal209136192
Binary110100011000100011000000
Octal321210300

Shades and tints

Shades of #D188C0

#D188C0
(209,136,192)
#BE7CAF
(190,124,175)
#AB709E
(171,112,158)
#98648D
(152,100,141)
#85587C
(133,88,124)
#724C6B
(114,76,107)
#5F405A
(95,64,90)
#4C3449
(76,52,73)
#392838
(57,40,56)
#261C27
(38,28,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #D188C0

#D188C0
(209,136,192)
#D592C5
(213,146,197)
#D99CCA
(217,156,202)
#DDA6CF
(221,166,207)
#E1B0D4
(225,176,212)
#E5BAD9
(229,186,217)
#E9C4DE
(233,196,222)
#EDCEE3
(237,206,227)
#F1D8E8
(241,216,232)
#F5E2ED
(245,226,237)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D188C0; }

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

This text font color is #D188C0.


Background Color

.myBgColor { background-color: #D188C0; }

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

This div background color is #D188C0.


Border color

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

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

This div border color is #D188C0.


Opacity

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

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

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

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

This text has shadow with #D188C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D188C0 on black background.


Color preview on white background

This text has color #D188C0 on white background.



Black color preview on #D188C0 background

This text has black color on #D188C0 background.


White color preview on #D188C0 background

This text has white color on #D188C0 background.