COLOR #D19BF1

HEX: #D19BF1
RGB: (209,155,241)

Color info

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

RGB color model

#D19BF1 color RGB value is (209,155,241).

  • red value is 209;
  • green value is 155;
  • blue value is 241.
RGB:
(209,155,241)
(82%,61%,95%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 241 of 255 = 95%

209
155
241

R + G + B ~ 79%. #D19BF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 241 = 605 (100%)
R 209 of 605 ~ 34.55%
G 155 of 605 ~ 25.62%
B 241 of 605 ~ 39.83%

%34.55
%25.62
%39.83

CMYK color model

#D19BF1 color CMYK value is (13,36,0,5).

  • cyan value is 13.28%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(13,36,0,5)
C13M36Y0K5 
(13%,36%,0%,5%)
(0.13/0.36/0.00/0.05)	

CMYK percentages

%13.28
%35.68
%0
%5.49

Codes

Color #D19BF1 in popluar color models

D19BF1
RGB209155241
HSL278°75.44%77.65%
HSB/HSV278°35.68%94.51%
CMYK13.28%35.68%0.00%
5.49%

Color #D19BF1 in popluar number systems.

HEXD19BF1
Decimal209155241
Binary110100011001101111110001
Octal321233361

Shades and tints

Shades of #D19BF1

#D19BF1
(209,155,241)
#BE8DDC
(190,141,220)
#AB7FC7
(171,127,199)
#9871B2
(152,113,178)
#85639D
(133,99,157)
#725588
(114,85,136)
#5F4773
(95,71,115)
#4C395E
(76,57,94)
#392B49
(57,43,73)
#261D34
(38,29,52)
#130F1F
(19,15,31)
#000000
(0,0,0)

Tints of #D19BF1

#D19BF1
(209,155,241)
#D5A4F2
(213,164,242)
#D9ADF3
(217,173,243)
#DDB6F4
(221,182,244)
#E1BFF5
(225,191,245)
#E5C8F6
(229,200,246)
#E9D1F7
(233,209,247)
#EDDAF8
(237,218,248)
#F1E3F9
(241,227,249)
#F5ECFA
(245,236,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19BF1 color. Also use rgb(209,155,241) instead hex code.

Text Font Color

.myTextColor { color: #D19BF1; }

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

This text font color is #D19BF1.


Background Color

.myBgColor { background-color: #D19BF1; }

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

This div background color is #D19BF1.


Border color

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

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

This div border color is #D19BF1.


Opacity

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

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

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

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

This text has shadow with #D19BF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BF1 on black background.


Color preview on white background

This text has color #D19BF1 on white background.



Black color preview on #D19BF1 background

This text has black color on #D19BF1 background.


White color preview on #D19BF1 background

This text has white color on #D19BF1 background.