COLOR #DA7B9B

HEX: #DA7B9B RGB: (218,123,155)

Color info

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

RGB color model

#DA7B9B color RGB value is (218,123,155).

RGB: (218,123,155) (85%, 48%, 61%)

RGB channels and saturation

R 218 of 255 = 85%
G 123 of 255 = 48%
B 155 of 255 = 61%

218
123
155

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

Portions of RGB colors in percentages

R + G + B = 218 + 123 + 155 = 496 (100%)
R 218 of 496 ~ 43.95%
G 123 of 496 ~ 24.8%
B 155 of 496 ~ 31.25'%

%43.95
%24.8
%31.25

CMYK color model

#DA7B9B color CMYK value is (0,44,29,15).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 28.90%
  • key color value is 14.51%

CMYK: (0,44,29,15)
C0M44Y29K15 (0%, 44%, 29%, 15%)
(0.00 / 0.44 / 0.29 / 0.15)

CMYK percentages

%0
%43.58
%28.9
%14.51

Codes

Color #DA7B9B in popluar color models

DA 7B 9B
RGB 218 123 155
HSL 340° 56.21% 66.86%
HSB/HSV 340° 43.58% 85.49%
CMYK 0.00% 43.58% 28.90%
14.51%

Color #DA7B9B in popluar number systems.

HEX DA 7B 9B
Decimal 218 123 155
Binary 11011010 1111011 10011011
Octal 332 173 233

Shades and tints

Shades of #DA7B9B

#DA7B9B
(218,123,155)
#C7708D
(199,112,141)
#B4657F
(180,101,127)
#A15A71
(161,90,113)
#8E4F63
(142,79,99)
#7B4455
(123,68,85)
#683947
(104,57,71)
#552E39
(85,46,57)
#42232B
(66,35,43)
#2F181D
(47,24,29)
#1C0D0F
(28,13,15)
#000000
(0,0,0)

Tints of #DA7B9B

#DA7B9B
(218,123,155)
#DD87A4
(221,135,164)
#E093AD
(224,147,173)
#E39FB6
(227,159,182)
#E6ABBF
(230,171,191)
#E9B7C8
(233,183,200)
#ECC3D1
(236,195,209)
#EFCFDA
(239,207,218)
#F2DBE3
(242,219,227)
#F5E7EC
(245,231,236)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7B9B color. Also use rgb(218,123,155) instead hex code.

Text Font Color

.myTextColor { color: #DA7B9B; }

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

This text font color is #DA7B9B.

Background Color

.myBgColor { background-color: #DA7B9B; }

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

This div background color is #DA7B9B.

Border color

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

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

This div border color is #DA7B9B.

Opacity

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

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

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

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

This text has shadow with #DA7B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA7B9B.

Preview

Color preview on black background

This text has color #DA7B9B on black background.


Color preview on white background

This text has color #DA7B9B on white background.


Black color preview on #DA7B9B background

This text has black color on #DA7B9B background.


White color preview on #DA7B9B background

This text has white color on #DA7B9B background.


Related colors

Complementary color

Complementary color for #hex is #258464.


I love getcolorcode.com

Triadic colors

1 #9BDA7B and #7B9BDA with #DA7B9B are triadic colors.

2 #9B7BDA and #7BDA9B with #DA7B9B are triadic colors.