COLOR #DB808B

HEX: #DB808B RGB: (219,128,139)

Color info

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

RGB color model

#DB808B color RGB value is (219,128,139).

RGB: (219,128,139) (86%, 50%, 55%)

RGB channels and saturation

R 219 of 255 = 86%
G 128 of 255 = 50%
B 139 of 255 = 55%

219
128
139

R + G + B ~ 64%. #DB808B is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 128 + 139 = 486 (100%)
R 219 of 486 ~ 45.06%
G 128 of 486 ~ 26.34%
B 139 of 486 ~ 28.6'%

%45.06
%26.34
%28.6

CMYK color model

#DB808B color CMYK value is (0,42,37,14).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 36.53%
  • key color value is 14.12%

CMYK: (0,42,37,14)
C0M42Y37K14 (0%, 42%, 37%, 14%)
(0.00 / 0.42 / 0.37 / 0.14)

CMYK percentages

%0
%41.55
%36.53
%14.12

Codes

Color #DB808B in popluar color models

DB 80 8B
RGB 219 128 139
HSL 353° 55.83% 68.04%
HSB/HSV 353° 41.55% 85.88%
CMYK 0.00% 41.55% 36.53%
14.12%

Color #DB808B in popluar number systems.

HEX DB 80 8B
Decimal 219 128 139
Binary 11011011 10000000 10001011
Octal 333 200 213

Shades and tints

Shades of #DB808B

#DB808B
(219,128,139)
#C8757F
(200,117,127)
#B56A73
(181,106,115)
#A25F67
(162,95,103)
#8F545B
(143,84,91)
#7C494F
(124,73,79)
#693E43
(105,62,67)
#563337
(86,51,55)
#43282B
(67,40,43)
#301D1F
(48,29,31)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #DB808B

#DB808B
(219,128,139)
#DE8B95
(222,139,149)
#E1969F
(225,150,159)
#E4A1A9
(228,161,169)
#E7ACB3
(231,172,179)
#EAB7BD
(234,183,189)
#EDC2C7
(237,194,199)
#F0CDD1
(240,205,209)
#F3D8DB
(243,216,219)
#F6E3E5
(246,227,229)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB808B color. Also use rgb(219,128,139) instead hex code.

Text Font Color

.myTextColor { color: #DB808B; }

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

This text font color is #DB808B.

Background Color

.myBgColor { background-color: #DB808B; }

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

This div background color is #DB808B.

Border color

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

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

This div border color is #DB808B.

Opacity

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

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

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

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

This text has shadow with #DB808B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB808B.

Preview

Color preview on black background

This text has color #DB808B on black background.


Color preview on white background

This text has color #DB808B on white background.


Black color preview on #DB808B background

This text has black color on #DB808B background.


White color preview on #DB808B background

This text has white color on #DB808B background.


Related colors

Complementary color

Complementary color for #hex is #247F74.


I love getcolorcode.com

Triadic colors

1 #8BDB80 and #808BDB with #DB808B are triadic colors.

2 #8B80DB and #80DB8B with #DB808B are triadic colors.