COLOR #DB6A79

HEX: #DB6A79
RGB: (219,106,121)

Color info

#DB6A79 contains mainly red color. Web safe color of #DB6A79 is #CC6666 (or #C66).

RGB color model

#DB6A79 color RGB value is (219,106,121).

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

RGB channels and saturation

R 219 of 255 = 86%
G 106 of 255 = 42%
B 121 of 255 = 47%

219
106
121

R + G + B ~ 58%. #DB6A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 106 + 121 = 446 (100%)
R 219 of 446 ~ 49.1%
G 106 of 446 ~ 23.77%
B 121 of 446 ~ 27.13%

%49.1
%23.77
%27.13

CMYK color model

#DB6A79 color CMYK value is (0,52,45,14).

  • cyan value is 0.00%
  • magenta value is 51.60%
  • yellow value is 44.75%
  • key color value is 14.12%
CMYK:
(0,52,45,14)
C0M52Y45K14 
(0%,52%,45%,14%)
(0.00/0.52/0.45/0.14)	

CMYK percentages

%0
%51.6
%44.75
%14.12

Codes

Color #DB6A79 in popluar color models

DB6A79
RGB219106121
HSL352°61.08%63.73%
HSB/HSV352°51.60%85.88%
CMYK0.00%51.60%44.75%
14.12%

Color #DB6A79 in popluar number systems.

HEXDB6A79
Decimal219106121
Binary1101101111010101111001
Octal333152171

Shades and tints

Shades of #DB6A79

#DB6A79
(219,106,121)
#C8616E
(200,97,110)
#B55863
(181,88,99)
#A24F58
(162,79,88)
#8F464D
(143,70,77)
#7C3D42
(124,61,66)
#693437
(105,52,55)
#562B2C
(86,43,44)
#432221
(67,34,33)
#301916
(48,25,22)
#1D100B
(29,16,11)
#000000
(0,0,0)

Tints of #DB6A79

#DB6A79
(219,106,121)
#DE7785
(222,119,133)
#E18491
(225,132,145)
#E4919D
(228,145,157)
#E79EA9
(231,158,169)
#EAABB5
(234,171,181)
#EDB8C1
(237,184,193)
#F0C5CD
(240,197,205)
#F3D2D9
(243,210,217)
#F6DFE5
(246,223,229)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB6A79; }

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

This text font color is #DB6A79.


Background Color

.myBgColor { background-color: #DB6A79; }

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

This div background color is #DB6A79.


Border color

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

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

This div border color is #DB6A79.


Opacity

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

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

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

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

This text has shadow with #DB6A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6A79 on black background.


Color preview on white background

This text has color #DB6A79 on white background.



Black color preview on #DB6A79 background

This text has black color on #DB6A79 background.


White color preview on #DB6A79 background

This text has white color on #DB6A79 background.