COLOR #D19FC5

HEX: #D19FC5
RGB: (209,159,197)

Color info

#D19FC5 contains red, green and blue colors in about the same proportion. Web safe color of #D19FC5 is #CC99CC (or #C9C).

RGB color model

#D19FC5 color RGB value is (209,159,197).

  • red value is 209;
  • green value is 159;
  • blue value is 197.
RGB:
(209,159,197)
(82%,62%,77%)

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 197 of 255 = 77%

209
159
197

R + G + B ~ 74%. #D19FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 197 = 565 (100%)
R 209 of 565 ~ 36.99%
G 159 of 565 ~ 28.14%
B 197 of 565 ~ 34.87%

%36.99
%28.14
%34.87

CMYK color model

#D19FC5 color CMYK value is (0,24,6,18).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(0,24,6,18)
C0M24Y6K18 
(0%,24%,6%,18%)
(0.00/0.24/0.06/0.18)	

CMYK percentages

%0
%23.92
%5.74
%18.04

Codes

Color #D19FC5 in popluar color models

D19FC5
RGB209159197
HSL314°35.21%72.16%
HSB/HSV314°23.92%81.96%
CMYK0.00%23.92%5.74%
18.04%

Color #D19FC5 in popluar number systems.

HEXD19FC5
Decimal209159197
Binary110100011001111111000101
Octal321237305

Shades and tints

Shades of #D19FC5

#D19FC5
(209,159,197)
#BE91B4
(190,145,180)
#AB83A3
(171,131,163)
#987592
(152,117,146)
#856781
(133,103,129)
#725970
(114,89,112)
#5F4B5F
(95,75,95)
#4C3D4E
(76,61,78)
#392F3D
(57,47,61)
#26212C
(38,33,44)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #D19FC5

#D19FC5
(209,159,197)
#D5A7CA
(213,167,202)
#D9AFCF
(217,175,207)
#DDB7D4
(221,183,212)
#E1BFD9
(225,191,217)
#E5C7DE
(229,199,222)
#E9CFE3
(233,207,227)
#EDD7E8
(237,215,232)
#F1DFED
(241,223,237)
#F5E7F2
(245,231,242)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19FC5 color. Also use rgb(209,159,197) instead hex code.

Text Font Color

.myTextColor { color: #D19FC5; }

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

This text font color is #D19FC5.


Background Color

.myBgColor { background-color: #D19FC5; }

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

This div background color is #D19FC5.


Border color

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

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

This div border color is #D19FC5.


Opacity

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

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

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

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

This text has shadow with #D19FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19FC5 on black background.


Color preview on white background

This text has color #D19FC5 on white background.



Black color preview on #D19FC5 background

This text has black color on #D19FC5 background.


White color preview on #D19FC5 background

This text has white color on #D19FC5 background.