COLOR #D75975

HEX: #D75975
RGB: (215,89,117)

Color info

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

RGB color model

#D75975 color RGB value is (215,89,117).

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

RGB channels and saturation

R 215 of 255 = 84%
G 89 of 255 = 35%
B 117 of 255 = 46%

215
89
117

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

Portions of RGB colors in percentages

R + G + B =
215 + 89 + 117 = 421 (100%)
R 215 of 421 ~ 51.07%
G 89 of 421 ~ 21.14%
B 117 of 421 ~ 27.79%

%51.07
%21.14
%27.79

CMYK color model

#D75975 color CMYK value is (0,59,46,16).

  • cyan value is 0.00%
  • magenta value is 58.60%
  • yellow value is 45.58%
  • key color value is 15.69%
CMYK:
(0,59,46,16)
C0M59Y46K16 
(0%,59%,46%,16%)
(0.00/0.59/0.46/0.16)	

CMYK percentages

%0
%58.6
%45.58
%15.69

Codes

Color #D75975 in popluar color models

D75975
RGB21589117
HSL347°61.17%59.61%
HSB/HSV347°58.60%84.31%
CMYK0.00%58.60%45.58%
15.69%

Color #D75975 in popluar number systems.

HEXD75975
Decimal21589117
Binary1101011110110011110101
Octal327131165

Shades and tints

Shades of #D75975

#D75975
(215,89,117)
#C4516B
(196,81,107)
#B14961
(177,73,97)
#9E4157
(158,65,87)
#8B394D
(139,57,77)
#783143
(120,49,67)
#652939
(101,41,57)
#52212F
(82,33,47)
#3F1925
(63,25,37)
#2C111B
(44,17,27)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #D75975

#D75975
(215,89,117)
#DA6881
(218,104,129)
#DD778D
(221,119,141)
#E08699
(224,134,153)
#E395A5
(227,149,165)
#E6A4B1
(230,164,177)
#E9B3BD
(233,179,189)
#ECC2C9
(236,194,201)
#EFD1D5
(239,209,213)
#F2E0E1
(242,224,225)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D75975; }

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

This text font color is #D75975.


Background Color

.myBgColor { background-color: #D75975; }

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

This div background color is #D75975.


Border color

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

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

This div border color is #D75975.


Opacity

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

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

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

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

This text has shadow with #D75975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75975 on black background.


Color preview on white background

This text has color #D75975 on white background.



Black color preview on #D75975 background

This text has black color on #D75975 background.


White color preview on #D75975 background

This text has white color on #D75975 background.