COLOR #DF5874

HEX: #DF5874
RGB: (223,88,116)

Color info

#DF5874 contains mainly red color. Web safe color of #DF5874 is #CC6666 (or #C66).

RGB color model

#DF5874 color RGB value is (223,88,116).

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

RGB channels and saturation

R 223 of 255 = 87%
G 88 of 255 = 35%
B 116 of 255 = 45%

223
88
116

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

Portions of RGB colors in percentages

R + G + B =
223 + 88 + 116 = 427 (100%)
R 223 of 427 ~ 52.22%
G 88 of 427 ~ 20.61%
B 116 of 427 ~ 27.17%

%52.22
%20.61
%27.17

CMYK color model

#DF5874 color CMYK value is (0,61,48,13).

  • cyan value is 0.00%
  • magenta value is 60.54%
  • yellow value is 47.98%
  • key color value is 12.55%
CMYK:
(0,61,48,13)
C0M61Y48K13 
(0%,61%,48%,13%)
(0.00/0.61/0.48/0.13)	

CMYK percentages

%0
%60.54
%47.98
%12.55

Codes

Color #DF5874 in popluar color models

DF5874
RGB22388116
HSL348°67.84%60.98%
HSB/HSV348°60.54%87.45%
CMYK0.00%60.54%47.98%
12.55%

Color #DF5874 in popluar number systems.

HEXDF5874
Decimal22388116
Binary1101111110110001110100
Octal337130164

Shades and tints

Shades of #DF5874

#DF5874
(223,88,116)
#CB506A
(203,80,106)
#B74860
(183,72,96)
#A34056
(163,64,86)
#8F384C
(143,56,76)
#7B3042
(123,48,66)
#672838
(103,40,56)
#53202E
(83,32,46)
#3F1824
(63,24,36)
#2B101A
(43,16,26)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #DF5874

#DF5874
(223,88,116)
#E16780
(225,103,128)
#E3768C
(227,118,140)
#E58598
(229,133,152)
#E794A4
(231,148,164)
#E9A3B0
(233,163,176)
#EBB2BC
(235,178,188)
#EDC1C8
(237,193,200)
#EFD0D4
(239,208,212)
#F1DFE0
(241,223,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF5874; }

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

This text font color is #DF5874.


Background Color

.myBgColor { background-color: #DF5874; }

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

This div background color is #DF5874.


Border color

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

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

This div border color is #DF5874.


Opacity

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

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

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

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

This text has shadow with #DF5874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5874 on black background.


Color preview on white background

This text has color #DF5874 on white background.



Black color preview on #DF5874 background

This text has black color on #DF5874 background.


White color preview on #DF5874 background

This text has white color on #DF5874 background.