COLOR #DD4690

HEX: #DD4690
RGB: (221,70,144)

Color info

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

RGB color model

#DD4690 color RGB value is (221,70,144).

  • red value is 221;
  • green value is 70;
  • blue value is 144.
RGB:
(221,70,144)
(87%,27%,56%)

RGB channels and saturation

R 221 of 255 = 87%
G 70 of 255 = 27%
B 144 of 255 = 56%

221
70
144

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

Portions of RGB colors in percentages

R + G + B =
221 + 70 + 144 = 435 (100%)
R 221 of 435 ~ 50.8%
G 70 of 435 ~ 16.09%
B 144 of 435 ~ 33.1%

%50.8
%16.09
%33.1

CMYK color model

#DD4690 color CMYK value is (0,68,35,13).

  • cyan value is 0.00%
  • magenta value is 68.33%
  • yellow value is 34.84%
  • key color value is 13.33%
CMYK:
(0,68,35,13)
C0M68Y35K13 
(0%,68%,35%,13%)
(0.00/0.68/0.35/0.13)	

CMYK percentages

%0
%68.33
%34.84
%13.33

Codes

Color #DD4690 in popluar color models

DD4690
RGB22170144
HSL331°68.95%57.06%
HSB/HSV331°68.33%86.67%
CMYK0.00%68.33%34.84%
13.33%

Color #DD4690 in popluar number systems.

HEXDD4690
Decimal22170144
Binary11011101100011010010000
Octal335106220

Shades and tints

Shades of #DD4690

#DD4690
(221,70,144)
#C94083
(201,64,131)
#B53A76
(181,58,118)
#A13469
(161,52,105)
#8D2E5C
(141,46,92)
#79284F
(121,40,79)
#652242
(101,34,66)
#511C35
(81,28,53)
#3D1628
(61,22,40)
#29101B
(41,16,27)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #DD4690

#DD4690
(221,70,144)
#E0569A
(224,86,154)
#E366A4
(227,102,164)
#E676AE
(230,118,174)
#E986B8
(233,134,184)
#EC96C2
(236,150,194)
#EFA6CC
(239,166,204)
#F2B6D6
(242,182,214)
#F5C6E0
(245,198,224)
#F8D6EA
(248,214,234)
#FBE6F4
(251,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD4690 color. Also use rgb(221,70,144) instead hex code.

Text Font Color

.myTextColor { color: #DD4690; }

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

This text font color is #DD4690.


Background Color

.myBgColor { background-color: #DD4690; }

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

This div background color is #DD4690.


Border color

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

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

This div border color is #DD4690.


Opacity

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

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

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

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

This text has shadow with #DD4690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD4690 on black background.


Color preview on white background

This text has color #DD4690 on white background.



Black color preview on #DD4690 background

This text has black color on #DD4690 background.


White color preview on #DD4690 background

This text has white color on #DD4690 background.