COLOR #DD7CC1

HEX: #DD7CC1
RGB: (221,124,193)

Color info

#DD7CC1 contains mainly red and blue colors. Web safe color of #DD7CC1 is #CC66CC (or #C6C).

RGB color model

#DD7CC1 color RGB value is (221,124,193).

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

RGB channels and saturation

R 221 of 255 = 87%
G 124 of 255 = 49%
B 193 of 255 = 76%

221
124
193

R + G + B ~ 71%. #DD7CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 124 + 193 = 538 (100%)
R 221 of 538 ~ 41.08%
G 124 of 538 ~ 23.05%
B 193 of 538 ~ 35.87%

%41.08
%23.05
%35.87

CMYK color model

#DD7CC1 color CMYK value is (0,44,13,13).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(0,44,13,13)
C0M44Y13K13 
(0%,44%,13%,13%)
(0.00/0.44/0.13/0.13)	

CMYK percentages

%0
%43.89
%12.67
%13.33

Codes

Color #DD7CC1 in popluar color models

DD7CC1
RGB221124193
HSL317°58.79%67.65%
HSB/HSV317°43.89%86.67%
CMYK0.00%43.89%12.67%
13.33%

Color #DD7CC1 in popluar number systems.

HEXDD7CC1
Decimal221124193
Binary11011101111110011000001
Octal335174301

Shades and tints

Shades of #DD7CC1

#DD7CC1
(221,124,193)
#C971B0
(201,113,176)
#B5669F
(181,102,159)
#A15B8E
(161,91,142)
#8D507D
(141,80,125)
#79456C
(121,69,108)
#653A5B
(101,58,91)
#512F4A
(81,47,74)
#3D2439
(61,36,57)
#291928
(41,25,40)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #DD7CC1

#DD7CC1
(221,124,193)
#E087C6
(224,135,198)
#E392CB
(227,146,203)
#E69DD0
(230,157,208)
#E9A8D5
(233,168,213)
#ECB3DA
(236,179,218)
#EFBEDF
(239,190,223)
#F2C9E4
(242,201,228)
#F5D4E9
(245,212,233)
#F8DFEE
(248,223,238)
#FBEAF3
(251,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7CC1; }

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

This text font color is #DD7CC1.


Background Color

.myBgColor { background-color: #DD7CC1; }

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

This div background color is #DD7CC1.


Border color

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

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

This div border color is #DD7CC1.


Opacity

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

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

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

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

This text has shadow with #DD7CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7CC1 on black background.


Color preview on white background

This text has color #DD7CC1 on white background.



Black color preview on #DD7CC1 background

This text has black color on #DD7CC1 background.


White color preview on #DD7CC1 background

This text has white color on #DD7CC1 background.