COLOR #DA7F97

HEX: #DA7F97
RGB: (218,127,151)

Color info

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

RGB color model

#DA7F97 color RGB value is (218,127,151).

  • red value is 218;
  • green value is 127;
  • blue value is 151.
RGB:
(218,127,151)
(85%,50%,59%)

RGB channels and saturation

R 218 of 255 = 85%
G 127 of 255 = 50%
B 151 of 255 = 59%

218
127
151

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

Portions of RGB colors in percentages

R + G + B =
218 + 127 + 151 = 496 (100%)
R 218 of 496 ~ 43.95%
G 127 of 496 ~ 25.6%
B 151 of 496 ~ 30.44%

%43.95
%25.6
%30.44

CMYK color model

#DA7F97 color CMYK value is (0,42,31,15).

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 30.73%
  • key color value is 14.51%
CMYK:
(0,42,31,15)
C0M42Y31K15 
(0%,42%,31%,15%)
(0.00/0.42/0.31/0.15)	

CMYK percentages

%0
%41.74
%30.73
%14.51

Codes

Color #DA7F97 in popluar color models

DA7F97
RGB218127151
HSL344°55.15%67.65%
HSB/HSV344°41.74%85.49%
CMYK0.00%41.74%30.73%
14.51%

Color #DA7F97 in popluar number systems.

HEXDA7F97
Decimal218127151
Binary11011010111111110010111
Octal332177227

Shades and tints

Shades of #DA7F97

#DA7F97
(218,127,151)
#C7748A
(199,116,138)
#B4697D
(180,105,125)
#A15E70
(161,94,112)
#8E5363
(142,83,99)
#7B4856
(123,72,86)
#683D49
(104,61,73)
#55323C
(85,50,60)
#42272F
(66,39,47)
#2F1C22
(47,28,34)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #DA7F97

#DA7F97
(218,127,151)
#DD8AA0
(221,138,160)
#E095A9
(224,149,169)
#E3A0B2
(227,160,178)
#E6ABBB
(230,171,187)
#E9B6C4
(233,182,196)
#ECC1CD
(236,193,205)
#EFCCD6
(239,204,214)
#F2D7DF
(242,215,223)
#F5E2E8
(245,226,232)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7F97 color. Also use rgb(218,127,151) instead hex code.

Text Font Color

.myTextColor { color: #DA7F97; }

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

This text font color is #DA7F97.


Background Color

.myBgColor { background-color: #DA7F97; }

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

This div background color is #DA7F97.


Border color

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

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

This div border color is #DA7F97.


Opacity

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

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

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

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

This text has shadow with #DA7F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7F97 on black background.


Color preview on white background

This text has color #DA7F97 on white background.



Black color preview on #DA7F97 background

This text has black color on #DA7F97 background.


White color preview on #DA7F97 background

This text has white color on #DA7F97 background.