COLOR #DF4A7B

HEX: #DF4A7B
RGB: (223,74,123)

Color info

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

RGB color model

#DF4A7B color RGB value is (223,74,123).

  • red value is 223;
  • green value is 74;
  • blue value is 123.
RGB:
(223,74,123)
(87%,29%,48%)

RGB channels and saturation

R 223 of 255 = 87%
G 74 of 255 = 29%
B 123 of 255 = 48%

223
74
123

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

Portions of RGB colors in percentages

R + G + B =
223 + 74 + 123 = 420 (100%)
R 223 of 420 ~ 53.1%
G 74 of 420 ~ 17.62%
B 123 of 420 ~ 29.29%

%53.1
%17.62
%29.29

CMYK color model

#DF4A7B color CMYK value is (0,67,45,13).

  • cyan value is 0.00%
  • magenta value is 66.82%
  • yellow value is 44.84%
  • key color value is 12.55%
CMYK:
(0,67,45,13)
C0M67Y45K13 
(0%,67%,45%,13%)
(0.00/0.67/0.45/0.13)	

CMYK percentages

%0
%66.82
%44.84
%12.55

Codes

Color #DF4A7B in popluar color models

DF4A7B
RGB22374123
HSL340°69.95%58.24%
HSB/HSV340°66.82%87.45%
CMYK0.00%66.82%44.84%
12.55%

Color #DF4A7B in popluar number systems.

HEXDF4A7B
Decimal22374123
Binary1101111110010101111011
Octal337112173

Shades and tints

Shades of #DF4A7B

#DF4A7B
(223,74,123)
#CB4470
(203,68,112)
#B73E65
(183,62,101)
#A3385A
(163,56,90)
#8F324F
(143,50,79)
#7B2C44
(123,44,68)
#672639
(103,38,57)
#53202E
(83,32,46)
#3F1A23
(63,26,35)
#2B1418
(43,20,24)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #DF4A7B

#DF4A7B
(223,74,123)
#E15A87
(225,90,135)
#E36A93
(227,106,147)
#E57A9F
(229,122,159)
#E78AAB
(231,138,171)
#E99AB7
(233,154,183)
#EBAAC3
(235,170,195)
#EDBACF
(237,186,207)
#EFCADB
(239,202,219)
#F1DAE7
(241,218,231)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4A7B color. Also use rgb(223,74,123) instead hex code.

Text Font Color

.myTextColor { color: #DF4A7B; }

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

This text font color is #DF4A7B.


Background Color

.myBgColor { background-color: #DF4A7B; }

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

This div background color is #DF4A7B.


Border color

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

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

This div border color is #DF4A7B.


Opacity

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

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

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

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

This text has shadow with #DF4A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF4A7B on black background.


Color preview on white background

This text has color #DF4A7B on white background.



Black color preview on #DF4A7B background

This text has black color on #DF4A7B background.


White color preview on #DF4A7B background

This text has white color on #DF4A7B background.