COLOR #DD1D5F

HEX: #DD1D5F
RGB: (221,29,95)

Color info

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

RGB color model

#DD1D5F color RGB value is (221,29,95).

  • red value is 221;
  • green value is 29;
  • blue value is 95.
RGB:
(221,29,95)
(87%,11%,37%)

RGB channels and saturation

R 221 of 255 = 87%
G 29 of 255 = 11%
B 95 of 255 = 37%

221
29
95

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

Portions of RGB colors in percentages

R + G + B =
221 + 29 + 95 = 345 (100%)
R 221 of 345 ~ 64.06%
G 29 of 345 ~ 8.41%
B 95 of 345 ~ 27.54%

%64.06
%27.54

CMYK color model

#DD1D5F color CMYK value is (0,87,57,13).

  • cyan value is 0.00%
  • magenta value is 86.88%
  • yellow value is 57.01%
  • key color value is 13.33%
CMYK:
(0,87,57,13)
C0M87Y57K13 
(0%,87%,57%,13%)
(0.00/0.87/0.57/0.13)	

CMYK percentages

%0
%86.88
%57.01
%13.33

Codes

Color #DD1D5F in popluar color models

DD1D5F
RGB2212995
HSL339°76.80%49.02%
HSB/HSV339°86.88%86.67%
CMYK0.00%86.88%57.01%
13.33%

Color #DD1D5F in popluar number systems.

HEXDD1D5F
Decimal2212995
Binary11011101111011011111
Octal33535137

Shades and tints

Shades of #DD1D5F

#DD1D5F
(221,29,95)
#C91B57
(201,27,87)
#B5194F
(181,25,79)
#A11747
(161,23,71)
#8D153F
(141,21,63)
#791337
(121,19,55)
#65112F
(101,17,47)
#510F27
(81,15,39)
#3D0D1F
(61,13,31)
#290B17
(41,11,23)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #DD1D5F

#DD1D5F
(221,29,95)
#E0316D
(224,49,109)
#E3457B
(227,69,123)
#E65989
(230,89,137)
#E96D97
(233,109,151)
#EC81A5
(236,129,165)
#EF95B3
(239,149,179)
#F2A9C1
(242,169,193)
#F5BDCF
(245,189,207)
#F8D1DD
(248,209,221)
#FBE5EB
(251,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD1D5F color. Also use rgb(221,29,95) instead hex code.

Text Font Color

.myTextColor { color: #DD1D5F; }

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

This text font color is #DD1D5F.


Background Color

.myBgColor { background-color: #DD1D5F; }

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

This div background color is #DD1D5F.


Border color

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

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

This div border color is #DD1D5F.


Opacity

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

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

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

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

This text has shadow with #DD1D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD1D5F on black background.


Color preview on white background

This text has color #DD1D5F on white background.



Black color preview on #DD1D5F background

This text has black color on #DD1D5F background.


White color preview on #DD1D5F background

This text has white color on #DD1D5F background.