COLOR #D74F7A

HEX: #D74F7A RGB: (215,79,122)

Color info

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

RGB color model

#D74F7A color RGB value is (215,79,122).

RGB: (215,79,122) (84%, 31%, 48%)

RGB channels and saturation

R 215 of 255 = 84%
G 79 of 255 = 31%
B 122 of 255 = 48%

215
79
122

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

Portions of RGB colors in percentages

R + G + B = 215 + 79 + 122 = 416 (100%)
R 215 of 416 ~ 51.68%
G 79 of 416 ~ 18.99%
B 122 of 416 ~ 29.33'%

%51.68
%18.99
%29.33

CMYK color model

#D74F7A color CMYK value is (0,63,43,16).

  • cyan value is 0.00%
  • magenta value is 63.26%
  • yellow value is 43.26%
  • key color value is 15.69%

CMYK: (0,63,43,16)
C0M63Y43K16 (0%, 63%, 43%, 16%)
(0.00 / 0.63 / 0.43 / 0.16)

CMYK percentages

%0
%63.26
%43.26
%15.69

Codes

Color #D74F7A in popluar color models

D7 4F 7A
RGB 215 79 122
HSL 341° 62.96% 57.65%
HSB/HSV 341° 63.26% 84.31%
CMYK 0.00% 63.26% 43.26%
15.69%

Color #D74F7A in popluar number systems.

HEX D7 4F 7A
Decimal 215 79 122
Binary 11010111 1001111 1111010
Octal 327 117 172

Shades and tints

Shades of #D74F7A

#D74F7A
(215,79,122)
#C4486F
(196,72,111)
#B14164
(177,65,100)
#9E3A59
(158,58,89)
#8B334E
(139,51,78)
#782C43
(120,44,67)
#652538
(101,37,56)
#521E2D
(82,30,45)
#3F1722
(63,23,34)
#2C1017
(44,16,23)
#19090C
(25,9,12)
#000000
(0,0,0)

Tints of #D74F7A

#D74F7A
(215,79,122)
#DA5F86
(218,95,134)
#DD6F92
(221,111,146)
#E07F9E
(224,127,158)
#E38FAA
(227,143,170)
#E69FB6
(230,159,182)
#E9AFC2
(233,175,194)
#ECBFCE
(236,191,206)
#EFCFDA
(239,207,218)
#F2DFE6
(242,223,230)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74F7A color. Also use rgb(215,79,122) instead hex code.

Text Font Color

.myTextColor { color: #D74F7A; }

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

This text font color is #D74F7A.

Background Color

.myBgColor { background-color: #D74F7A; }

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

This div background color is #D74F7A.

Border color

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

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

This div border color is #D74F7A.

Opacity

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

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

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

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

This text has shadow with #D74F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D74F7A.

Preview

Color preview on black background

This text has color #D74F7A on black background.


Color preview on white background

This text has color #D74F7A on white background.


Black color preview on #D74F7A background

This text has black color on #D74F7A background.


White color preview on #D74F7A background

This text has white color on #D74F7A background.


Related colors

Complementary color

Complementary color for #hex is #28B085.


I love getcolorcode.com

Triadic colors

1 #7AD74F and #4F7AD7 with #D74F7A are triadic colors.

2 #7A4FD7 and #4FD77A with #D74F7A are triadic colors.