COLOR #DB5C7A

HEX: #DB5C7A
RGB: (219,92,122)

Color info

#DB5C7A contains mainly red color. Web safe color of #DB5C7A is #CC6666 (or #C66).

RGB color model

#DB5C7A color RGB value is (219,92,122).

  • red value is 219;
  • green value is 92;
  • blue value is 122.
RGB:
(219,92,122)
(86%,36%,48%)

RGB channels and saturation

R 219 of 255 = 86%
G 92 of 255 = 36%
B 122 of 255 = 48%

219
92
122

R + G + B ~ 57%. #DB5C7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 92 + 122 = 433 (100%)
R 219 of 433 ~ 50.58%
G 92 of 433 ~ 21.25%
B 122 of 433 ~ 28.18%

%50.58
%21.25
%28.18

CMYK color model

#DB5C7A color CMYK value is (0,58,44,14).

  • cyan value is 0.00%
  • magenta value is 57.99%
  • yellow value is 44.29%
  • key color value is 14.12%
CMYK:
(0,58,44,14)
C0M58Y44K14 
(0%,58%,44%,14%)
(0.00/0.58/0.44/0.14)	

CMYK percentages

%0
%57.99
%44.29
%14.12

Codes

Color #DB5C7A in popluar color models

DB5C7A
RGB21992122
HSL346°63.82%60.98%
HSB/HSV346°57.99%85.88%
CMYK0.00%57.99%44.29%
14.12%

Color #DB5C7A in popluar number systems.

HEXDB5C7A
Decimal21992122
Binary1101101110111001111010
Octal333134172

Shades and tints

Shades of #DB5C7A

#DB5C7A
(219,92,122)
#C8546F
(200,84,111)
#B54C64
(181,76,100)
#A24459
(162,68,89)
#8F3C4E
(143,60,78)
#7C3443
(124,52,67)
#692C38
(105,44,56)
#56242D
(86,36,45)
#431C22
(67,28,34)
#301417
(48,20,23)
#1D0C0C
(29,12,12)
#000000
(0,0,0)

Tints of #DB5C7A

#DB5C7A
(219,92,122)
#DE6A86
(222,106,134)
#E17892
(225,120,146)
#E4869E
(228,134,158)
#E794AA
(231,148,170)
#EAA2B6
(234,162,182)
#EDB0C2
(237,176,194)
#F0BECE
(240,190,206)
#F3CCDA
(243,204,218)
#F6DAE6
(246,218,230)
#F9E8F2
(249,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB5C7A color. Also use rgb(219,92,122) instead hex code.

Text Font Color

.myTextColor { color: #DB5C7A; }

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

This text font color is #DB5C7A.


Background Color

.myBgColor { background-color: #DB5C7A; }

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

This div background color is #DB5C7A.


Border color

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

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

This div border color is #DB5C7A.


Opacity

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

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

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

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

This text has shadow with #DB5C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB5C7A on black background.


Color preview on white background

This text has color #DB5C7A on white background.



Black color preview on #DB5C7A background

This text has black color on #DB5C7A background.


White color preview on #DB5C7A background

This text has white color on #DB5C7A background.