COLOR #D18CDF

HEX: #D18CDF RGB: (209,140,223)

Color info

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

RGB color model

#D18CDF color RGB value is (209,140,223).

RGB: (209,140,223) (82%, 55%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 223 of 255 = 87%

209
140
223

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

Portions of RGB colors in percentages

R + G + B = 209 + 140 + 223 = 572 (100%)
R 209 of 572 ~ 36.54%
G 140 of 572 ~ 24.48%
B 223 of 572 ~ 38.99'%

%36.54
%24.48
%38.99

CMYK color model

#D18CDF color CMYK value is (6,37,0,13).

  • cyan value is 6.28%
  • magenta value is 37.22%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (6,37,0,13)
C6M37Y0K13 (6%, 37%, 0%, 13%)
(0.06 / 0.37 / 0.00 / 0.13)

CMYK percentages

%6.28
%37.22
%0
%12.55

Codes

Color #D18CDF in popluar color models

D1 8C DF
RGB 209 140 223
HSL 290° 56.46% 71.18%
HSB/HSV 290° 37.22% 87.45%
CMYK 6.28% 37.22% 0.00%
12.55%

Color #D18CDF in popluar number systems.

HEX D1 8C DF
Decimal 209 140 223
Binary 11010001 10001100 11011111
Octal 321 214 337

Shades and tints

Shades of #D18CDF

#D18CDF
(209,140,223)
#BE80CB
(190,128,203)
#AB74B7
(171,116,183)
#9868A3
(152,104,163)
#855C8F
(133,92,143)
#72507B
(114,80,123)
#5F4467
(95,68,103)
#4C3853
(76,56,83)
#392C3F
(57,44,63)
#26202B
(38,32,43)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D18CDF

#D18CDF
(209,140,223)
#D596E1
(213,150,225)
#D9A0E3
(217,160,227)
#DDAAE5
(221,170,229)
#E1B4E7
(225,180,231)
#E5BEE9
(229,190,233)
#E9C8EB
(233,200,235)
#EDD2ED
(237,210,237)
#F1DCEF
(241,220,239)
#F5E6F1
(245,230,241)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18CDF color. Also use rgb(209,140,223) instead hex code.

Text Font Color

.myTextColor { color: #D18CDF; }

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

This text font color is #D18CDF.

Background Color

.myBgColor { background-color: #D18CDF; }

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

This div background color is #D18CDF.

Border color

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

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

This div border color is #D18CDF.

Opacity

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

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

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

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

This text has shadow with #D18CDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18CDF.

Preview

Color preview on black background

This text has color #D18CDF on black background.


Color preview on white background

This text has color #D18CDF on white background.


Black color preview on #D18CDF background

This text has black color on #D18CDF background.


White color preview on #D18CDF background

This text has white color on #D18CDF background.


Related colors

Complementary color

Complementary color for #hex is #2E7320.


I love getcolorcode.com

Triadic colors

1 #DFD18C and #8CDFD1 with #D18CDF are triadic colors.

2 #DF8CD1 and #8CD1DF with #D18CDF are triadic colors.