COLOR #DF7584

HEX: #DF7584
RGB: (223,117,132)

Color info

#DF7584 contains mainly red color. Web safe color of #DF7584 is #CC6699 (or #C69).

RGB color model

#DF7584 color RGB value is (223,117,132).

  • red value is 223;
  • green value is 117;
  • blue value is 132.
RGB:
(223,117,132)
(87%,46%,52%)

RGB channels and saturation

R 223 of 255 = 87%
G 117 of 255 = 46%
B 132 of 255 = 52%

223
117
132

R + G + B ~ 62%. #DF7584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 117 + 132 = 472 (100%)
R 223 of 472 ~ 47.25%
G 117 of 472 ~ 24.79%
B 132 of 472 ~ 27.97%

%47.25
%24.79
%27.97

CMYK color model

#DF7584 color CMYK value is (0,48,41,13).

  • cyan value is 0.00%
  • magenta value is 47.53%
  • yellow value is 40.81%
  • key color value is 12.55%
CMYK:
(0,48,41,13)
C0M48Y41K13 
(0%,48%,41%,13%)
(0.00/0.48/0.41/0.13)	

CMYK percentages

%0
%47.53
%40.81
%12.55

Codes

Color #DF7584 in popluar color models

DF7584
RGB223117132
HSL352°62.35%66.67%
HSB/HSV352°47.53%87.45%
CMYK0.00%47.53%40.81%
12.55%

Color #DF7584 in popluar number systems.

HEXDF7584
Decimal223117132
Binary11011111111010110000100
Octal337165204

Shades and tints

Shades of #DF7584

#DF7584
(223,117,132)
#CB6B78
(203,107,120)
#B7616C
(183,97,108)
#A35760
(163,87,96)
#8F4D54
(143,77,84)
#7B4348
(123,67,72)
#67393C
(103,57,60)
#532F30
(83,47,48)
#3F2524
(63,37,36)
#2B1B18
(43,27,24)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #DF7584

#DF7584
(223,117,132)
#E1818F
(225,129,143)
#E38D9A
(227,141,154)
#E599A5
(229,153,165)
#E7A5B0
(231,165,176)
#E9B1BB
(233,177,187)
#EBBDC6
(235,189,198)
#EDC9D1
(237,201,209)
#EFD5DC
(239,213,220)
#F1E1E7
(241,225,231)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7584 color. Also use rgb(223,117,132) instead hex code.

Text Font Color

.myTextColor { color: #DF7584; }

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

This text font color is #DF7584.


Background Color

.myBgColor { background-color: #DF7584; }

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

This div background color is #DF7584.


Border color

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

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

This div border color is #DF7584.


Opacity

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

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

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

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

This text has shadow with #DF7584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7584 on black background.


Color preview on white background

This text has color #DF7584 on white background.



Black color preview on #DF7584 background

This text has black color on #DF7584 background.


White color preview on #DF7584 background

This text has white color on #DF7584 background.