COLOR #DF3B66

HEX: #DF3B66
RGB: (223,59,102)

Color info

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

RGB color model

#DF3B66 color RGB value is (223,59,102).

  • red value is 223;
  • green value is 59;
  • blue value is 102.
RGB:
(223,59,102)
(87%,23%,40%)

RGB channels and saturation

R 223 of 255 = 87%
G 59 of 255 = 23%
B 102 of 255 = 40%

223
59
102

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

Portions of RGB colors in percentages

R + G + B =
223 + 59 + 102 = 384 (100%)
R 223 of 384 ~ 58.07%
G 59 of 384 ~ 15.36%
B 102 of 384 ~ 26.56%

%58.07
%15.36
%26.56

CMYK color model

#DF3B66 color CMYK value is (0,74,54,13).

  • cyan value is 0.00%
  • magenta value is 73.54%
  • yellow value is 54.26%
  • key color value is 12.55%
CMYK:
(0,74,54,13)
C0M74Y54K13 
(0%,74%,54%,13%)
(0.00/0.74/0.54/0.13)	

CMYK percentages

%0
%73.54
%54.26
%12.55

Codes

Color #DF3B66 in popluar color models

DF3B66
RGB22359102
HSL344°71.93%55.29%
HSB/HSV344°73.54%87.45%
CMYK0.00%73.54%54.26%
12.55%

Color #DF3B66 in popluar number systems.

HEXDF3B66
Decimal22359102
Binary110111111110111100110
Octal33773146

Shades and tints

Shades of #DF3B66

#DF3B66
(223,59,102)
#CB365D
(203,54,93)
#B73154
(183,49,84)
#A32C4B
(163,44,75)
#8F2742
(143,39,66)
#7B2239
(123,34,57)
#671D30
(103,29,48)
#531827
(83,24,39)
#3F131E
(63,19,30)
#2B0E15
(43,14,21)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #DF3B66

#DF3B66
(223,59,102)
#E14C73
(225,76,115)
#E35D80
(227,93,128)
#E56E8D
(229,110,141)
#E77F9A
(231,127,154)
#E990A7
(233,144,167)
#EBA1B4
(235,161,180)
#EDB2C1
(237,178,193)
#EFC3CE
(239,195,206)
#F1D4DB
(241,212,219)
#F3E5E8
(243,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF3B66 color. Also use rgb(223,59,102) instead hex code.

Text Font Color

.myTextColor { color: #DF3B66; }

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

This text font color is #DF3B66.


Background Color

.myBgColor { background-color: #DF3B66; }

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

This div background color is #DF3B66.


Border color

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

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

This div border color is #DF3B66.


Opacity

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

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

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

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

This text has shadow with #DF3B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF3B66 on black background.


Color preview on white background

This text has color #DF3B66 on white background.



Black color preview on #DF3B66 background

This text has black color on #DF3B66 background.


White color preview on #DF3B66 background

This text has white color on #DF3B66 background.