COLOR #DB7575

HEX: #DB7575
RGB: (219,117,117)

Color info

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

RGB color model

#DB7575 color RGB value is (219,117,117).

  • red value is 219;
  • green value is 117;
  • blue value is 117.
RGB:
(219,117,117)
(86%,46%,46%)

RGB channels and saturation

R 219 of 255 = 86%
G 117 of 255 = 46%
B 117 of 255 = 46%

219
117
117

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

Portions of RGB colors in percentages

R + G + B =
219 + 117 + 117 = 453 (100%)
R 219 of 453 ~ 48.34%
G 117 of 453 ~ 25.83%
B 117 of 453 ~ 25.83%

%48.34
%25.83
%25.83

CMYK color model

#DB7575 color CMYK value is (0,47,47,14).

  • cyan value is 0.00%
  • magenta value is 46.58%
  • yellow value is 46.58%
  • key color value is 14.12%
CMYK:
(0,47,47,14)
C0M47Y47K14 
(0%,47%,47%,14%)
(0.00/0.47/0.47/0.14)	

CMYK percentages

%0
%46.58
%46.58
%14.12

Codes

Color #DB7575 in popluar color models

DB7575
RGB219117117
HSL58.62%65.88%
HSB/HSV46.58%85.88%
CMYK0.00%46.58%46.58%
14.12%

Color #DB7575 in popluar number systems.

HEXDB7575
Decimal219117117
Binary1101101111101011110101
Octal333165165

Shades and tints

Shades of #DB7575

#DB7575
(219,117,117)
#C86B6B
(200,107,107)
#B56161
(181,97,97)
#A25757
(162,87,87)
#8F4D4D
(143,77,77)
#7C4343
(124,67,67)
#693939
(105,57,57)
#562F2F
(86,47,47)
#432525
(67,37,37)
#301B1B
(48,27,27)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #DB7575

#DB7575
(219,117,117)
#DE8181
(222,129,129)
#E18D8D
(225,141,141)
#E49999
(228,153,153)
#E7A5A5
(231,165,165)
#EAB1B1
(234,177,177)
#EDBDBD
(237,189,189)
#F0C9C9
(240,201,201)
#F3D5D5
(243,213,213)
#F6E1E1
(246,225,225)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB7575; }

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

This text font color is #DB7575.


Background Color

.myBgColor { background-color: #DB7575; }

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

This div background color is #DB7575.


Border color

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

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

This div border color is #DB7575.


Opacity

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

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

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

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

This text has shadow with #DB7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7575 on black background.


Color preview on white background

This text has color #DB7575 on white background.



Black color preview on #DB7575 background

This text has black color on #DB7575 background.


White color preview on #DB7575 background

This text has white color on #DB7575 background.