COLOR #DD1481

HEX: #DD1481
RGB: (221,20,129)

Color info

#DD1481 contains mainly red color. Web safe color of #DD1481 is #CC0099 (or #C09).

RGB color model

#DD1481 color RGB value is (221,20,129).

  • red value is 221;
  • green value is 20;
  • blue value is 129.
RGB:
(221,20,129)
(87%,8%,51%)

RGB channels and saturation

R 221 of 255 = 87%
G 20 of 255 = 8%
B 129 of 255 = 51%

221
20
129

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

Portions of RGB colors in percentages

R + G + B =
221 + 20 + 129 = 370 (100%)
R 221 of 370 ~ 59.73%
G 20 of 370 ~ 5.41%
B 129 of 370 ~ 34.86%

%59.73
%34.86

CMYK color model

#DD1481 color CMYK value is (0,91,42,13).

  • cyan value is 0.00%
  • magenta value is 90.95%
  • yellow value is 41.63%
  • key color value is 13.33%
CMYK:
(0,91,42,13)
C0M91Y42K13 
(0%,91%,42%,13%)
(0.00/0.91/0.42/0.13)	

CMYK percentages

%0
%90.95
%41.63
%13.33

Codes

Color #DD1481 in popluar color models

DD1481
RGB22120129
HSL327°83.40%47.25%
HSB/HSV327°90.95%86.67%
CMYK0.00%90.95%41.63%
13.33%

Color #DD1481 in popluar number systems.

HEXDD1481
Decimal22120129
Binary110111011010010000001
Octal33524201

Shades and tints

Shades of #DD1481

#DD1481
(221,20,129)
#C91376
(201,19,118)
#B5126B
(181,18,107)
#A11160
(161,17,96)
#8D1055
(141,16,85)
#790F4A
(121,15,74)
#650E3F
(101,14,63)
#510D34
(81,13,52)
#3D0C29
(61,12,41)
#290B1E
(41,11,30)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #DD1481

#DD1481
(221,20,129)
#E0298C
(224,41,140)
#E33E97
(227,62,151)
#E653A2
(230,83,162)
#E968AD
(233,104,173)
#EC7DB8
(236,125,184)
#EF92C3
(239,146,195)
#F2A7CE
(242,167,206)
#F5BCD9
(245,188,217)
#F8D1E4
(248,209,228)
#FBE6EF
(251,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD1481 color. Also use rgb(221,20,129) instead hex code.

Text Font Color

.myTextColor { color: #DD1481; }

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

This text font color is #DD1481.


Background Color

.myBgColor { background-color: #DD1481; }

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

This div background color is #DD1481.


Border color

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

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

This div border color is #DD1481.


Opacity

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

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

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

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

This text has shadow with #DD1481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD1481 on black background.


Color preview on white background

This text has color #DD1481 on white background.



Black color preview on #DD1481 background

This text has black color on #DD1481 background.


White color preview on #DD1481 background

This text has white color on #DD1481 background.