COLOR #D7595A

HEX: #D7595A
RGB: (215,89,90)

Color info

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

RGB color model

#D7595A color RGB value is (215,89,90).

  • red value is 215;
  • green value is 89;
  • blue value is 90.
RGB:
(215,89,90)
(84%,35%,35%)

RGB channels and saturation

R 215 of 255 = 84%
G 89 of 255 = 35%
B 90 of 255 = 35%

215
89
90

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

Portions of RGB colors in percentages

R + G + B =
215 + 89 + 90 = 394 (100%)
R 215 of 394 ~ 54.57%
G 89 of 394 ~ 22.59%
B 90 of 394 ~ 22.84%

%54.57
%22.59
%22.84

CMYK color model

#D7595A color CMYK value is (0,59,58,16).

  • cyan value is 0.00%
  • magenta value is 58.60%
  • yellow value is 58.14%
  • key color value is 15.69%
CMYK:
(0,59,58,16)
C0M59Y58K16 
(0%,59%,58%,16%)
(0.00/0.59/0.58/0.16)	

CMYK percentages

%0
%58.6
%58.14
%15.69

Codes

Color #D7595A in popluar color models

D7595A
RGB2158990
HSL360°61.17%59.61%
HSB/HSV360°58.60%84.31%
CMYK0.00%58.60%58.14%
15.69%

Color #D7595A in popluar number systems.

HEXD7595A
Decimal2158990
Binary1101011110110011011010
Octal327131132

Shades and tints

Shades of #D7595A

#D7595A
(215,89,90)
#C45152
(196,81,82)
#B1494A
(177,73,74)
#9E4142
(158,65,66)
#8B393A
(139,57,58)
#783132
(120,49,50)
#65292A
(101,41,42)
#522122
(82,33,34)
#3F191A
(63,25,26)
#2C1112
(44,17,18)
#19090A
(25,9,10)
#000000
(0,0,0)

Tints of #D7595A

#D7595A
(215,89,90)
#DA6869
(218,104,105)
#DD7778
(221,119,120)
#E08687
(224,134,135)
#E39596
(227,149,150)
#E6A4A5
(230,164,165)
#E9B3B4
(233,179,180)
#ECC2C3
(236,194,195)
#EFD1D2
(239,209,210)
#F2E0E1
(242,224,225)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7595A color. Also use rgb(215,89,90) instead hex code.

Text Font Color

.myTextColor { color: #D7595A; }

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

This text font color is #D7595A.


Background Color

.myBgColor { background-color: #D7595A; }

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

This div background color is #D7595A.


Border color

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

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

This div border color is #D7595A.


Opacity

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

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

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

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

This text has shadow with #D7595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7595A on black background.


Color preview on white background

This text has color #D7595A on white background.



Black color preview on #D7595A background

This text has black color on #D7595A background.


White color preview on #D7595A background

This text has white color on #D7595A background.