COLOR #D194B7

HEX: #D194B7
RGB: (209,148,183)

Color info

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

RGB color model

#D194B7 color RGB value is (209,148,183).

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

RGB channels and saturation

R 209 of 255 = 82%
G 148 of 255 = 58%
B 183 of 255 = 72%

209
148
183

R + G + B ~ 71%. #D194B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 148 + 183 = 540 (100%)
R 209 of 540 ~ 38.7%
G 148 of 540 ~ 27.41%
B 183 of 540 ~ 33.89%

%38.7
%27.41
%33.89

CMYK color model

#D194B7 color CMYK value is (0,29,12,18).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 12.44%
  • key color value is 18.04%
CMYK:
(0,29,12,18)
C0M29Y12K18 
(0%,29%,12%,18%)
(0.00/0.29/0.12/0.18)	

CMYK percentages

%0
%29.19
%12.44
%18.04

Codes

Color #D194B7 in popluar color models

D194B7
RGB209148183
HSL326°39.87%70.00%
HSB/HSV326°29.19%81.96%
CMYK0.00%29.19%12.44%
18.04%

Color #D194B7 in popluar number systems.

HEXD194B7
Decimal209148183
Binary110100011001010010110111
Octal321224267

Shades and tints

Shades of #D194B7

#D194B7
(209,148,183)
#BE87A7
(190,135,167)
#AB7A97
(171,122,151)
#986D87
(152,109,135)
#856077
(133,96,119)
#725367
(114,83,103)
#5F4657
(95,70,87)
#4C3947
(76,57,71)
#392C37
(57,44,55)
#261F27
(38,31,39)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D194B7

#D194B7
(209,148,183)
#D59DBD
(213,157,189)
#D9A6C3
(217,166,195)
#DDAFC9
(221,175,201)
#E1B8CF
(225,184,207)
#E5C1D5
(229,193,213)
#E9CADB
(233,202,219)
#EDD3E1
(237,211,225)
#F1DCE7
(241,220,231)
#F5E5ED
(245,229,237)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D194B7; }

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

This text font color is #D194B7.


Background Color

.myBgColor { background-color: #D194B7; }

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

This div background color is #D194B7.


Border color

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

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

This div border color is #D194B7.


Opacity

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

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

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

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

This text has shadow with #D194B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D194B7 on black background.


Color preview on white background

This text has color #D194B7 on white background.



Black color preview on #D194B7 background

This text has black color on #D194B7 background.


White color preview on #D194B7 background

This text has white color on #D194B7 background.