COLOR #DF3659

HEX: #DF3659
RGB: (223,54,89)

Color info

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

RGB color model

#DF3659 color RGB value is (223,54,89).

  • red value is 223;
  • green value is 54;
  • blue value is 89.
RGB:
(223,54,89)
(87%,21%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 54 of 255 = 21%
B 89 of 255 = 35%

223
54
89

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

Portions of RGB colors in percentages

R + G + B =
223 + 54 + 89 = 366 (100%)
R 223 of 366 ~ 60.93%
G 54 of 366 ~ 14.75%
B 89 of 366 ~ 24.32%

%60.93
%14.75
%24.32

CMYK color model

#DF3659 color CMYK value is (0,76,60,13).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 60.09%
  • key color value is 12.55%
CMYK:
(0,76,60,13)
C0M76Y60K13 
(0%,76%,60%,13%)
(0.00/0.76/0.60/0.13)	

CMYK percentages

%0
%75.78
%60.09
%12.55

Codes

Color #DF3659 in popluar color models

DF3659
RGB2235489
HSL348°72.53%54.31%
HSB/HSV348°75.78%87.45%
CMYK0.00%75.78%60.09%
12.55%

Color #DF3659 in popluar number systems.

HEXDF3659
Decimal2235489
Binary110111111101101011001
Octal33766131

Shades and tints

Shades of #DF3659

#DF3659
(223,54,89)
#CB3251
(203,50,81)
#B72E49
(183,46,73)
#A32A41
(163,42,65)
#8F2639
(143,38,57)
#7B2231
(123,34,49)
#671E29
(103,30,41)
#531A21
(83,26,33)
#3F1619
(63,22,25)
#2B1211
(43,18,17)
#170E09
(23,14,9)
#000000
(0,0,0)

Tints of #DF3659

#DF3659
(223,54,89)
#E14868
(225,72,104)
#E35A77
(227,90,119)
#E56C86
(229,108,134)
#E77E95
(231,126,149)
#E990A4
(233,144,164)
#EBA2B3
(235,162,179)
#EDB4C2
(237,180,194)
#EFC6D1
(239,198,209)
#F1D8E0
(241,216,224)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF3659 color. Also use rgb(223,54,89) instead hex code.

Text Font Color

.myTextColor { color: #DF3659; }

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

This text font color is #DF3659.


Background Color

.myBgColor { background-color: #DF3659; }

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

This div background color is #DF3659.


Border color

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

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

This div border color is #DF3659.


Opacity

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

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

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

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

This text has shadow with #DF3659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF3659 on black background.


Color preview on white background

This text has color #DF3659 on white background.



Black color preview on #DF3659 background

This text has black color on #DF3659 background.


White color preview on #DF3659 background

This text has white color on #DF3659 background.