COLOR #DB7A89

HEX: #DB7A89
RGB: (219,122,137)

Color info

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

RGB color model

#DB7A89 color RGB value is (219,122,137).

  • red value is 219;
  • green value is 122;
  • blue value is 137.
RGB:
(219,122,137)
(86%,48%,54%)

RGB channels and saturation

R 219 of 255 = 86%
G 122 of 255 = 48%
B 137 of 255 = 54%

219
122
137

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

Portions of RGB colors in percentages

R + G + B =
219 + 122 + 137 = 478 (100%)
R 219 of 478 ~ 45.82%
G 122 of 478 ~ 25.52%
B 137 of 478 ~ 28.66%

%45.82
%25.52
%28.66

CMYK color model

#DB7A89 color CMYK value is (0,44,37,14).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 37.44%
  • key color value is 14.12%
CMYK:
(0,44,37,14)
C0M44Y37K14 
(0%,44%,37%,14%)
(0.00/0.44/0.37/0.14)	

CMYK percentages

%0
%44.29
%37.44
%14.12

Codes

Color #DB7A89 in popluar color models

DB7A89
RGB219122137
HSL351°57.40%66.86%
HSB/HSV351°44.29%85.88%
CMYK0.00%44.29%37.44%
14.12%

Color #DB7A89 in popluar number systems.

HEXDB7A89
Decimal219122137
Binary11011011111101010001001
Octal333172211

Shades and tints

Shades of #DB7A89

#DB7A89
(219,122,137)
#C86F7D
(200,111,125)
#B56471
(181,100,113)
#A25965
(162,89,101)
#8F4E59
(143,78,89)
#7C434D
(124,67,77)
#693841
(105,56,65)
#562D35
(86,45,53)
#432229
(67,34,41)
#30171D
(48,23,29)
#1D0C11
(29,12,17)
#000000
(0,0,0)

Tints of #DB7A89

#DB7A89
(219,122,137)
#DE8693
(222,134,147)
#E1929D
(225,146,157)
#E49EA7
(228,158,167)
#E7AAB1
(231,170,177)
#EAB6BB
(234,182,187)
#EDC2C5
(237,194,197)
#F0CECF
(240,206,207)
#F3DAD9
(243,218,217)
#F6E6E3
(246,230,227)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7A89 color. Also use rgb(219,122,137) instead hex code.

Text Font Color

.myTextColor { color: #DB7A89; }

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

This text font color is #DB7A89.


Background Color

.myBgColor { background-color: #DB7A89; }

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

This div background color is #DB7A89.


Border color

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

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

This div border color is #DB7A89.


Opacity

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

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

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

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

This text has shadow with #DB7A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7A89 on black background.


Color preview on white background

This text has color #DB7A89 on white background.



Black color preview on #DB7A89 background

This text has black color on #DB7A89 background.


White color preview on #DB7A89 background

This text has white color on #DB7A89 background.