COLOR #D75A7F

HEX: #D75A7F RGB: (215,90,127)

Color info

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

RGB color model

#D75A7F color RGB value is (215,90,127).

RGB: (215,90,127) (84%, 35%, 50%)

RGB channels and saturation

R 215 of 255 = 84%
G 90 of 255 = 35%
B 127 of 255 = 50%

215
90
127

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

Portions of RGB colors in percentages

R + G + B = 215 + 90 + 127 = 432 (100%)
R 215 of 432 ~ 49.77%
G 90 of 432 ~ 20.83%
B 127 of 432 ~ 29.4'%

%49.77
%20.83
%29.4

CMYK color model

#D75A7F color CMYK value is (0,58,41,16).

  • cyan value is 0.00%
  • magenta value is 58.14%
  • yellow value is 40.93%
  • key color value is 15.69%

CMYK: (0,58,41,16)
C0M58Y41K16 (0%, 58%, 41%, 16%)
(0.00 / 0.58 / 0.41 / 0.16)

CMYK percentages

%0
%58.14
%40.93
%15.69

Codes

Color #D75A7F in popluar color models

D7 5A 7F
RGB 215 90 127
HSL 342° 60.98% 59.80%
HSB/HSV 342° 58.14% 84.31%
CMYK 0.00% 58.14% 40.93%
15.69%

Color #D75A7F in popluar number systems.

HEX D7 5A 7F
Decimal 215 90 127
Binary 11010111 1011010 1111111
Octal 327 132 177

Shades and tints

Shades of #D75A7F

#D75A7F
(215,90,127)
#C45274
(196,82,116)
#B14A69
(177,74,105)
#9E425E
(158,66,94)
#8B3A53
(139,58,83)
#783248
(120,50,72)
#652A3D
(101,42,61)
#522232
(82,34,50)
#3F1A27
(63,26,39)
#2C121C
(44,18,28)
#190A11
(25,10,17)
#000000
(0,0,0)

Tints of #D75A7F

#D75A7F
(215,90,127)
#DA698A
(218,105,138)
#DD7895
(221,120,149)
#E087A0
(224,135,160)
#E396AB
(227,150,171)
#E6A5B6
(230,165,182)
#E9B4C1
(233,180,193)
#ECC3CC
(236,195,204)
#EFD2D7
(239,210,215)
#F2E1E2
(242,225,226)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D75A7F; }

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

This text font color is #D75A7F.

Background Color

.myBgColor { background-color: #D75A7F; }

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

This div background color is #D75A7F.

Border color

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

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

This div border color is #D75A7F.

Opacity

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

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

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

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

This text has shadow with #D75A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D75A7F.

Preview

Color preview on black background

This text has color #D75A7F on black background.


Color preview on white background

This text has color #D75A7F on white background.


Black color preview on #D75A7F background

This text has black color on #D75A7F background.


White color preview on #D75A7F background

This text has white color on #D75A7F background.


Related colors

Complementary color

Complementary color for #hex is #28A580.


I love getcolorcode.com

Triadic colors

1 #7FD75A and #5A7FD7 with #D75A7F are triadic colors.

2 #7F5AD7 and #5AD77F with #D75A7F are triadic colors.