COLOR #DA7B90

HEX: #DA7B90
RGB: (218,123,144)

Color info

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

RGB color model

#DA7B90 color RGB value is (218,123,144).

  • red value is 218;
  • green value is 123;
  • blue value is 144.
RGB:
(218,123,144)
(85%,48%,56%)

RGB channels and saturation

R 218 of 255 = 85%
G 123 of 255 = 48%
B 144 of 255 = 56%

218
123
144

R + G + B ~ 63%. #DA7B90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 123 + 144 = 485 (100%)
R 218 of 485 ~ 44.95%
G 123 of 485 ~ 25.36%
B 144 of 485 ~ 29.69%

%44.95
%25.36
%29.69

CMYK color model

#DA7B90 color CMYK value is (0,44,34,15).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(0,44,34,15)
C0M44Y34K15 
(0%,44%,34%,15%)
(0.00/0.44/0.34/0.15)	

CMYK percentages

%0
%43.58
%33.94
%14.51

Codes

Color #DA7B90 in popluar color models

DA7B90
RGB218123144
HSL347°56.21%66.86%
HSB/HSV347°43.58%85.49%
CMYK0.00%43.58%33.94%
14.51%

Color #DA7B90 in popluar number systems.

HEXDA7B90
Decimal218123144
Binary11011010111101110010000
Octal332173220

Shades and tints

Shades of #DA7B90

#DA7B90
(218,123,144)
#C77083
(199,112,131)
#B46576
(180,101,118)
#A15A69
(161,90,105)
#8E4F5C
(142,79,92)
#7B444F
(123,68,79)
#683942
(104,57,66)
#552E35
(85,46,53)
#422328
(66,35,40)
#2F181B
(47,24,27)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #DA7B90

#DA7B90
(218,123,144)
#DD879A
(221,135,154)
#E093A4
(224,147,164)
#E39FAE
(227,159,174)
#E6ABB8
(230,171,184)
#E9B7C2
(233,183,194)
#ECC3CC
(236,195,204)
#EFCFD6
(239,207,214)
#F2DBE0
(242,219,224)
#F5E7EA
(245,231,234)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA7B90; }

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

This text font color is #DA7B90.


Background Color

.myBgColor { background-color: #DA7B90; }

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

This div background color is #DA7B90.


Border color

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

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

This div border color is #DA7B90.


Opacity

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

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

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

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

This text has shadow with #DA7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7B90 on black background.


Color preview on white background

This text has color #DA7B90 on white background.



Black color preview on #DA7B90 background

This text has black color on #DA7B90 background.


White color preview on #DA7B90 background

This text has white color on #DA7B90 background.