COLOR #D19FE8

HEX: #D19FE8
RGB: (209,159,232)

Color info

#D19FE8 contains mainly red and blue colors. Web safe color of #D19FE8 is #CC99FF (or #C9F).

RGB color model

#D19FE8 color RGB value is (209,159,232).

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

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 232 of 255 = 91%

209
159
232

R + G + B ~ 78%. #D19FE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 232 = 600 (100%)
R 209 of 600 ~ 34.83%
G 159 of 600 ~ 26.5%
B 232 of 600 ~ 38.67%

%34.83
%26.5
%38.67

CMYK color model

#D19FE8 color CMYK value is (10,31,0,9).

  • cyan value is 9.91%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(10,31,0,9)
C10M31Y0K9 
(10%,31%,0%,9%)
(0.10/0.31/0.00/0.09)	

CMYK percentages

%9.91
%31.47
%0
%9.02

Codes

Color #D19FE8 in popluar color models

D19FE8
RGB209159232
HSL281°61.34%76.67%
HSB/HSV281°31.47%90.98%
CMYK9.91%31.47%0.00%
9.02%

Color #D19FE8 in popluar number systems.

HEXD19FE8
Decimal209159232
Binary110100011001111111101000
Octal321237350

Shades and tints

Shades of #D19FE8

#D19FE8
(209,159,232)
#BE91D3
(190,145,211)
#AB83BE
(171,131,190)
#9875A9
(152,117,169)
#856794
(133,103,148)
#72597F
(114,89,127)
#5F4B6A
(95,75,106)
#4C3D55
(76,61,85)
#392F40
(57,47,64)
#26212B
(38,33,43)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D19FE8

#D19FE8
(209,159,232)
#D5A7EA
(213,167,234)
#D9AFEC
(217,175,236)
#DDB7EE
(221,183,238)
#E1BFF0
(225,191,240)
#E5C7F2
(229,199,242)
#E9CFF4
(233,207,244)
#EDD7F6
(237,215,246)
#F1DFF8
(241,223,248)
#F5E7FA
(245,231,250)
#F9EFFC
(249,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19FE8; }

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

This text font color is #D19FE8.


Background Color

.myBgColor { background-color: #D19FE8; }

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

This div background color is #D19FE8.


Border color

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

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

This div border color is #D19FE8.


Opacity

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

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

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

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

This text has shadow with #D19FE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19FE8 on black background.


Color preview on white background

This text has color #D19FE8 on white background.



Black color preview on #D19FE8 background

This text has black color on #D19FE8 background.


White color preview on #D19FE8 background

This text has white color on #D19FE8 background.