COLOR #D394BE

HEX: #D394BE
RGB: (211,148,190)

Color info

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

RGB color model

#D394BE color RGB value is (211,148,190).

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

RGB channels and saturation

R 211 of 255 = 83%
G 148 of 255 = 58%
B 190 of 255 = 75%

211
148
190

R + G + B ~ 72%. #D394BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 148 + 190 = 549 (100%)
R 211 of 549 ~ 38.43%
G 148 of 549 ~ 26.96%
B 190 of 549 ~ 34.61%

%38.43
%26.96
%34.61

CMYK color model

#D394BE color CMYK value is (0,30,10,17).

  • cyan value is 0.00%
  • magenta value is 29.86%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(0,30,10,17)
C0M30Y10K17 
(0%,30%,10%,17%)
(0.00/0.30/0.10/0.17)	

CMYK percentages

%0
%29.86
%9.95
%17.25

Codes

Color #D394BE in popluar color models

D394BE
RGB211148190
HSL320°41.72%70.39%
HSB/HSV320°29.86%82.75%
CMYK0.00%29.86%9.95%
17.25%

Color #D394BE in popluar number systems.

HEXD394BE
Decimal211148190
Binary110100111001010010111110
Octal323224276

Shades and tints

Shades of #D394BE

#D394BE
(211,148,190)
#C087AD
(192,135,173)
#AD7A9C
(173,122,156)
#9A6D8B
(154,109,139)
#87607A
(135,96,122)
#745369
(116,83,105)
#614658
(97,70,88)
#4E3947
(78,57,71)
#3B2C36
(59,44,54)
#281F25
(40,31,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #D394BE

#D394BE
(211,148,190)
#D79DC3
(215,157,195)
#DBA6C8
(219,166,200)
#DFAFCD
(223,175,205)
#E3B8D2
(227,184,210)
#E7C1D7
(231,193,215)
#EBCADC
(235,202,220)
#EFD3E1
(239,211,225)
#F3DCE6
(243,220,230)
#F7E5EB
(247,229,235)
#FBEEF0
(251,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D394BE; }

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

This text font color is #D394BE.


Background Color

.myBgColor { background-color: #D394BE; }

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

This div background color is #D394BE.


Border color

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

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

This div border color is #D394BE.


Opacity

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

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

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

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

This text has shadow with #D394BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D394BE on black background.


Color preview on white background

This text has color #D394BE on white background.



Black color preview on #D394BE background

This text has black color on #D394BE background.


White color preview on #D394BE background

This text has white color on #D394BE background.