COLOR #D393B2

HEX: #D393B2
RGB: (211,147,178)

Color info

#D393B2 contains mainly red and blue colors. Web safe color of #D393B2 is #CC9999 (or #C99).

RGB color model

#D393B2 color RGB value is (211,147,178).

  • red value is 211;
  • green value is 147;
  • blue value is 178.
RGB:
(211,147,178)
(83%,58%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 147 of 255 = 58%
B 178 of 255 = 70%

211
147
178

R + G + B ~ 70%. #D393B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 147 + 178 = 536 (100%)
R 211 of 536 ~ 39.37%
G 147 of 536 ~ 27.43%
B 178 of 536 ~ 33.21%

%39.37
%27.43
%33.21

CMYK color model

#D393B2 color CMYK value is (0,30,16,17).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 15.64%
  • key color value is 17.25%
CMYK:
(0,30,16,17)
C0M30Y16K17 
(0%,30%,16%,17%)
(0.00/0.30/0.16/0.17)	

CMYK percentages

%0
%30.33
%15.64
%17.25

Codes

Color #D393B2 in popluar color models

D393B2
RGB211147178
HSL331°42.11%70.20%
HSB/HSV331°30.33%82.75%
CMYK0.00%30.33%15.64%
17.25%

Color #D393B2 in popluar number systems.

HEXD393B2
Decimal211147178
Binary110100111001001110110010
Octal323223262

Shades and tints

Shades of #D393B2

#D393B2
(211,147,178)
#C086A2
(192,134,162)
#AD7992
(173,121,146)
#9A6C82
(154,108,130)
#875F72
(135,95,114)
#745262
(116,82,98)
#614552
(97,69,82)
#4E3842
(78,56,66)
#3B2B32
(59,43,50)
#281E22
(40,30,34)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #D393B2

#D393B2
(211,147,178)
#D79CB9
(215,156,185)
#DBA5C0
(219,165,192)
#DFAEC7
(223,174,199)
#E3B7CE
(227,183,206)
#E7C0D5
(231,192,213)
#EBC9DC
(235,201,220)
#EFD2E3
(239,210,227)
#F3DBEA
(243,219,234)
#F7E4F1
(247,228,241)
#FBEDF8
(251,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D393B2 color. Also use rgb(211,147,178) instead hex code.

Text Font Color

.myTextColor { color: #D393B2; }

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

This text font color is #D393B2.


Background Color

.myBgColor { background-color: #D393B2; }

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

This div background color is #D393B2.


Border color

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

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

This div border color is #D393B2.


Opacity

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

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

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

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

This text has shadow with #D393B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D393B2 on black background.


Color preview on white background

This text has color #D393B2 on white background.



Black color preview on #D393B2 background

This text has black color on #D393B2 background.


White color preview on #D393B2 background

This text has white color on #D393B2 background.