COLOR #D19BF5

HEX: #D19BF5
RGB: (209,155,245)

Color info

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

RGB color model

#D19BF5 color RGB value is (209,155,245).

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

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 245 of 255 = 96%

209
155
245

R + G + B ~ 80%. #D19BF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 245 = 609 (100%)
R 209 of 609 ~ 34.32%
G 155 of 609 ~ 25.45%
B 245 of 609 ~ 40.23%

%34.32
%25.45
%40.23

CMYK color model

#D19BF5 color CMYK value is (15,37,0,4).

  • cyan value is 14.69%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(15,37,0,4)
C15M37Y0K4 
(15%,37%,0%,4%)
(0.15/0.37/0.00/0.04)	

CMYK percentages

%14.69
%36.73
%0
%3.92

Codes

Color #D19BF5 in popluar color models

D19BF5
RGB209155245
HSL276°81.82%78.43%
HSB/HSV276°36.73%96.08%
CMYK14.69%36.73%0.00%
3.92%

Color #D19BF5 in popluar number systems.

HEXD19BF5
Decimal209155245
Binary110100011001101111110101
Octal321233365

Shades and tints

Shades of #D19BF5

#D19BF5
(209,155,245)
#BE8DDF
(190,141,223)
#AB7FC9
(171,127,201)
#9871B3
(152,113,179)
#85639D
(133,99,157)
#725587
(114,85,135)
#5F4771
(95,71,113)
#4C395B
(76,57,91)
#392B45
(57,43,69)
#261D2F
(38,29,47)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #D19BF5

#D19BF5
(209,155,245)
#D5A4F5
(213,164,245)
#D9ADF5
(217,173,245)
#DDB6F5
(221,182,245)
#E1BFF5
(225,191,245)
#E5C8F5
(229,200,245)
#E9D1F5
(233,209,245)
#EDDAF5
(237,218,245)
#F1E3F5
(241,227,245)
#F5ECF5
(245,236,245)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BF5; }

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

This text font color is #D19BF5.


Background Color

.myBgColor { background-color: #D19BF5; }

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

This div background color is #D19BF5.


Border color

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

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

This div border color is #D19BF5.


Opacity

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

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

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

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

This text has shadow with #D19BF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BF5 on black background.


Color preview on white background

This text has color #D19BF5 on white background.



Black color preview on #D19BF5 background

This text has black color on #D19BF5 background.


White color preview on #D19BF5 background

This text has white color on #D19BF5 background.