COLOR #D076A2

HEX: #D076A2 RGB: (208,118,162)

Color info

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

RGB color model

#D076A2 color RGB value is (208,118,162).

RGB: (208,118,162) (82%, 46%, 64%)

RGB channels and saturation

R 208 of 255 = 82%
G 118 of 255 = 46%
B 162 of 255 = 64%

208
118
162

R + G + B ~ 64%. #D076A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 118 + 162 = 488 (100%)
R 208 of 488 ~ 42.62%
G 118 of 488 ~ 24.18%
B 162 of 488 ~ 33.2'%

%42.62
%24.18
%33.2

CMYK color model

#D076A2 color CMYK value is (0,43,22,18).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 22.12%
  • key color value is 18.43%

CMYK: (0,43,22,18)
C0M43Y22K18 (0%, 43%, 22%, 18%)
(0.00 / 0.43 / 0.22 / 0.18)

CMYK percentages

%0
%43.27
%22.12
%18.43

Codes

Color #D076A2 in popluar color models

D0 76 A2
RGB 208 118 162
HSL 331° 48.91% 63.92%
HSB/HSV 331° 43.27% 81.57%
CMYK 0.00% 43.27% 22.12%
18.43%

Color #D076A2 in popluar number systems.

HEX D0 76 A2
Decimal 208 118 162
Binary 11010000 1110110 10100010
Octal 320 166 242

Shades and tints

Shades of #D076A2

#D076A2
(208,118,162)
#BE6C94
(190,108,148)
#AC6286
(172,98,134)
#9A5878
(154,88,120)
#884E6A
(136,78,106)
#76445C
(118,68,92)
#643A4E
(100,58,78)
#523040
(82,48,64)
#402632
(64,38,50)
#2E1C24
(46,28,36)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #D076A2

#D076A2
(208,118,162)
#D482AA
(212,130,170)
#D88EB2
(216,142,178)
#DC9ABA
(220,154,186)
#E0A6C2
(224,166,194)
#E4B2CA
(228,178,202)
#E8BED2
(232,190,210)
#ECCADA
(236,202,218)
#F0D6E2
(240,214,226)
#F4E2EA
(244,226,234)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D076A2 color. Also use rgb(208,118,162) instead hex code.

Text Font Color

.myTextColor { color: #D076A2; }

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

This text font color is #D076A2.

Background Color

.myBgColor { background-color: #D076A2; }

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

This div background color is #D076A2.

Border color

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

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

This div border color is #D076A2.

Opacity

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

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

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

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

This text has shadow with #D076A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D076A2.

Preview

Color preview on black background

This text has color #D076A2 on black background.


Color preview on white background

This text has color #D076A2 on white background.


Black color preview on #D076A2 background

This text has black color on #D076A2 background.


White color preview on #D076A2 background

This text has white color on #D076A2 background.


Related colors

Complementary color

Complementary color for #hex is #2F895D.


I love getcolorcode.com

Triadic colors

1 #A2D076 and #76A2D0 with #D076A2 are triadic colors.

2 #A276D0 and #76D0A2 with #D076A2 are triadic colors.