COLOR #DB849D

HEX: #DB849D RGB: (219,132,157)

Color info

#DB849D contains mainly red color. Web safe color of #DB849D is #CC9999 (or #C99).

RGB color model

#DB849D color RGB value is (219,132,157).

RGB: (219,132,157) (86%, 52%, 62%)

RGB channels and saturation

R 219 of 255 = 86%
G 132 of 255 = 52%
B 157 of 255 = 62%

219
132
157

R + G + B ~ 67%. #DB849D is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 132 + 157 = 508 (100%)
R 219 of 508 ~ 43.11%
G 132 of 508 ~ 25.98%
B 157 of 508 ~ 30.91'%

%43.11
%25.98
%30.91

CMYK color model

#DB849D color CMYK value is (0,40,28,14).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 28.31%
  • key color value is 14.12%

CMYK: (0,40,28,14)
C0M40Y28K14 (0%, 40%, 28%, 14%)
(0.00 / 0.40 / 0.28 / 0.14)

CMYK percentages

%0
%39.73
%28.31
%14.12

Codes

Color #DB849D in popluar color models

DB 84 9D
RGB 219 132 157
HSL 343° 54.72% 68.82%
HSB/HSV 343° 39.73% 85.88%
CMYK 0.00% 39.73% 28.31%
14.12%

Color #DB849D in popluar number systems.

HEX DB 84 9D
Decimal 219 132 157
Binary 11011011 10000100 10011101
Octal 333 204 235

Shades and tints

Shades of #DB849D

#DB849D
(219,132,157)
#C8788F
(200,120,143)
#B56C81
(181,108,129)
#A26073
(162,96,115)
#8F5465
(143,84,101)
#7C4857
(124,72,87)
#693C49
(105,60,73)
#56303B
(86,48,59)
#43242D
(67,36,45)
#30181F
(48,24,31)
#1D0C11
(29,12,17)
#000000
(0,0,0)

Tints of #DB849D

#DB849D
(219,132,157)
#DE8FA5
(222,143,165)
#E19AAD
(225,154,173)
#E4A5B5
(228,165,181)
#E7B0BD
(231,176,189)
#EABBC5
(234,187,197)
#EDC6CD
(237,198,205)
#F0D1D5
(240,209,213)
#F3DCDD
(243,220,221)
#F6E7E5
(246,231,229)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB849D color. Also use rgb(219,132,157) instead hex code.

Text Font Color

.myTextColor { color: #DB849D; }

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

This text font color is #DB849D.

Background Color

.myBgColor { background-color: #DB849D; }

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

This div background color is #DB849D.

Border color

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

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

This div border color is #DB849D.

Opacity

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

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

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

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

This text has shadow with #DB849D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB849D.

Preview

Color preview on black background

This text has color #DB849D on black background.


Color preview on white background

This text has color #DB849D on white background.


Black color preview on #DB849D background

This text has black color on #DB849D background.


White color preview on #DB849D background

This text has white color on #DB849D background.


Related colors

Complementary color

Complementary color for #hex is #247B62.


I love getcolorcode.com

Triadic colors

1 #9DDB84 and #849DDB with #DB849D are triadic colors.

2 #9D84DB and #84DB9D with #DB849D are triadic colors.