COLOR #DA7C82

HEX: #DA7C82
RGB: (218,124,130)

Color info

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

RGB color model

#DA7C82 color RGB value is (218,124,130).

  • red value is 218;
  • green value is 124;
  • blue value is 130.
RGB:
(218,124,130)
(85%,49%,51%)

RGB channels and saturation

R 218 of 255 = 85%
G 124 of 255 = 49%
B 130 of 255 = 51%

218
124
130

R + G + B ~ 62%. #DA7C82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 124 + 130 = 472 (100%)
R 218 of 472 ~ 46.19%
G 124 of 472 ~ 26.27%
B 130 of 472 ~ 27.54%

%46.19
%26.27
%27.54

CMYK color model

#DA7C82 color CMYK value is (0,43,40,15).

  • cyan value is 0.00%
  • magenta value is 43.12%
  • yellow value is 40.37%
  • key color value is 14.51%
CMYK:
(0,43,40,15)
C0M43Y40K15 
(0%,43%,40%,15%)
(0.00/0.43/0.40/0.15)	

CMYK percentages

%0
%43.12
%40.37
%14.51

Codes

Color #DA7C82 in popluar color models

DA7C82
RGB218124130
HSL356°55.95%67.06%
HSB/HSV356°43.12%85.49%
CMYK0.00%43.12%40.37%
14.51%

Color #DA7C82 in popluar number systems.

HEXDA7C82
Decimal218124130
Binary11011010111110010000010
Octal332174202

Shades and tints

Shades of #DA7C82

#DA7C82
(218,124,130)
#C77177
(199,113,119)
#B4666C
(180,102,108)
#A15B61
(161,91,97)
#8E5056
(142,80,86)
#7B454B
(123,69,75)
#683A40
(104,58,64)
#552F35
(85,47,53)
#42242A
(66,36,42)
#2F191F
(47,25,31)
#1C0E14
(28,14,20)
#000000
(0,0,0)

Tints of #DA7C82

#DA7C82
(218,124,130)
#DD878D
(221,135,141)
#E09298
(224,146,152)
#E39DA3
(227,157,163)
#E6A8AE
(230,168,174)
#E9B3B9
(233,179,185)
#ECBEC4
(236,190,196)
#EFC9CF
(239,201,207)
#F2D4DA
(242,212,218)
#F5DFE5
(245,223,229)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7C82 color. Also use rgb(218,124,130) instead hex code.

Text Font Color

.myTextColor { color: #DA7C82; }

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

This text font color is #DA7C82.


Background Color

.myBgColor { background-color: #DA7C82; }

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

This div background color is #DA7C82.


Border color

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

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

This div border color is #DA7C82.


Opacity

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

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

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

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

This text has shadow with #DA7C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7C82 on black background.


Color preview on white background

This text has color #DA7C82 on white background.



Black color preview on #DA7C82 background

This text has black color on #DA7C82 background.


White color preview on #DA7C82 background

This text has white color on #DA7C82 background.