COLOR #D76BC2

HEX: #D76BC2 RGB: (215,107,194)

Color info

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

RGB color model

#D76BC2 color RGB value is (215,107,194).

RGB: (215,107,194) (84%, 42%, 76%)

RGB channels and saturation

R 215 of 255 = 84%
G 107 of 255 = 42%
B 194 of 255 = 76%

215
107
194

R + G + B ~ 67%. #D76BC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 107 + 194 = 516 (100%)
R 215 of 516 ~ 41.67%
G 107 of 516 ~ 20.74%
B 194 of 516 ~ 37.6'%

%41.67
%20.74
%37.6

CMYK color model

#D76BC2 color CMYK value is (0,50,10,16).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 9.77%
  • key color value is 15.69%

CMYK: (0,50,10,16)
C0M50Y10K16 (0%, 50%, 10%, 16%)
(0.00 / 0.50 / 0.10 / 0.16)

CMYK percentages

%0
%50.23
%9.77
%15.69

Codes

Color #D76BC2 in popluar color models

D7 6B C2
RGB 215 107 194
HSL 312° 57.45% 63.14%
HSB/HSV 312° 50.23% 84.31%
CMYK 0.00% 50.23% 9.77%
15.69%

Color #D76BC2 in popluar number systems.

HEX D7 6B C2
Decimal 215 107 194
Binary 11010111 1101011 11000010
Octal 327 153 302

Shades and tints

Shades of #D76BC2

#D76BC2
(215,107,194)
#C462B1
(196,98,177)
#B159A0
(177,89,160)
#9E508F
(158,80,143)
#8B477E
(139,71,126)
#783E6D
(120,62,109)
#65355C
(101,53,92)
#522C4B
(82,44,75)
#3F233A
(63,35,58)
#2C1A29
(44,26,41)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #D76BC2

#D76BC2
(215,107,194)
#DA78C7
(218,120,199)
#DD85CC
(221,133,204)
#E092D1
(224,146,209)
#E39FD6
(227,159,214)
#E6ACDB
(230,172,219)
#E9B9E0
(233,185,224)
#ECC6E5
(236,198,229)
#EFD3EA
(239,211,234)
#F2E0EF
(242,224,239)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76BC2 color. Also use rgb(215,107,194) instead hex code.

Text Font Color

.myTextColor { color: #D76BC2; }

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

This text font color is #D76BC2.

Background Color

.myBgColor { background-color: #D76BC2; }

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

This div background color is #D76BC2.

Border color

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

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

This div border color is #D76BC2.

Opacity

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

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

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

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

This text has shadow with #D76BC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D76BC2.

Preview

Color preview on black background

This text has color #D76BC2 on black background.


Color preview on white background

This text has color #D76BC2 on white background.


Black color preview on #D76BC2 background

This text has black color on #D76BC2 background.


White color preview on #D76BC2 background

This text has white color on #D76BC2 background.


Related colors

Complementary color

Complementary color for #hex is #28943D.


I love getcolorcode.com

Triadic colors

1 #C2D76B and #6BC2D7 with #D76BC2 are triadic colors.

2 #C26BD7 and #6BD7C2 with #D76BC2 are triadic colors.