COLOR #DB79A0

HEX: #DB79A0
RGB: (219,121,160)

Color info

#DB79A0 contains mainly red and blue colors. Web safe color of #DB79A0 is #CC6699 (or #C69).

RGB color model

#DB79A0 color RGB value is (219,121,160).

  • red value is 219;
  • green value is 121;
  • blue value is 160.
RGB:
(219,121,160)
(86%,47%,63%)

RGB channels and saturation

R 219 of 255 = 86%
G 121 of 255 = 47%
B 160 of 255 = 63%

219
121
160

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

Portions of RGB colors in percentages

R + G + B =
219 + 121 + 160 = 500 (100%)
R 219 of 500 ~ 43.8%
G 121 of 500 ~ 24.2%
B 160 of 500 ~ 32%

%43.8
%24.2
%32

CMYK color model

#DB79A0 color CMYK value is (0,45,27,14).

  • cyan value is 0.00%
  • magenta value is 44.75%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(0,45,27,14)
C0M45Y27K14 
(0%,45%,27%,14%)
(0.00/0.45/0.27/0.14)	

CMYK percentages

%0
%44.75
%26.94
%14.12

Codes

Color #DB79A0 in popluar color models

DB79A0
RGB219121160
HSL336°57.65%66.67%
HSB/HSV336°44.75%85.88%
CMYK0.00%44.75%26.94%
14.12%

Color #DB79A0 in popluar number systems.

HEXDB79A0
Decimal219121160
Binary11011011111100110100000
Octal333171240

Shades and tints

Shades of #DB79A0

#DB79A0
(219,121,160)
#C86E92
(200,110,146)
#B56384
(181,99,132)
#A25876
(162,88,118)
#8F4D68
(143,77,104)
#7C425A
(124,66,90)
#69374C
(105,55,76)
#562C3E
(86,44,62)
#432130
(67,33,48)
#301622
(48,22,34)
#1D0B14
(29,11,20)
#000000
(0,0,0)

Tints of #DB79A0

#DB79A0
(219,121,160)
#DE85A8
(222,133,168)
#E191B0
(225,145,176)
#E49DB8
(228,157,184)
#E7A9C0
(231,169,192)
#EAB5C8
(234,181,200)
#EDC1D0
(237,193,208)
#F0CDD8
(240,205,216)
#F3D9E0
(243,217,224)
#F6E5E8
(246,229,232)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB79A0 color. Also use rgb(219,121,160) instead hex code.

Text Font Color

.myTextColor { color: #DB79A0; }

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

This text font color is #DB79A0.


Background Color

.myBgColor { background-color: #DB79A0; }

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

This div background color is #DB79A0.


Border color

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

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

This div border color is #DB79A0.


Opacity

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

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

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

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

This text has shadow with #DB79A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB79A0 on black background.


Color preview on white background

This text has color #DB79A0 on white background.



Black color preview on #DB79A0 background

This text has black color on #DB79A0 background.


White color preview on #DB79A0 background

This text has white color on #DB79A0 background.