COLOR #DD4FA1

HEX: #DD4FA1
RGB: (221,79,161)

Color info

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

RGB color model

#DD4FA1 color RGB value is (221,79,161).

  • red value is 221;
  • green value is 79;
  • blue value is 161.
RGB:
(221,79,161)
(87%,31%,63%)

RGB channels and saturation

R 221 of 255 = 87%
G 79 of 255 = 31%
B 161 of 255 = 63%

221
79
161

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

Portions of RGB colors in percentages

R + G + B =
221 + 79 + 161 = 461 (100%)
R 221 of 461 ~ 47.94%
G 79 of 461 ~ 17.14%
B 161 of 461 ~ 34.92%

%47.94
%17.14
%34.92

CMYK color model

#DD4FA1 color CMYK value is (0,64,27,13).

  • cyan value is 0.00%
  • magenta value is 64.25%
  • yellow value is 27.15%
  • key color value is 13.33%
CMYK:
(0,64,27,13)
C0M64Y27K13 
(0%,64%,27%,13%)
(0.00/0.64/0.27/0.13)	

CMYK percentages

%0
%64.25
%27.15
%13.33

Codes

Color #DD4FA1 in popluar color models

DD4FA1
RGB22179161
HSL325°67.62%58.82%
HSB/HSV325°64.25%86.67%
CMYK0.00%64.25%27.15%
13.33%

Color #DD4FA1 in popluar number systems.

HEXDD4FA1
Decimal22179161
Binary11011101100111110100001
Octal335117241

Shades and tints

Shades of #DD4FA1

#DD4FA1
(221,79,161)
#C94893
(201,72,147)
#B54185
(181,65,133)
#A13A77
(161,58,119)
#8D3369
(141,51,105)
#792C5B
(121,44,91)
#65254D
(101,37,77)
#511E3F
(81,30,63)
#3D1731
(61,23,49)
#291023
(41,16,35)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #DD4FA1

#DD4FA1
(221,79,161)
#E05FA9
(224,95,169)
#E36FB1
(227,111,177)
#E67FB9
(230,127,185)
#E98FC1
(233,143,193)
#EC9FC9
(236,159,201)
#EFAFD1
(239,175,209)
#F2BFD9
(242,191,217)
#F5CFE1
(245,207,225)
#F8DFE9
(248,223,233)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD4FA1 color. Also use rgb(221,79,161) instead hex code.

Text Font Color

.myTextColor { color: #DD4FA1; }

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

This text font color is #DD4FA1.


Background Color

.myBgColor { background-color: #DD4FA1; }

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

This div background color is #DD4FA1.


Border color

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

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

This div border color is #DD4FA1.


Opacity

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

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

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

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

This text has shadow with #DD4FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD4FA1 on black background.


Color preview on white background

This text has color #DD4FA1 on white background.



Black color preview on #DD4FA1 background

This text has black color on #DD4FA1 background.


White color preview on #DD4FA1 background

This text has white color on #DD4FA1 background.