COLOR #DD568C

HEX: #DD568C
RGB: (221,86,140)

Color info

#DD568C contains mainly red color. Web safe color of #DD568C is #CC6699 (or #C69).

RGB color model

#DD568C color RGB value is (221,86,140).

  • red value is 221;
  • green value is 86;
  • blue value is 140.
RGB:
(221,86,140)
(87%,34%,55%)

RGB channels and saturation

R 221 of 255 = 87%
G 86 of 255 = 34%
B 140 of 255 = 55%

221
86
140

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

Portions of RGB colors in percentages

R + G + B =
221 + 86 + 140 = 447 (100%)
R 221 of 447 ~ 49.44%
G 86 of 447 ~ 19.24%
B 140 of 447 ~ 31.32%

%49.44
%19.24
%31.32

CMYK color model

#DD568C color CMYK value is (0,61,37,13).

  • cyan value is 0.00%
  • magenta value is 61.09%
  • yellow value is 36.65%
  • key color value is 13.33%
CMYK:
(0,61,37,13)
C0M61Y37K13 
(0%,61%,37%,13%)
(0.00/0.61/0.37/0.13)	

CMYK percentages

%0
%61.09
%36.65
%13.33

Codes

Color #DD568C in popluar color models

DD568C
RGB22186140
HSL336°66.50%60.20%
HSB/HSV336°61.09%86.67%
CMYK0.00%61.09%36.65%
13.33%

Color #DD568C in popluar number systems.

HEXDD568C
Decimal22186140
Binary11011101101011010001100
Octal335126214

Shades and tints

Shades of #DD568C

#DD568C
(221,86,140)
#C94F80
(201,79,128)
#B54874
(181,72,116)
#A14168
(161,65,104)
#8D3A5C
(141,58,92)
#793350
(121,51,80)
#652C44
(101,44,68)
#512538
(81,37,56)
#3D1E2C
(61,30,44)
#291720
(41,23,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #DD568C

#DD568C
(221,86,140)
#E06596
(224,101,150)
#E374A0
(227,116,160)
#E683AA
(230,131,170)
#E992B4
(233,146,180)
#ECA1BE
(236,161,190)
#EFB0C8
(239,176,200)
#F2BFD2
(242,191,210)
#F5CEDC
(245,206,220)
#F8DDE6
(248,221,230)
#FBECF0
(251,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD568C color. Also use rgb(221,86,140) instead hex code.

Text Font Color

.myTextColor { color: #DD568C; }

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

This text font color is #DD568C.


Background Color

.myBgColor { background-color: #DD568C; }

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

This div background color is #DD568C.


Border color

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

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

This div border color is #DD568C.


Opacity

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

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

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

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

This text has shadow with #DD568C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD568C on black background.


Color preview on white background

This text has color #DD568C on white background.



Black color preview on #DD568C background

This text has black color on #DD568C background.


White color preview on #DD568C background

This text has white color on #DD568C background.