COLOR #D76DC9

HEX: #D76DC9
RGB: (215,109,201)

Color info

#D76DC9 contains mainly red and blue colors. Web safe color of #D76DC9 is #CC66CC (or #C6C).

RGB color model

#D76DC9 color RGB value is (215,109,201).

  • red value is 215;
  • green value is 109;
  • blue value is 201.
RGB:
(215,109,201)
(84%,43%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 109 of 255 = 43%
B 201 of 255 = 79%

215
109
201

R + G + B ~ 69%. #D76DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 109 + 201 = 525 (100%)
R 215 of 525 ~ 40.95%
G 109 of 525 ~ 20.76%
B 201 of 525 ~ 38.29%

%40.95
%20.76
%38.29

CMYK color model

#D76DC9 color CMYK value is (0,49,7,16).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK:
(0,49,7,16)
C0M49Y7K16 
(0%,49%,7%,16%)
(0.00/0.49/0.07/0.16)	

CMYK percentages

%0
%49.3
%6.51
%15.69

Codes

Color #D76DC9 in popluar color models

D76DC9
RGB215109201
HSL308°56.99%63.53%
HSB/HSV308°49.30%84.31%
CMYK0.00%49.30%6.51%
15.69%

Color #D76DC9 in popluar number systems.

HEXD76DC9
Decimal215109201
Binary11010111110110111001001
Octal327155311

Shades and tints

Shades of #D76DC9

#D76DC9
(215,109,201)
#C464B7
(196,100,183)
#B15BA5
(177,91,165)
#9E5293
(158,82,147)
#8B4981
(139,73,129)
#78406F
(120,64,111)
#65375D
(101,55,93)
#522E4B
(82,46,75)
#3F2539
(63,37,57)
#2C1C27
(44,28,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #D76DC9

#D76DC9
(215,109,201)
#DA7ACD
(218,122,205)
#DD87D1
(221,135,209)
#E094D5
(224,148,213)
#E3A1D9
(227,161,217)
#E6AEDD
(230,174,221)
#E9BBE1
(233,187,225)
#ECC8E5
(236,200,229)
#EFD5E9
(239,213,233)
#F2E2ED
(242,226,237)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76DC9 color. Also use rgb(215,109,201) instead hex code.

Text Font Color

.myTextColor { color: #D76DC9; }

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

This text font color is #D76DC9.


Background Color

.myBgColor { background-color: #D76DC9; }

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

This div background color is #D76DC9.


Border color

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

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

This div border color is #D76DC9.


Opacity

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

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

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

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

This text has shadow with #D76DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76DC9 on black background.


Color preview on white background

This text has color #D76DC9 on white background.



Black color preview on #D76DC9 background

This text has black color on #D76DC9 background.


White color preview on #D76DC9 background

This text has white color on #D76DC9 background.