COLOR #DB7FA2

HEX: #DB7FA2
RGB: (219,127,162)

Color info

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

RGB color model

#DB7FA2 color RGB value is (219,127,162).

  • red value is 219;
  • green value is 127;
  • blue value is 162.
RGB:
(219,127,162)
(86%,50%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 127 of 255 = 50%
B 162 of 255 = 64%

219
127
162

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

Portions of RGB colors in percentages

R + G + B =
219 + 127 + 162 = 508 (100%)
R 219 of 508 ~ 43.11%
G 127 of 508 ~ 25%
B 162 of 508 ~ 31.89%

%43.11
%25
%31.89

CMYK color model

#DB7FA2 color CMYK value is (0,42,26,14).

  • cyan value is 0.00%
  • magenta value is 42.01%
  • yellow value is 26.03%
  • key color value is 14.12%
CMYK:
(0,42,26,14)
C0M42Y26K14 
(0%,42%,26%,14%)
(0.00/0.42/0.26/0.14)	

CMYK percentages

%0
%42.01
%26.03
%14.12

Codes

Color #DB7FA2 in popluar color models

DB7FA2
RGB219127162
HSL337°56.10%67.84%
HSB/HSV337°42.01%85.88%
CMYK0.00%42.01%26.03%
14.12%

Color #DB7FA2 in popluar number systems.

HEXDB7FA2
Decimal219127162
Binary11011011111111110100010
Octal333177242

Shades and tints

Shades of #DB7FA2

#DB7FA2
(219,127,162)
#C87494
(200,116,148)
#B56986
(181,105,134)
#A25E78
(162,94,120)
#8F536A
(143,83,106)
#7C485C
(124,72,92)
#693D4E
(105,61,78)
#563240
(86,50,64)
#432732
(67,39,50)
#301C24
(48,28,36)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DB7FA2

#DB7FA2
(219,127,162)
#DE8AAA
(222,138,170)
#E195B2
(225,149,178)
#E4A0BA
(228,160,186)
#E7ABC2
(231,171,194)
#EAB6CA
(234,182,202)
#EDC1D2
(237,193,210)
#F0CCDA
(240,204,218)
#F3D7E2
(243,215,226)
#F6E2EA
(246,226,234)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7FA2 color. Also use rgb(219,127,162) instead hex code.

Text Font Color

.myTextColor { color: #DB7FA2; }

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

This text font color is #DB7FA2.


Background Color

.myBgColor { background-color: #DB7FA2; }

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

This div background color is #DB7FA2.


Border color

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

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

This div border color is #DB7FA2.


Opacity

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

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

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

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

This text has shadow with #DB7FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7FA2 on black background.


Color preview on white background

This text has color #DB7FA2 on white background.



Black color preview on #DB7FA2 background

This text has black color on #DB7FA2 background.


White color preview on #DB7FA2 background

This text has white color on #DB7FA2 background.