COLOR #D356A6

HEX: #D356A6
RGB: (211,86,166)

Color info

#D356A6 contains mainly red and blue colors. Web safe color of #D356A6 is #CC6699 (or #C69).

RGB color model

#D356A6 color RGB value is (211,86,166).

  • red value is 211;
  • green value is 86;
  • blue value is 166.
RGB:
(211,86,166)
(83%,34%,65%)

RGB channels and saturation

R 211 of 255 = 83%
G 86 of 255 = 34%
B 166 of 255 = 65%

211
86
166

R + G + B ~ 61%. #D356A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 86 + 166 = 463 (100%)
R 211 of 463 ~ 45.57%
G 86 of 463 ~ 18.57%
B 166 of 463 ~ 35.85%

%45.57
%18.57
%35.85

CMYK color model

#D356A6 color CMYK value is (0,59,21,17).

  • cyan value is 0.00%
  • magenta value is 59.24%
  • yellow value is 21.33%
  • key color value is 17.25%
CMYK:
(0,59,21,17)
C0M59Y21K17 
(0%,59%,21%,17%)
(0.00/0.59/0.21/0.17)	

CMYK percentages

%0
%59.24
%21.33
%17.25

Codes

Color #D356A6 in popluar color models

D356A6
RGB21186166
HSL322°58.69%58.24%
HSB/HSV322°59.24%82.75%
CMYK0.00%59.24%21.33%
17.25%

Color #D356A6 in popluar number systems.

HEXD356A6
Decimal21186166
Binary11010011101011010100110
Octal323126246

Shades and tints

Shades of #D356A6

#D356A6
(211,86,166)
#C04F97
(192,79,151)
#AD4888
(173,72,136)
#9A4179
(154,65,121)
#873A6A
(135,58,106)
#74335B
(116,51,91)
#612C4C
(97,44,76)
#4E253D
(78,37,61)
#3B1E2E
(59,30,46)
#28171F
(40,23,31)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #D356A6

#D356A6
(211,86,166)
#D765AE
(215,101,174)
#DB74B6
(219,116,182)
#DF83BE
(223,131,190)
#E392C6
(227,146,198)
#E7A1CE
(231,161,206)
#EBB0D6
(235,176,214)
#EFBFDE
(239,191,222)
#F3CEE6
(243,206,230)
#F7DDEE
(247,221,238)
#FBECF6
(251,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D356A6 color. Also use rgb(211,86,166) instead hex code.

Text Font Color

.myTextColor { color: #D356A6; }

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

This text font color is #D356A6.


Background Color

.myBgColor { background-color: #D356A6; }

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

This div background color is #D356A6.


Border color

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

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

This div border color is #D356A6.


Opacity

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

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

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

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

This text has shadow with #D356A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D356A6 on black background.


Color preview on white background

This text has color #D356A6 on white background.



Black color preview on #D356A6 background

This text has black color on #D356A6 background.


White color preview on #D356A6 background

This text has white color on #D356A6 background.