COLOR #D18FA2

HEX: #D18FA2 RGB: (209,143,162)

Color info

#D18FA2 contains mainly red and blue colors. Web safe color of #D18FA2 is #CC9999 (or #C99).

RGB color model

#D18FA2 color RGB value is (209,143,162).

RGB: (209,143,162) (82%, 56%, 64%)

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 162 of 255 = 64%

209
143
162

R + G + B ~ 67%. #D18FA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 143 + 162 = 514 (100%)
R 209 of 514 ~ 40.66%
G 143 of 514 ~ 27.82%
B 162 of 514 ~ 31.52'%

%40.66
%27.82
%31.52

CMYK color model

#D18FA2 color CMYK value is (0,32,22,18).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 22.49%
  • key color value is 18.04%
CMYK: (0,32,22,18) C0M32Y22K18 (0%,32%,22%,18%) (0.00/0.32/0.22/0.18) 

CMYK percentages

%0
%31.58
%22.49
%18.04

Codes

Color #D18FA2 in popluar color models

D1 8F A2
RGB 209 143 162
HSL 343° 41.77% 69.02%
HSB/HSV 343° 31.58% 81.96%
CMYK 0.00% 31.58% 22.49%
18.04%

Color #D18FA2 in popluar number systems.

HEX D1 8F A2
Decimal 209 143 162
Binary 11010001 10001111 10100010
Octal 321 217 242

Shades and tints

Shades of #D18FA2

#D18FA2
(209,143,162)
#BE8294
(190,130,148)
#AB7586
(171,117,134)
#986878
(152,104,120)
#855B6A
(133,91,106)
#724E5C
(114,78,92)
#5F414E
(95,65,78)
#4C3440
(76,52,64)
#392732
(57,39,50)
#261A24
(38,26,36)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #D18FA2

#D18FA2
(209,143,162)
#D599AA
(213,153,170)
#D9A3B2
(217,163,178)
#DDADBA
(221,173,186)
#E1B7C2
(225,183,194)
#E5C1CA
(229,193,202)
#E9CBD2
(233,203,210)
#EDD5DA
(237,213,218)
#F1DFE2
(241,223,226)
#F5E9EA
(245,233,234)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18FA2 color. Also use rgb(209,143,162) instead hex code.

Text Font Color

.myTextColor { color: #D18FA2; }

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

This text font color is #D18FA2.

Background Color

.myBgColor { background-color: #D18FA2; }

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

This div background color is #D18FA2.

Border color

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

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

This div border color is #D18FA2.

Opacity

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

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

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

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

This text has shadow with #D18FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18FA2.

Preview

Color preview on black background

This text has color #D18FA2 on black background.


Color preview on white background

This text has color #D18FA2 on white background.


Black color preview on #D18FA2 background

This text has black color on #D18FA2 background.


White color preview on #D18FA2 background

This text has white color on #D18FA2 background.


Related colors

Complementary color

Complementary color for #hex is #2E705D.


I love getcolorcode.com

Triadic colors

1 #A2D18F and #8FA2D1 with #D18FA2 are triadic colors.

2 #A28FD1 and #8FD1A2 with #D18FA2 are triadic colors.