COLOR #D293A6

HEX: #D293A6
RGB: (210,147,166)

Color info

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

RGB color model

#D293A6 color RGB value is (210,147,166).

  • red value is 210;
  • green value is 147;
  • blue value is 166.
RGB:
(210,147,166)
(82%,58%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 147 of 255 = 58%
B 166 of 255 = 65%

210
147
166

R + G + B ~ 68%. #D293A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 147 + 166 = 523 (100%)
R 210 of 523 ~ 40.15%
G 147 of 523 ~ 28.11%
B 166 of 523 ~ 31.74%

%40.15
%28.11
%31.74

CMYK color model

#D293A6 color CMYK value is (0,30,21,18).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(0,30,21,18)
C0M30Y21K18 
(0%,30%,21%,18%)
(0.00/0.30/0.21/0.18)	

CMYK percentages

%0
%30
%20.95
%17.65

Codes

Color #D293A6 in popluar color models

D293A6
RGB210147166
HSL342°41.18%70.00%
HSB/HSV342°30.00%82.35%
CMYK0.00%30.00%20.95%
17.65%

Color #D293A6 in popluar number systems.

HEXD293A6
Decimal210147166
Binary110100101001001110100110
Octal322223246

Shades and tints

Shades of #D293A6

#D293A6
(210,147,166)
#BF8697
(191,134,151)
#AC7988
(172,121,136)
#996C79
(153,108,121)
#865F6A
(134,95,106)
#73525B
(115,82,91)
#60454C
(96,69,76)
#4D383D
(77,56,61)
#3A2B2E
(58,43,46)
#271E1F
(39,30,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #D293A6

#D293A6
(210,147,166)
#D69CAE
(214,156,174)
#DAA5B6
(218,165,182)
#DEAEBE
(222,174,190)
#E2B7C6
(226,183,198)
#E6C0CE
(230,192,206)
#EAC9D6
(234,201,214)
#EED2DE
(238,210,222)
#F2DBE6
(242,219,230)
#F6E4EE
(246,228,238)
#FAEDF6
(250,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D293A6 color. Also use rgb(210,147,166) instead hex code.

Text Font Color

.myTextColor { color: #D293A6; }

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

This text font color is #D293A6.


Background Color

.myBgColor { background-color: #D293A6; }

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

This div background color is #D293A6.


Border color

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

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

This div border color is #D293A6.


Opacity

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

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

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

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

This text has shadow with #D293A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D293A6 on black background.


Color preview on white background

This text has color #D293A6 on white background.



Black color preview on #D293A6 background

This text has black color on #D293A6 background.


White color preview on #D293A6 background

This text has white color on #D293A6 background.