COLOR #D194D3

HEX: #D194D3
RGB: (209,148,211)

Color info

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

RGB color model

#D194D3 color RGB value is (209,148,211).

  • red value is 209;
  • green value is 148;
  • blue value is 211.
RGB:
(209,148,211)
(82%,58%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 148 of 255 = 58%
B 211 of 255 = 83%

209
148
211

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

Portions of RGB colors in percentages

R + G + B =
209 + 148 + 211 = 568 (100%)
R 209 of 568 ~ 36.8%
G 148 of 568 ~ 26.06%
B 211 of 568 ~ 37.15%

%36.8
%26.06
%37.15

CMYK color model

#D194D3 color CMYK value is (1,30,0,17).

  • cyan value is 0.95%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(1,30,0,17)
C1M30Y0K17 
(1%,30%,0%,17%)
(0.01/0.30/0.00/0.17)	

CMYK percentages

%0.95
%29.86
%0
%17.25

Codes

Color #D194D3 in popluar color models

D194D3
RGB209148211
HSL298°41.72%70.39%
HSB/HSV298°29.86%82.75%
CMYK0.95%29.86%0.00%
17.25%

Color #D194D3 in popluar number systems.

HEXD194D3
Decimal209148211
Binary110100011001010011010011
Octal321224323

Shades and tints

Shades of #D194D3

#D194D3
(209,148,211)
#BE87C0
(190,135,192)
#AB7AAD
(171,122,173)
#986D9A
(152,109,154)
#856087
(133,96,135)
#725374
(114,83,116)
#5F4661
(95,70,97)
#4C394E
(76,57,78)
#392C3B
(57,44,59)
#261F28
(38,31,40)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D194D3

#D194D3
(209,148,211)
#D59DD7
(213,157,215)
#D9A6DB
(217,166,219)
#DDAFDF
(221,175,223)
#E1B8E3
(225,184,227)
#E5C1E7
(229,193,231)
#E9CAEB
(233,202,235)
#EDD3EF
(237,211,239)
#F1DCF3
(241,220,243)
#F5E5F7
(245,229,247)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D194D3 color. Also use rgb(209,148,211) instead hex code.

Text Font Color

.myTextColor { color: #D194D3; }

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

This text font color is #D194D3.


Background Color

.myBgColor { background-color: #D194D3; }

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

This div background color is #D194D3.


Border color

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

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

This div border color is #D194D3.


Opacity

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

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

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

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

This text has shadow with #D194D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D194D3 on black background.


Color preview on white background

This text has color #D194D3 on white background.



Black color preview on #D194D3 background

This text has black color on #D194D3 background.


White color preview on #D194D3 background

This text has white color on #D194D3 background.