COLOR #DB7D97

HEX: #DB7D97
RGB: (219,125,151)

Color info

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

RGB color model

#DB7D97 color RGB value is (219,125,151).

  • red value is 219;
  • green value is 125;
  • blue value is 151.
RGB:
(219,125,151)
(86%,49%,59%)

RGB channels and saturation

R 219 of 255 = 86%
G 125 of 255 = 49%
B 151 of 255 = 59%

219
125
151

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

Portions of RGB colors in percentages

R + G + B =
219 + 125 + 151 = 495 (100%)
R 219 of 495 ~ 44.24%
G 125 of 495 ~ 25.25%
B 151 of 495 ~ 30.51%

%44.24
%25.25
%30.51

CMYK color model

#DB7D97 color CMYK value is (0,43,31,14).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 31.05%
  • key color value is 14.12%
CMYK:
(0,43,31,14)
C0M43Y31K14 
(0%,43%,31%,14%)
(0.00/0.43/0.31/0.14)	

CMYK percentages

%0
%42.92
%31.05
%14.12

Codes

Color #DB7D97 in popluar color models

DB7D97
RGB219125151
HSL343°56.63%67.45%
HSB/HSV343°42.92%85.88%
CMYK0.00%42.92%31.05%
14.12%

Color #DB7D97 in popluar number systems.

HEXDB7D97
Decimal219125151
Binary11011011111110110010111
Octal333175227

Shades and tints

Shades of #DB7D97

#DB7D97
(219,125,151)
#C8728A
(200,114,138)
#B5677D
(181,103,125)
#A25C70
(162,92,112)
#8F5163
(143,81,99)
#7C4656
(124,70,86)
#693B49
(105,59,73)
#56303C
(86,48,60)
#43252F
(67,37,47)
#301A22
(48,26,34)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #DB7D97

#DB7D97
(219,125,151)
#DE88A0
(222,136,160)
#E193A9
(225,147,169)
#E49EB2
(228,158,178)
#E7A9BB
(231,169,187)
#EAB4C4
(234,180,196)
#EDBFCD
(237,191,205)
#F0CAD6
(240,202,214)
#F3D5DF
(243,213,223)
#F6E0E8
(246,224,232)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7D97 color. Also use rgb(219,125,151) instead hex code.

Text Font Color

.myTextColor { color: #DB7D97; }

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

This text font color is #DB7D97.


Background Color

.myBgColor { background-color: #DB7D97; }

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

This div background color is #DB7D97.


Border color

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

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

This div border color is #DB7D97.


Opacity

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

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

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

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

This text has shadow with #DB7D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7D97 on black background.


Color preview on white background

This text has color #DB7D97 on white background.



Black color preview on #DB7D97 background

This text has black color on #DB7D97 background.


White color preview on #DB7D97 background

This text has white color on #DB7D97 background.