COLOR #D761A6

HEX: #D761A6
RGB: (215,97,166)

Color info

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

RGB color model

#D761A6 color RGB value is (215,97,166).

  • red value is 215;
  • green value is 97;
  • blue value is 166.
RGB:
(215,97,166)
(84%,38%,65%)

RGB channels and saturation

R 215 of 255 = 84%
G 97 of 255 = 38%
B 166 of 255 = 65%

215
97
166

R + G + B ~ 62%. #D761A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 97 + 166 = 478 (100%)
R 215 of 478 ~ 44.98%
G 97 of 478 ~ 20.29%
B 166 of 478 ~ 34.73%

%44.98
%20.29
%34.73

CMYK color model

#D761A6 color CMYK value is (0,55,23,16).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(0,55,23,16)
C0M55Y23K16 
(0%,55%,23%,16%)
(0.00/0.55/0.23/0.16)	

CMYK percentages

%0
%54.88
%22.79
%15.69

Codes

Color #D761A6 in popluar color models

D761A6
RGB21597166
HSL325°59.60%61.18%
HSB/HSV325°54.88%84.31%
CMYK0.00%54.88%22.79%
15.69%

Color #D761A6 in popluar number systems.

HEXD761A6
Decimal21597166
Binary11010111110000110100110
Octal327141246

Shades and tints

Shades of #D761A6

#D761A6
(215,97,166)
#C45997
(196,89,151)
#B15188
(177,81,136)
#9E4979
(158,73,121)
#8B416A
(139,65,106)
#78395B
(120,57,91)
#65314C
(101,49,76)
#52293D
(82,41,61)
#3F212E
(63,33,46)
#2C191F
(44,25,31)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #D761A6

#D761A6
(215,97,166)
#DA6FAE
(218,111,174)
#DD7DB6
(221,125,182)
#E08BBE
(224,139,190)
#E399C6
(227,153,198)
#E6A7CE
(230,167,206)
#E9B5D6
(233,181,214)
#ECC3DE
(236,195,222)
#EFD1E6
(239,209,230)
#F2DFEE
(242,223,238)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D761A6 color. Also use rgb(215,97,166) instead hex code.

Text Font Color

.myTextColor { color: #D761A6; }

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

This text font color is #D761A6.


Background Color

.myBgColor { background-color: #D761A6; }

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

This div background color is #D761A6.


Border color

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

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

This div border color is #D761A6.


Opacity

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

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

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

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

This text has shadow with #D761A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D761A6 on black background.


Color preview on white background

This text has color #D761A6 on white background.



Black color preview on #D761A6 background

This text has black color on #D761A6 background.


White color preview on #D761A6 background

This text has white color on #D761A6 background.