COLOR #D3497D

HEX: #D3497D
RGB: (211,73,125)

Color info

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

RGB color model

#D3497D color RGB value is (211,73,125).

  • red value is 211;
  • green value is 73;
  • blue value is 125.
RGB:
(211,73,125)
(83%,29%,49%)

RGB channels and saturation

R 211 of 255 = 83%
G 73 of 255 = 29%
B 125 of 255 = 49%

211
73
125

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

Portions of RGB colors in percentages

R + G + B =
211 + 73 + 125 = 409 (100%)
R 211 of 409 ~ 51.59%
G 73 of 409 ~ 17.85%
B 125 of 409 ~ 30.56%

%51.59
%17.85
%30.56

CMYK color model

#D3497D color CMYK value is (0,65,41,17).

  • cyan value is 0.00%
  • magenta value is 65.40%
  • yellow value is 40.76%
  • key color value is 17.25%
CMYK:
(0,65,41,17)
C0M65Y41K17 
(0%,65%,41%,17%)
(0.00/0.65/0.41/0.17)	

CMYK percentages

%0
%65.4
%40.76
%17.25

Codes

Color #D3497D in popluar color models

D3497D
RGB21173125
HSL337°61.06%55.69%
HSB/HSV337°65.40%82.75%
CMYK0.00%65.40%40.76%
17.25%

Color #D3497D in popluar number systems.

HEXD3497D
Decimal21173125
Binary1101001110010011111101
Octal323111175

Shades and tints

Shades of #D3497D

#D3497D
(211,73,125)
#C04372
(192,67,114)
#AD3D67
(173,61,103)
#9A375C
(154,55,92)
#873151
(135,49,81)
#742B46
(116,43,70)
#61253B
(97,37,59)
#4E1F30
(78,31,48)
#3B1925
(59,25,37)
#28131A
(40,19,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #D3497D

#D3497D
(211,73,125)
#D75988
(215,89,136)
#DB6993
(219,105,147)
#DF799E
(223,121,158)
#E389A9
(227,137,169)
#E799B4
(231,153,180)
#EBA9BF
(235,169,191)
#EFB9CA
(239,185,202)
#F3C9D5
(243,201,213)
#F7D9E0
(247,217,224)
#FBE9EB
(251,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3497D color. Also use rgb(211,73,125) instead hex code.

Text Font Color

.myTextColor { color: #D3497D; }

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

This text font color is #D3497D.


Background Color

.myBgColor { background-color: #D3497D; }

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

This div background color is #D3497D.


Border color

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

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

This div border color is #D3497D.


Opacity

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

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

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

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

This text has shadow with #D3497D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3497D on black background.


Color preview on white background

This text has color #D3497D on white background.



Black color preview on #D3497D background

This text has black color on #D3497D background.


White color preview on #D3497D background

This text has white color on #D3497D background.