COLOR #D956A4

HEX: #D956A4
RGB: (217,86,164)

Color info

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

RGB color model

#D956A4 color RGB value is (217,86,164).

  • red value is 217;
  • green value is 86;
  • blue value is 164.
RGB:
(217,86,164)
(85%,34%,64%)

RGB channels and saturation

R 217 of 255 = 85%
G 86 of 255 = 34%
B 164 of 255 = 64%

217
86
164

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

Portions of RGB colors in percentages

R + G + B =
217 + 86 + 164 = 467 (100%)
R 217 of 467 ~ 46.47%
G 86 of 467 ~ 18.42%
B 164 of 467 ~ 35.12%

%46.47
%18.42
%35.12

CMYK color model

#D956A4 color CMYK value is (0,60,24,15).

  • cyan value is 0.00%
  • magenta value is 60.37%
  • yellow value is 24.42%
  • key color value is 14.90%
CMYK:
(0,60,24,15)
C0M60Y24K15 
(0%,60%,24%,15%)
(0.00/0.60/0.24/0.15)	

CMYK percentages

%0
%60.37
%24.42
%14.9

Codes

Color #D956A4 in popluar color models

D956A4
RGB21786164
HSL324°63.29%59.41%
HSB/HSV324°60.37%85.10%
CMYK0.00%60.37%24.42%
14.90%

Color #D956A4 in popluar number systems.

HEXD956A4
Decimal21786164
Binary11011001101011010100100
Octal331126244

Shades and tints

Shades of #D956A4

#D956A4
(217,86,164)
#C64F96
(198,79,150)
#B34888
(179,72,136)
#A0417A
(160,65,122)
#8D3A6C
(141,58,108)
#7A335E
(122,51,94)
#672C50
(103,44,80)
#542542
(84,37,66)
#411E34
(65,30,52)
#2E1726
(46,23,38)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #D956A4

#D956A4
(217,86,164)
#DC65AC
(220,101,172)
#DF74B4
(223,116,180)
#E283BC
(226,131,188)
#E592C4
(229,146,196)
#E8A1CC
(232,161,204)
#EBB0D4
(235,176,212)
#EEBFDC
(238,191,220)
#F1CEE4
(241,206,228)
#F4DDEC
(244,221,236)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D956A4 color. Also use rgb(217,86,164) instead hex code.

Text Font Color

.myTextColor { color: #D956A4; }

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

This text font color is #D956A4.


Background Color

.myBgColor { background-color: #D956A4; }

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

This div background color is #D956A4.


Border color

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

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

This div border color is #D956A4.


Opacity

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

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

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

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

This text has shadow with #D956A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D956A4 on black background.


Color preview on white background

This text has color #D956A4 on white background.



Black color preview on #D956A4 background

This text has black color on #D956A4 background.


White color preview on #D956A4 background

This text has white color on #D956A4 background.