COLOR #DB7DAF

HEX: #DB7DAF
RGB: (219,125,175)

Color info

#DB7DAF contains mainly red and blue colors. Web safe color of #DB7DAF is #CC6699 (or #C69).

RGB color model

#DB7DAF color RGB value is (219,125,175).

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

RGB channels and saturation

R 219 of 255 = 86%
G 125 of 255 = 49%
B 175 of 255 = 69%

219
125
175

R + G + B ~ 68%. #DB7DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 125 + 175 = 519 (100%)
R 219 of 519 ~ 42.2%
G 125 of 519 ~ 24.08%
B 175 of 519 ~ 33.72%

%42.2
%24.08
%33.72

CMYK color model

#DB7DAF color CMYK value is (0,43,20,14).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 20.09%
  • key color value is 14.12%
CMYK:
(0,43,20,14)
C0M43Y20K14 
(0%,43%,20%,14%)
(0.00/0.43/0.20/0.14)	

CMYK percentages

%0
%42.92
%20.09
%14.12

Codes

Color #DB7DAF in popluar color models

DB7DAF
RGB219125175
HSL328°56.63%67.45%
HSB/HSV328°42.92%85.88%
CMYK0.00%42.92%20.09%
14.12%

Color #DB7DAF in popluar number systems.

HEXDB7DAF
Decimal219125175
Binary11011011111110110101111
Octal333175257

Shades and tints

Shades of #DB7DAF

#DB7DAF
(219,125,175)
#C872A0
(200,114,160)
#B56791
(181,103,145)
#A25C82
(162,92,130)
#8F5173
(143,81,115)
#7C4664
(124,70,100)
#693B55
(105,59,85)
#563046
(86,48,70)
#432537
(67,37,55)
#301A28
(48,26,40)
#1D0F19
(29,15,25)
#000000
(0,0,0)

Tints of #DB7DAF

#DB7DAF
(219,125,175)
#DE88B6
(222,136,182)
#E193BD
(225,147,189)
#E49EC4
(228,158,196)
#E7A9CB
(231,169,203)
#EAB4D2
(234,180,210)
#EDBFD9
(237,191,217)
#F0CAE0
(240,202,224)
#F3D5E7
(243,213,231)
#F6E0EE
(246,224,238)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB7DAF; }

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

This text font color is #DB7DAF.


Background Color

.myBgColor { background-color: #DB7DAF; }

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

This div background color is #DB7DAF.


Border color

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

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

This div border color is #DB7DAF.


Opacity

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

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

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

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

This text has shadow with #DB7DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7DAF on black background.


Color preview on white background

This text has color #DB7DAF on white background.



Black color preview on #DB7DAF background

This text has black color on #DB7DAF background.


White color preview on #DB7DAF background

This text has white color on #DB7DAF background.