COLOR #DF3D73

HEX: #DF3D73
RGB: (223,61,115)

Color info

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

RGB color model

#DF3D73 color RGB value is (223,61,115).

  • red value is 223;
  • green value is 61;
  • blue value is 115.
RGB:
(223,61,115)
(87%,24%,45%)

RGB channels and saturation

R 223 of 255 = 87%
G 61 of 255 = 24%
B 115 of 255 = 45%

223
61
115

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

Portions of RGB colors in percentages

R + G + B =
223 + 61 + 115 = 399 (100%)
R 223 of 399 ~ 55.89%
G 61 of 399 ~ 15.29%
B 115 of 399 ~ 28.82%

%55.89
%15.29
%28.82

CMYK color model

#DF3D73 color CMYK value is (0,73,48,13).

  • cyan value is 0.00%
  • magenta value is 72.65%
  • yellow value is 48.43%
  • key color value is 12.55%
CMYK:
(0,73,48,13)
C0M73Y48K13 
(0%,73%,48%,13%)
(0.00/0.73/0.48/0.13)	

CMYK percentages

%0
%72.65
%48.43
%12.55

Codes

Color #DF3D73 in popluar color models

DF3D73
RGB22361115
HSL340°71.68%55.69%
HSB/HSV340°72.65%87.45%
CMYK0.00%72.65%48.43%
12.55%

Color #DF3D73 in popluar number systems.

HEXDF3D73
Decimal22361115
Binary110111111111011110011
Octal33775163

Shades and tints

Shades of #DF3D73

#DF3D73
(223,61,115)
#CB3869
(203,56,105)
#B7335F
(183,51,95)
#A32E55
(163,46,85)
#8F294B
(143,41,75)
#7B2441
(123,36,65)
#671F37
(103,31,55)
#531A2D
(83,26,45)
#3F1523
(63,21,35)
#2B1019
(43,16,25)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #DF3D73

#DF3D73
(223,61,115)
#E14E7F
(225,78,127)
#E35F8B
(227,95,139)
#E57097
(229,112,151)
#E781A3
(231,129,163)
#E992AF
(233,146,175)
#EBA3BB
(235,163,187)
#EDB4C7
(237,180,199)
#EFC5D3
(239,197,211)
#F1D6DF
(241,214,223)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF3D73 color. Also use rgb(223,61,115) instead hex code.

Text Font Color

.myTextColor { color: #DF3D73; }

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

This text font color is #DF3D73.


Background Color

.myBgColor { background-color: #DF3D73; }

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

This div background color is #DF3D73.


Border color

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

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

This div border color is #DF3D73.


Opacity

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

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

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

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

This text has shadow with #DF3D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF3D73 on black background.


Color preview on white background

This text has color #DF3D73 on white background.



Black color preview on #DF3D73 background

This text has black color on #DF3D73 background.


White color preview on #DF3D73 background

This text has white color on #DF3D73 background.