COLOR #D74050

HEX: #D74050 RGB: (215,64,80)

Color info

#D74050 contains mainly red color. Web safe color of #D74050 is #CC3366 (or #C36).

RGB color model

#D74050 color RGB value is (215,64,80).

RGB: (215,64,80) (84%, 25%, 31%)

RGB channels and saturation

R 215 of 255 = 84%
G 64 of 255 = 25%
B 80 of 255 = 31%

215
64
80

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

Portions of RGB colors in percentages

R + G + B = 215 + 64 + 80 = 359 (100%)
R 215 of 359 ~ 59.89%
G 64 of 359 ~ 17.83%
B 80 of 359 ~ 22.28'%

%59.89
%17.83
%22.28

CMYK color model

#D74050 color CMYK value is (0,70,63,16).

  • cyan value is 0.00%
  • magenta value is 70.23%
  • yellow value is 62.79%
  • key color value is 15.69%

CMYK: (0,70,63,16)
C0M70Y63K16 (0%, 70%, 63%, 16%)
(0.00 / 0.70 / 0.63 / 0.16)

CMYK percentages

%0
%70.23
%62.79
%15.69

Codes

Color #D74050 in popluar color models

D7 40 50
RGB 215 64 80
HSL 354° 65.37% 54.71%
HSB/HSV 354° 70.23% 84.31%
CMYK 0.00% 70.23% 62.79%
15.69%

Color #D74050 in popluar number systems.

HEX D7 40 50
Decimal 215 64 80
Binary 11010111 1000000 1010000
Octal 327 100 120

Shades and tints

Shades of #D74050

#D74050
(215,64,80)
#C43B49
(196,59,73)
#B13642
(177,54,66)
#9E313B
(158,49,59)
#8B2C34
(139,44,52)
#78272D
(120,39,45)
#652226
(101,34,38)
#521D1F
(82,29,31)
#3F1818
(63,24,24)
#2C1311
(44,19,17)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #D74050

#D74050
(215,64,80)
#DA515F
(218,81,95)
#DD626E
(221,98,110)
#E0737D
(224,115,125)
#E3848C
(227,132,140)
#E6959B
(230,149,155)
#E9A6AA
(233,166,170)
#ECB7B9
(236,183,185)
#EFC8C8
(239,200,200)
#F2D9D7
(242,217,215)
#F5EAE6
(245,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74050 color. Also use rgb(215,64,80) instead hex code.

Text Font Color

.myTextColor { color: #D74050; }

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

This text font color is #D74050.

Background Color

.myBgColor { background-color: #D74050; }

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

This div background color is #D74050.

Border color

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

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

This div border color is #D74050.

Opacity

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

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

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

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

This text has shadow with #D74050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D74050.

Preview

Color preview on black background

This text has color #D74050 on black background.


Color preview on white background

This text has color #D74050 on white background.


Black color preview on #D74050 background

This text has black color on #D74050 background.


White color preview on #D74050 background

This text has white color on #D74050 background.


Related colors

Complementary color

Complementary color for #hex is #28BFAF.


I love getcolorcode.com

Triadic colors

1 #50D740 and #4050D7 with #D74050 are triadic colors.

2 #5040D7 and #40D750 with #D74050 are triadic colors.