COLOR #DA7C9C

HEX: #DA7C9C RGB: (218,124,156)

Color info

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

RGB color model

#DA7C9C color RGB value is (218,124,156).

RGB: (218,124,156) (85%, 49%, 61%)

RGB channels and saturation

R 218 of 255 = 85%
G 124 of 255 = 49%
B 156 of 255 = 61%

218
124
156

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

Portions of RGB colors in percentages

R + G + B = 218 + 124 + 156 = 498 (100%)
R 218 of 498 ~ 43.78%
G 124 of 498 ~ 24.9%
B 156 of 498 ~ 31.33'%

%43.78
%24.9
%31.33

CMYK color model

#DA7C9C color CMYK value is (0,43,28,15).

  • cyan value is 0.00%
  • magenta value is 43.12%
  • yellow value is 28.44%
  • key color value is 14.51%

CMYK: (0,43,28,15)
C0M43Y28K15 (0%, 43%, 28%, 15%)
(0.00 / 0.43 / 0.28 / 0.15)

CMYK percentages

%0
%43.12
%28.44
%14.51

Codes

Color #DA7C9C in popluar color models

DA 7C 9C
RGB 218 124 156
HSL 340° 55.95% 67.06%
HSB/HSV 340° 43.12% 85.49%
CMYK 0.00% 43.12% 28.44%
14.51%

Color #DA7C9C in popluar number systems.

HEX DA 7C 9C
Decimal 218 124 156
Binary 11011010 1111100 10011100
Octal 332 174 234

Shades and tints

Shades of #DA7C9C

#DA7C9C
(218,124,156)
#C7718E
(199,113,142)
#B46680
(180,102,128)
#A15B72
(161,91,114)
#8E5064
(142,80,100)
#7B4556
(123,69,86)
#683A48
(104,58,72)
#552F3A
(85,47,58)
#42242C
(66,36,44)
#2F191E
(47,25,30)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #DA7C9C

#DA7C9C
(218,124,156)
#DD87A5
(221,135,165)
#E092AE
(224,146,174)
#E39DB7
(227,157,183)
#E6A8C0
(230,168,192)
#E9B3C9
(233,179,201)
#ECBED2
(236,190,210)
#EFC9DB
(239,201,219)
#F2D4E4
(242,212,228)
#F5DFED
(245,223,237)
#F8EAF6
(248,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA7C9C; }

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

This text font color is #DA7C9C.

Background Color

.myBgColor { background-color: #DA7C9C; }

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

This div background color is #DA7C9C.

Border color

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

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

This div border color is #DA7C9C.

Opacity

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

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

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

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

This text has shadow with #DA7C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA7C9C.

Preview

Color preview on black background

This text has color #DA7C9C on black background.


Color preview on white background

This text has color #DA7C9C on white background.


Black color preview on #DA7C9C background

This text has black color on #DA7C9C background.


White color preview on #DA7C9C background

This text has white color on #DA7C9C background.


Related colors

Complementary color

Complementary color for #hex is #258363.


I love getcolorcode.com

Triadic colors

1 #9CDA7C and #7C9CDA with #DA7C9C are triadic colors.

2 #9C7CDA and #7CDA9C with #DA7C9C are triadic colors.