COLOR #DB9FA5

HEX: #DB9FA5 RGB: (219,159,165)

Color info

#DB9FA5 contains mainly red and blue colors. Web safe color of #DB9FA5 is #CC9999 (or #C99).

RGB color model

#DB9FA5 color RGB value is (219,159,165).

RGB: (219,159,165) (86%, 62%, 65%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 165 of 255 = 65%

219
159
165

R + G + B ~ 71%. #DB9FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 159 + 165 = 543 (100%)
R 219 of 543 ~ 40.33%
G 159 of 543 ~ 29.28%
B 165 of 543 ~ 30.39'%

%40.33
%29.28
%30.39

CMYK color model

#DB9FA5 color CMYK value is (0,27,25,14).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 24.66%
  • key color value is 14.12%

CMYK: (0,27,25,14)
C0M27Y25K14 (0%, 27%, 25%, 14%)
(0.00 / 0.27 / 0.25 / 0.14)

CMYK percentages

%0
%27.4
%24.66
%14.12

Codes

Color #DB9FA5 in popluar color models

DB 9F A5
RGB 219 159 165
HSL 354° 45.45% 74.12%
HSB/HSV 354° 27.40% 85.88%
CMYK 0.00% 27.40% 24.66%
14.12%

Color #DB9FA5 in popluar number systems.

HEX DB 9F A5
Decimal 219 159 165
Binary 11011011 10011111 10100101
Octal 333 237 245

Shades and tints

Shades of #DB9FA5

#DB9FA5
(219,159,165)
#C89196
(200,145,150)
#B58387
(181,131,135)
#A27578
(162,117,120)
#8F6769
(143,103,105)
#7C595A
(124,89,90)
#694B4B
(105,75,75)
#563D3C
(86,61,60)
#432F2D
(67,47,45)
#30211E
(48,33,30)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #DB9FA5

#DB9FA5
(219,159,165)
#DEA7AD
(222,167,173)
#E1AFB5
(225,175,181)
#E4B7BD
(228,183,189)
#E7BFC5
(231,191,197)
#EAC7CD
(234,199,205)
#EDCFD5
(237,207,213)
#F0D7DD
(240,215,221)
#F3DFE5
(243,223,229)
#F6E7ED
(246,231,237)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9FA5 color. Also use rgb(219,159,165) instead hex code.

Text Font Color

.myTextColor { color: #DB9FA5; }

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

This text font color is #DB9FA5.

Background Color

.myBgColor { background-color: #DB9FA5; }

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

This div background color is #DB9FA5.

Border color

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

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

This div border color is #DB9FA5.

Opacity

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

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

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

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

This text has shadow with #DB9FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9FA5.

Preview

Color preview on black background

This text has color #DB9FA5 on black background.


Color preview on white background

This text has color #DB9FA5 on white background.


Black color preview on #DB9FA5 background

This text has black color on #DB9FA5 background.


White color preview on #DB9FA5 background

This text has white color on #DB9FA5 background.


Related colors

Complementary color

Complementary color for #hex is #24605A.


I love getcolorcode.com

Triadic colors

1 #A5DB9F and #9FA5DB with #DB9FA5 are triadic colors.

2 #A59FDB and #9FDBA5 with #DB9FA5 are triadic colors.