COLOR #DF4D98

HEX: #DF4D98
RGB: (223,77,152)

Color info

#DF4D98 contains mainly red color. Web safe color of #DF4D98 is #CC3399 (or #C39).

RGB color model

#DF4D98 color RGB value is (223,77,152).

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

RGB channels and saturation

R 223 of 255 = 87%
G 77 of 255 = 30%
B 152 of 255 = 60%

223
77
152

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

Portions of RGB colors in percentages

R + G + B =
223 + 77 + 152 = 452 (100%)
R 223 of 452 ~ 49.34%
G 77 of 452 ~ 17.04%
B 152 of 452 ~ 33.63%

%49.34
%17.04
%33.63

CMYK color model

#DF4D98 color CMYK value is (0,65,32,13).

  • cyan value is 0.00%
  • magenta value is 65.47%
  • yellow value is 31.84%
  • key color value is 12.55%
CMYK:
(0,65,32,13)
C0M65Y32K13 
(0%,65%,32%,13%)
(0.00/0.65/0.32/0.13)	

CMYK percentages

%0
%65.47
%31.84
%12.55

Codes

Color #DF4D98 in popluar color models

DF4D98
RGB22377152
HSL329°69.52%58.82%
HSB/HSV329°65.47%87.45%
CMYK0.00%65.47%31.84%
12.55%

Color #DF4D98 in popluar number systems.

HEXDF4D98
Decimal22377152
Binary11011111100110110011000
Octal337115230

Shades and tints

Shades of #DF4D98

#DF4D98
(223,77,152)
#CB468B
(203,70,139)
#B73F7E
(183,63,126)
#A33871
(163,56,113)
#8F3164
(143,49,100)
#7B2A57
(123,42,87)
#67234A
(103,35,74)
#531C3D
(83,28,61)
#3F1530
(63,21,48)
#2B0E23
(43,14,35)
#170716
(23,7,22)
#000000
(0,0,0)

Tints of #DF4D98

#DF4D98
(223,77,152)
#E15DA1
(225,93,161)
#E36DAA
(227,109,170)
#E57DB3
(229,125,179)
#E78DBC
(231,141,188)
#E99DC5
(233,157,197)
#EBADCE
(235,173,206)
#EDBDD7
(237,189,215)
#EFCDE0
(239,205,224)
#F1DDE9
(241,221,233)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF4D98; }

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

This text font color is #DF4D98.


Background Color

.myBgColor { background-color: #DF4D98; }

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

This div background color is #DF4D98.


Border color

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

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

This div border color is #DF4D98.


Opacity

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

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

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

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

This text has shadow with #DF4D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF4D98 on black background.


Color preview on white background

This text has color #DF4D98 on white background.



Black color preview on #DF4D98 background

This text has black color on #DF4D98 background.


White color preview on #DF4D98 background

This text has white color on #DF4D98 background.