COLOR #DB77A3

HEX: #DB77A3 RGB: (219,119,163)

Color info

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

RGB color model

#DB77A3 color RGB value is (219,119,163).

RGB: (219,119,163) (86%, 47%, 64%)

RGB channels and saturation

R 219 of 255 = 86%
G 119 of 255 = 47%
B 163 of 255 = 64%

219
119
163

R + G + B ~ 66%. #DB77A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 119 + 163 = 501 (100%)
R 219 of 501 ~ 43.71%
G 119 of 501 ~ 23.75%
B 163 of 501 ~ 32.53'%

%43.71
%23.75
%32.53

CMYK color model

#DB77A3 color CMYK value is (0,46,26,14).

  • cyan value is 0.00%
  • magenta value is 45.66%
  • yellow value is 25.57%
  • key color value is 14.12%

CMYK: (0,46,26,14)
C0M46Y26K14 (0%, 46%, 26%, 14%)
(0.00 / 0.46 / 0.26 / 0.14)

CMYK percentages

%0
%45.66
%25.57
%14.12

Codes

Color #DB77A3 in popluar color models

DB 77 A3
RGB 219 119 163
HSL 334° 58.14% 66.27%
HSB/HSV 334° 45.66% 85.88%
CMYK 0.00% 45.66% 25.57%
14.12%

Color #DB77A3 in popluar number systems.

HEX DB 77 A3
Decimal 219 119 163
Binary 11011011 1110111 10100011
Octal 333 167 243

Shades and tints

Shades of #DB77A3

#DB77A3
(219,119,163)
#C86D95
(200,109,149)
#B56387
(181,99,135)
#A25979
(162,89,121)
#8F4F6B
(143,79,107)
#7C455D
(124,69,93)
#693B4F
(105,59,79)
#563141
(86,49,65)
#432733
(67,39,51)
#301D25
(48,29,37)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #DB77A3

#DB77A3
(219,119,163)
#DE83AB
(222,131,171)
#E18FB3
(225,143,179)
#E49BBB
(228,155,187)
#E7A7C3
(231,167,195)
#EAB3CB
(234,179,203)
#EDBFD3
(237,191,211)
#F0CBDB
(240,203,219)
#F3D7E3
(243,215,227)
#F6E3EB
(246,227,235)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB77A3 color. Also use rgb(219,119,163) instead hex code.

Text Font Color

.myTextColor { color: #DB77A3; }

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

This text font color is #DB77A3.

Background Color

.myBgColor { background-color: #DB77A3; }

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

This div background color is #DB77A3.

Border color

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

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

This div border color is #DB77A3.

Opacity

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

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

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

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

This text has shadow with #DB77A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB77A3.

Preview

Color preview on black background

This text has color #DB77A3 on black background.


Color preview on white background

This text has color #DB77A3 on white background.


Black color preview on #DB77A3 background

This text has black color on #DB77A3 background.


White color preview on #DB77A3 background

This text has white color on #DB77A3 background.


Related colors

Complementary color

Complementary color for #hex is #24885C.


I love getcolorcode.com

Triadic colors

1 #A3DB77 and #77A3DB with #DB77A3 are triadic colors.

2 #A377DB and #77DBA3 with #DB77A3 are triadic colors.