COLOR #DD28A8

HEX: #DD28A8
RGB: (221,40,168)

Color info

#DD28A8 contains mainly red and blue colors. Web safe color of #DD28A8 is #CC3399 (or #C39).

RGB color model

#DD28A8 color RGB value is (221,40,168).

  • red value is 221;
  • green value is 40;
  • blue value is 168.
RGB:
(221,40,168)
(87%,16%,66%)

RGB channels and saturation

R 221 of 255 = 87%
G 40 of 255 = 16%
B 168 of 255 = 66%

221
40
168

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

Portions of RGB colors in percentages

R + G + B =
221 + 40 + 168 = 429 (100%)
R 221 of 429 ~ 51.52%
G 40 of 429 ~ 9.32%
B 168 of 429 ~ 39.16%

%51.52
%39.16

CMYK color model

#DD28A8 color CMYK value is (0,82,24,13).

  • cyan value is 0.00%
  • magenta value is 81.90%
  • yellow value is 23.98%
  • key color value is 13.33%
CMYK:
(0,82,24,13)
C0M82Y24K13 
(0%,82%,24%,13%)
(0.00/0.82/0.24/0.13)	

CMYK percentages

%0
%81.9
%23.98
%13.33

Codes

Color #DD28A8 in popluar color models

DD28A8
RGB22140168
HSL318°72.69%51.18%
HSB/HSV318°81.90%86.67%
CMYK0.00%81.90%23.98%
13.33%

Color #DD28A8 in popluar number systems.

HEXDD28A8
Decimal22140168
Binary1101110110100010101000
Octal33550250

Shades and tints

Shades of #DD28A8

#DD28A8
(221,40,168)
#C92599
(201,37,153)
#B5228A
(181,34,138)
#A11F7B
(161,31,123)
#8D1C6C
(141,28,108)
#79195D
(121,25,93)
#65164E
(101,22,78)
#51133F
(81,19,63)
#3D1030
(61,16,48)
#290D21
(41,13,33)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #DD28A8

#DD28A8
(221,40,168)
#E03BAF
(224,59,175)
#E34EB6
(227,78,182)
#E661BD
(230,97,189)
#E974C4
(233,116,196)
#EC87CB
(236,135,203)
#EF9AD2
(239,154,210)
#F2ADD9
(242,173,217)
#F5C0E0
(245,192,224)
#F8D3E7
(248,211,231)
#FBE6EE
(251,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD28A8 color. Also use rgb(221,40,168) instead hex code.

Text Font Color

.myTextColor { color: #DD28A8; }

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

This text font color is #DD28A8.


Background Color

.myBgColor { background-color: #DD28A8; }

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

This div background color is #DD28A8.


Border color

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

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

This div border color is #DD28A8.


Opacity

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

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

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

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

This text has shadow with #DD28A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD28A8 on black background.


Color preview on white background

This text has color #DD28A8 on white background.



Black color preview on #DD28A8 background

This text has black color on #DD28A8 background.


White color preview on #DD28A8 background

This text has white color on #DD28A8 background.