COLOR #DDA0C1

HEX: #DDA0C1
RGB: (221,160,193)

Color info

#DDA0C1 contains mainly red and blue colors. Web safe color of #DDA0C1 is #CC99CC (or #C9C).

RGB color model

#DDA0C1 color RGB value is (221,160,193).

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

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 193 of 255 = 76%

221
160
193

R + G + B ~ 75%. #DDA0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 160 + 193 = 574 (100%)
R 221 of 574 ~ 38.5%
G 160 of 574 ~ 27.87%
B 193 of 574 ~ 33.62%

%38.5
%27.87
%33.62

CMYK color model

#DDA0C1 color CMYK value is (0,28,13,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(0,28,13,13)
C0M28Y13K13 
(0%,28%,13%,13%)
(0.00/0.28/0.13/0.13)	

CMYK percentages

%0
%27.6
%12.67
%13.33

Codes

Color #DDA0C1 in popluar color models

DDA0C1
RGB221160193
HSL328°47.29%74.71%
HSB/HSV328°27.60%86.67%
CMYK0.00%27.60%12.67%
13.33%

Color #DDA0C1 in popluar number systems.

HEXDDA0C1
Decimal221160193
Binary110111011010000011000001
Octal335240301

Shades and tints

Shades of #DDA0C1

#DDA0C1
(221,160,193)
#C992B0
(201,146,176)
#B5849F
(181,132,159)
#A1768E
(161,118,142)
#8D687D
(141,104,125)
#795A6C
(121,90,108)
#654C5B
(101,76,91)
#513E4A
(81,62,74)
#3D3039
(61,48,57)
#292228
(41,34,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDA0C1

#DDA0C1
(221,160,193)
#E0A8C6
(224,168,198)
#E3B0CB
(227,176,203)
#E6B8D0
(230,184,208)
#E9C0D5
(233,192,213)
#ECC8DA
(236,200,218)
#EFD0DF
(239,208,223)
#F2D8E4
(242,216,228)
#F5E0E9
(245,224,233)
#F8E8EE
(248,232,238)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA0C1; }

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

This text font color is #DDA0C1.


Background Color

.myBgColor { background-color: #DDA0C1; }

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

This div background color is #DDA0C1.


Border color

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

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

This div border color is #DDA0C1.


Opacity

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

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

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

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

This text has shadow with #DDA0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA0C1 on black background.


Color preview on white background

This text has color #DDA0C1 on white background.



Black color preview on #DDA0C1 background

This text has black color on #DDA0C1 background.


White color preview on #DDA0C1 background

This text has white color on #DDA0C1 background.