COLOR #D19BDA

HEX: #D19BDA
RGB: (209,155,218)

Color info

#D19BDA contains mainly red and blue colors. Web safe color of #D19BDA is #CC99CC (or #C9C).

RGB color model

#D19BDA color RGB value is (209,155,218).

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

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 218 of 255 = 85%

209
155
218

R + G + B ~ 76%. #D19BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 218 = 582 (100%)
R 209 of 582 ~ 35.91%
G 155 of 582 ~ 26.63%
B 218 of 582 ~ 37.46%

%35.91
%26.63
%37.46

CMYK color model

#D19BDA color CMYK value is (4,29,0,15).

  • cyan value is 4.13%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,29,0,15)
C4M29Y0K15 
(4%,29%,0%,15%)
(0.04/0.29/0.00/0.15)	

CMYK percentages

%4.13
%28.9
%0
%14.51

Codes

Color #D19BDA in popluar color models

D19BDA
RGB209155218
HSL291°45.99%73.14%
HSB/HSV291°28.90%85.49%
CMYK4.13%28.90%0.00%
14.51%

Color #D19BDA in popluar number systems.

HEXD19BDA
Decimal209155218
Binary110100011001101111011010
Octal321233332

Shades and tints

Shades of #D19BDA

#D19BDA
(209,155,218)
#BE8DC7
(190,141,199)
#AB7FB4
(171,127,180)
#9871A1
(152,113,161)
#85638E
(133,99,142)
#72557B
(114,85,123)
#5F4768
(95,71,104)
#4C3955
(76,57,85)
#392B42
(57,43,66)
#261D2F
(38,29,47)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #D19BDA

#D19BDA
(209,155,218)
#D5A4DD
(213,164,221)
#D9ADE0
(217,173,224)
#DDB6E3
(221,182,227)
#E1BFE6
(225,191,230)
#E5C8E9
(229,200,233)
#E9D1EC
(233,209,236)
#EDDAEF
(237,218,239)
#F1E3F2
(241,227,242)
#F5ECF5
(245,236,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BDA; }

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

This text font color is #D19BDA.


Background Color

.myBgColor { background-color: #D19BDA; }

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

This div background color is #D19BDA.


Border color

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

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

This div border color is #D19BDA.


Opacity

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

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

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

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

This text has shadow with #D19BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BDA on black background.


Color preview on white background

This text has color #D19BDA on white background.



Black color preview on #D19BDA background

This text has black color on #D19BDA background.


White color preview on #D19BDA background

This text has white color on #D19BDA background.