COLOR #DF4D55

HEX: #DF4D55
RGB: (223,77,85)

Color info

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

RGB color model

#DF4D55 color RGB value is (223,77,85).

  • red value is 223;
  • green value is 77;
  • blue value is 85.
RGB:
(223,77,85)
(87%,30%,33%)

RGB channels and saturation

R 223 of 255 = 87%
G 77 of 255 = 30%
B 85 of 255 = 33%

223
77
85

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

Portions of RGB colors in percentages

R + G + B =
223 + 77 + 85 = 385 (100%)
R 223 of 385 ~ 57.92%
G 77 of 385 ~ 20%
B 85 of 385 ~ 22.08%

%57.92
%20
%22.08

CMYK color model

#DF4D55 color CMYK value is (0,65,62,13).

  • cyan value is 0.00%
  • magenta value is 65.47%
  • yellow value is 61.88%
  • key color value is 12.55%
CMYK:
(0,65,62,13)
C0M65Y62K13 
(0%,65%,62%,13%)
(0.00/0.65/0.62/0.13)	

CMYK percentages

%0
%65.47
%61.88
%12.55

Codes

Color #DF4D55 in popluar color models

DF4D55
RGB2237785
HSL357°69.52%58.82%
HSB/HSV357°65.47%87.45%
CMYK0.00%65.47%61.88%
12.55%

Color #DF4D55 in popluar number systems.

HEXDF4D55
Decimal2237785
Binary1101111110011011010101
Octal337115125

Shades and tints

Shades of #DF4D55

#DF4D55
(223,77,85)
#CB464E
(203,70,78)
#B73F47
(183,63,71)
#A33840
(163,56,64)
#8F3139
(143,49,57)
#7B2A32
(123,42,50)
#67232B
(103,35,43)
#531C24
(83,28,36)
#3F151D
(63,21,29)
#2B0E16
(43,14,22)
#17070F
(23,7,15)
#000000
(0,0,0)

Tints of #DF4D55

#DF4D55
(223,77,85)
#E15D64
(225,93,100)
#E36D73
(227,109,115)
#E57D82
(229,125,130)
#E78D91
(231,141,145)
#E99DA0
(233,157,160)
#EBADAF
(235,173,175)
#EDBDBE
(237,189,190)
#EFCDCD
(239,205,205)
#F1DDDC
(241,221,220)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4D55 color. Also use rgb(223,77,85) instead hex code.

Text Font Color

.myTextColor { color: #DF4D55; }

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

This text font color is #DF4D55.


Background Color

.myBgColor { background-color: #DF4D55; }

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

This div background color is #DF4D55.


Border color

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

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

This div border color is #DF4D55.


Opacity

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

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

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

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

This text has shadow with #DF4D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF4D55 on black background.


Color preview on white background

This text has color #DF4D55 on white background.



Black color preview on #DF4D55 background

This text has black color on #DF4D55 background.


White color preview on #DF4D55 background

This text has white color on #DF4D55 background.