COLOR #D76CB2

HEX: #D76CB2 RGB: (215,108,178)

Color info

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

RGB color model

#D76CB2 color RGB value is (215,108,178).

RGB: (215,108,178) (84%, 42%, 70%)

RGB channels and saturation

R 215 of 255 = 84%
G 108 of 255 = 42%
B 178 of 255 = 70%

215
108
178

R + G + B ~ 65%. #D76CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 108 + 178 = 501 (100%)
R 215 of 501 ~ 42.91%
G 108 of 501 ~ 21.56%
B 178 of 501 ~ 35.53'%

%42.91
%21.56
%35.53

CMYK color model

#D76CB2 color CMYK value is (0,50,17,16).

  • cyan value is 0.00%
  • magenta value is 49.77%
  • yellow value is 17.21%
  • key color value is 15.69%

CMYK: (0,50,17,16)
C0M50Y17K16 (0%, 50%, 17%, 16%)
(0.00 / 0.50 / 0.17 / 0.16)

CMYK percentages

%0
%49.77
%17.21
%15.69

Codes

Color #D76CB2 in popluar color models

D7 6C B2
RGB 215 108 178
HSL 321° 57.22% 63.33%
HSB/HSV 321° 49.77% 84.31%
CMYK 0.00% 49.77% 17.21%
15.69%

Color #D76CB2 in popluar number systems.

HEX D7 6C B2
Decimal 215 108 178
Binary 11010111 1101100 10110010
Octal 327 154 262

Shades and tints

Shades of #D76CB2

#D76CB2
(215,108,178)
#C463A2
(196,99,162)
#B15A92
(177,90,146)
#9E5182
(158,81,130)
#8B4872
(139,72,114)
#783F62
(120,63,98)
#653652
(101,54,82)
#522D42
(82,45,66)
#3F2432
(63,36,50)
#2C1B22
(44,27,34)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #D76CB2

#D76CB2
(215,108,178)
#DA79B9
(218,121,185)
#DD86C0
(221,134,192)
#E093C7
(224,147,199)
#E3A0CE
(227,160,206)
#E6ADD5
(230,173,213)
#E9BADC
(233,186,220)
#ECC7E3
(236,199,227)
#EFD4EA
(239,212,234)
#F2E1F1
(242,225,241)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76CB2 color. Also use rgb(215,108,178) instead hex code.

Text Font Color

.myTextColor { color: #D76CB2; }

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

This text font color is #D76CB2.

Background Color

.myBgColor { background-color: #D76CB2; }

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

This div background color is #D76CB2.

Border color

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

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

This div border color is #D76CB2.

Opacity

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

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

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

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

This text has shadow with #D76CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D76CB2.

Preview

Color preview on black background

This text has color #D76CB2 on black background.


Color preview on white background

This text has color #D76CB2 on white background.


Black color preview on #D76CB2 background

This text has black color on #D76CB2 background.


White color preview on #D76CB2 background

This text has white color on #D76CB2 background.


Related colors

Complementary color

Complementary color for #hex is #28934D.


I love getcolorcode.com

Triadic colors

1 #B2D76C and #6CB2D7 with #D76CB2 are triadic colors.

2 #B26CD7 and #6CD7B2 with #D76CB2 are triadic colors.