COLOR #D74897

HEX: #D74897
RGB: (215,72,151)

Color info

#D74897 contains mainly red color. Web safe color of #D74897 is #CC3399 (or #C39).

RGB color model

#D74897 color RGB value is (215,72,151).

  • red value is 215;
  • green value is 72;
  • blue value is 151.
RGB:
(215,72,151)
(84%,28%,59%)

RGB channels and saturation

R 215 of 255 = 84%
G 72 of 255 = 28%
B 151 of 255 = 59%

215
72
151

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

Portions of RGB colors in percentages

R + G + B =
215 + 72 + 151 = 438 (100%)
R 215 of 438 ~ 49.09%
G 72 of 438 ~ 16.44%
B 151 of 438 ~ 34.47%

%49.09
%16.44
%34.47

CMYK color model

#D74897 color CMYK value is (0,67,30,16).

  • cyan value is 0.00%
  • magenta value is 66.51%
  • yellow value is 29.77%
  • key color value is 15.69%
CMYK:
(0,67,30,16)
C0M67Y30K16 
(0%,67%,30%,16%)
(0.00/0.67/0.30/0.16)	

CMYK percentages

%0
%66.51
%29.77
%15.69

Codes

Color #D74897 in popluar color models

D74897
RGB21572151
HSL327°64.13%56.27%
HSB/HSV327°66.51%84.31%
CMYK0.00%66.51%29.77%
15.69%

Color #D74897 in popluar number systems.

HEXD74897
Decimal21572151
Binary11010111100100010010111
Octal327110227

Shades and tints

Shades of #D74897

#D74897
(215,72,151)
#C4428A
(196,66,138)
#B13C7D
(177,60,125)
#9E3670
(158,54,112)
#8B3063
(139,48,99)
#782A56
(120,42,86)
#652449
(101,36,73)
#521E3C
(82,30,60)
#3F182F
(63,24,47)
#2C1222
(44,18,34)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #D74897

#D74897
(215,72,151)
#DA58A0
(218,88,160)
#DD68A9
(221,104,169)
#E078B2
(224,120,178)
#E388BB
(227,136,187)
#E698C4
(230,152,196)
#E9A8CD
(233,168,205)
#ECB8D6
(236,184,214)
#EFC8DF
(239,200,223)
#F2D8E8
(242,216,232)
#F5E8F1
(245,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74897 color. Also use rgb(215,72,151) instead hex code.

Text Font Color

.myTextColor { color: #D74897; }

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

This text font color is #D74897.


Background Color

.myBgColor { background-color: #D74897; }

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

This div background color is #D74897.


Border color

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

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

This div border color is #D74897.


Opacity

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

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

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

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

This text has shadow with #D74897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74897 on black background.


Color preview on white background

This text has color #D74897 on white background.



Black color preview on #D74897 background

This text has black color on #D74897 background.


White color preview on #D74897 background

This text has white color on #D74897 background.