COLOR #D06782

HEX: #D06782 RGB: (208,103,130)

Color info

#D06782 contains mainly red color. Web safe color of #D06782 is #CC6699 (or #C69).

RGB color model

#D06782 color RGB value is (208,103,130).

RGB: (208,103,130) (82%, 40%, 51%)

RGB channels and saturation

R 208 of 255 = 82%
G 103 of 255 = 40%
B 130 of 255 = 51%

208
103
130

R + G + B ~ 58%. #D06782 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 208 + 103 + 130 = 441 (100%)
R 208 of 441 ~ 47.17%
G 103 of 441 ~ 23.36%
B 130 of 441 ~ 29.48'%

%47.17
%23.36
%29.48

CMYK color model

#D06782 color CMYK value is (0,50,38,18).

  • cyan value is 0.00%
  • magenta value is 50.48%
  • yellow value is 37.50%
  • key color value is 18.43%

CMYK: (0,50,38,18)
C0M50Y38K18 (0%, 50%, 38%, 18%)
(0.00 / 0.50 / 0.38 / 0.18)

CMYK percentages

%0
%50.48
%37.5
%18.43

Codes

Color #D06782 in popluar color models

D0 67 82
RGB 208 103 130
HSL 345° 52.76% 60.98%
HSB/HSV 345° 50.48% 81.57%
CMYK 0.00% 50.48% 37.50%
18.43%

Color #D06782 in popluar number systems.

HEX D0 67 82
Decimal 208 103 130
Binary 11010000 1100111 10000010
Octal 320 147 202

Shades and tints

Shades of #D06782

#D06782
(208,103,130)
#BE5E77
(190,94,119)
#AC556C
(172,85,108)
#9A4C61
(154,76,97)
#884356
(136,67,86)
#763A4B
(118,58,75)
#643140
(100,49,64)
#522835
(82,40,53)
#401F2A
(64,31,42)
#2E161F
(46,22,31)
#1C0D14
(28,13,20)
#000000
(0,0,0)

Tints of #D06782

#D06782
(208,103,130)
#D4748D
(212,116,141)
#D88198
(216,129,152)
#DC8EA3
(220,142,163)
#E09BAE
(224,155,174)
#E4A8B9
(228,168,185)
#E8B5C4
(232,181,196)
#ECC2CF
(236,194,207)
#F0CFDA
(240,207,218)
#F4DCE5
(244,220,229)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06782 color. Also use rgb(208,103,130) instead hex code.

Text Font Color

.myTextColor { color: #D06782; }

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

This text font color is #D06782.

Background Color

.myBgColor { background-color: #D06782; }

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

This div background color is #D06782.

Border color

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

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

This div border color is #D06782.

Opacity

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

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

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

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

This text has shadow with #D06782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D06782.

Preview

Color preview on black background

This text has color #D06782 on black background.


Color preview on white background

This text has color #D06782 on white background.


Black color preview on #D06782 background

This text has black color on #D06782 background.


White color preview on #D06782 background

This text has white color on #D06782 background.


Related colors

Complementary color

Complementary color for #hex is #2F987D.


I love getcolorcode.com

Triadic colors

1 #82D067 and #6782D0 with #D06782 are triadic colors.

2 #8267D0 and #67D082 with #D06782 are triadic colors.