COLOR #DD29C1

HEX: #DD29C1
RGB: (221,41,193)

Color info

#DD29C1 contains mainly red and blue colors. Web safe color of #DD29C1 is #CC33CC (or #C3C).

RGB color model

#DD29C1 color RGB value is (221,41,193).

  • red value is 221;
  • green value is 41;
  • blue value is 193.
RGB:
(221,41,193)
(87%,16%,76%)

RGB channels and saturation

R 221 of 255 = 87%
G 41 of 255 = 16%
B 193 of 255 = 76%

221
41
193

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

Portions of RGB colors in percentages

R + G + B =
221 + 41 + 193 = 455 (100%)
R 221 of 455 ~ 48.57%
G 41 of 455 ~ 9.01%
B 193 of 455 ~ 42.42%

%48.57
%42.42

CMYK color model

#DD29C1 color CMYK value is (0,81,13,13).

  • cyan value is 0.00%
  • magenta value is 81.45%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(0,81,13,13)
C0M81Y13K13 
(0%,81%,13%,13%)
(0.00/0.81/0.13/0.13)	

CMYK percentages

%0
%81.45
%12.67
%13.33

Codes

Color #DD29C1 in popluar color models

DD29C1
RGB22141193
HSL309°72.58%51.37%
HSB/HSV309°81.45%86.67%
CMYK0.00%81.45%12.67%
13.33%

Color #DD29C1 in popluar number systems.

HEXDD29C1
Decimal22141193
Binary1101110110100111000001
Octal33551301

Shades and tints

Shades of #DD29C1

#DD29C1
(221,41,193)
#C926B0
(201,38,176)
#B5239F
(181,35,159)
#A1208E
(161,32,142)
#8D1D7D
(141,29,125)
#791A6C
(121,26,108)
#65175B
(101,23,91)
#51144A
(81,20,74)
#3D1139
(61,17,57)
#290E28
(41,14,40)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #DD29C1

#DD29C1
(221,41,193)
#E03CC6
(224,60,198)
#E34FCB
(227,79,203)
#E662D0
(230,98,208)
#E975D5
(233,117,213)
#EC88DA
(236,136,218)
#EF9BDF
(239,155,223)
#F2AEE4
(242,174,228)
#F5C1E9
(245,193,233)
#F8D4EE
(248,212,238)
#FBE7F3
(251,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD29C1 color. Also use rgb(221,41,193) instead hex code.

Text Font Color

.myTextColor { color: #DD29C1; }

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

This text font color is #DD29C1.


Background Color

.myBgColor { background-color: #DD29C1; }

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

This div background color is #DD29C1.


Border color

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

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

This div border color is #DD29C1.


Opacity

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

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

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

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

This text has shadow with #DD29C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD29C1 on black background.


Color preview on white background

This text has color #DD29C1 on white background.



Black color preview on #DD29C1 background

This text has black color on #DD29C1 background.


White color preview on #DD29C1 background

This text has white color on #DD29C1 background.