COLOR #D656A6

HEX: #D656A6
RGB: (214,86,166)

Color info

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

RGB color model

#D656A6 color RGB value is (214,86,166).

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

RGB channels and saturation

R 214 of 255 = 84%
G 86 of 255 = 34%
B 166 of 255 = 65%

214
86
166

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

Portions of RGB colors in percentages

R + G + B =
214 + 86 + 166 = 466 (100%)
R 214 of 466 ~ 45.92%
G 86 of 466 ~ 18.45%
B 166 of 466 ~ 35.62%

%45.92
%18.45
%35.62

CMYK color model

#D656A6 color CMYK value is (0,60,22,16).

  • cyan value is 0.00%
  • magenta value is 59.81%
  • yellow value is 22.43%
  • key color value is 16.08%
CMYK:
(0,60,22,16)
C0M60Y22K16 
(0%,60%,22%,16%)
(0.00/0.60/0.22/0.16)	

CMYK percentages

%0
%59.81
%22.43
%16.08

Codes

Color #D656A6 in popluar color models

D656A6
RGB21486166
HSL323°60.95%58.82%
HSB/HSV323°59.81%83.92%
CMYK0.00%59.81%22.43%
16.08%

Color #D656A6 in popluar number systems.

HEXD656A6
Decimal21486166
Binary11010110101011010100110
Octal326126246

Shades and tints

Shades of #D656A6

#D656A6
(214,86,166)
#C34F97
(195,79,151)
#B04888
(176,72,136)
#9D4179
(157,65,121)
#8A3A6A
(138,58,106)
#77335B
(119,51,91)
#642C4C
(100,44,76)
#51253D
(81,37,61)
#3E1E2E
(62,30,46)
#2B171F
(43,23,31)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #D656A6

#D656A6
(214,86,166)
#D965AE
(217,101,174)
#DC74B6
(220,116,182)
#DF83BE
(223,131,190)
#E292C6
(226,146,198)
#E5A1CE
(229,161,206)
#E8B0D6
(232,176,214)
#EBBFDE
(235,191,222)
#EECEE6
(238,206,230)
#F1DDEE
(241,221,238)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D656A6; }

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

This text font color is #D656A6.


Background Color

.myBgColor { background-color: #D656A6; }

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

This div background color is #D656A6.


Border color

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

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

This div border color is #D656A6.


Opacity

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

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

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

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

This text has shadow with #D656A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D656A6 on black background.


Color preview on white background

This text has color #D656A6 on white background.



Black color preview on #D656A6 background

This text has black color on #D656A6 background.


White color preview on #D656A6 background

This text has white color on #D656A6 background.