COLOR #DF4558

HEX: #DF4558
RGB: (223,69,88)

Color info

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

RGB color model

#DF4558 color RGB value is (223,69,88).

  • red value is 223;
  • green value is 69;
  • blue value is 88.
RGB:
(223,69,88)
(87%,27%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 69 of 255 = 27%
B 88 of 255 = 35%

223
69
88

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

Portions of RGB colors in percentages

R + G + B =
223 + 69 + 88 = 380 (100%)
R 223 of 380 ~ 58.68%
G 69 of 380 ~ 18.16%
B 88 of 380 ~ 23.16%

%58.68
%18.16
%23.16

CMYK color model

#DF4558 color CMYK value is (0,69,61,13).

  • cyan value is 0.00%
  • magenta value is 69.06%
  • yellow value is 60.54%
  • key color value is 12.55%
CMYK:
(0,69,61,13)
C0M69Y61K13 
(0%,69%,61%,13%)
(0.00/0.69/0.61/0.13)	

CMYK percentages

%0
%69.06
%60.54
%12.55

Codes

Color #DF4558 in popluar color models

DF4558
RGB2236988
HSL353°70.64%57.25%
HSB/HSV353°69.06%87.45%
CMYK0.00%69.06%60.54%
12.55%

Color #DF4558 in popluar number systems.

HEXDF4558
Decimal2236988
Binary1101111110001011011000
Octal337105130

Shades and tints

Shades of #DF4558

#DF4558
(223,69,88)
#CB3F50
(203,63,80)
#B73948
(183,57,72)
#A33340
(163,51,64)
#8F2D38
(143,45,56)
#7B2730
(123,39,48)
#672128
(103,33,40)
#531B20
(83,27,32)
#3F1518
(63,21,24)
#2B0F10
(43,15,16)
#170908
(23,9,8)
#000000
(0,0,0)

Tints of #DF4558

#DF4558
(223,69,88)
#E15567
(225,85,103)
#E36576
(227,101,118)
#E57585
(229,117,133)
#E78594
(231,133,148)
#E995A3
(233,149,163)
#EBA5B2
(235,165,178)
#EDB5C1
(237,181,193)
#EFC5D0
(239,197,208)
#F1D5DF
(241,213,223)
#F3E5EE
(243,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4558 color. Also use rgb(223,69,88) instead hex code.

Text Font Color

.myTextColor { color: #DF4558; }

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

This text font color is #DF4558.


Background Color

.myBgColor { background-color: #DF4558; }

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

This div background color is #DF4558.


Border color

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

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

This div border color is #DF4558.


Opacity

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

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

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

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

This text has shadow with #DF4558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF4558 on black background.


Color preview on white background

This text has color #DF4558 on white background.



Black color preview on #DF4558 background

This text has black color on #DF4558 background.


White color preview on #DF4558 background

This text has white color on #DF4558 background.