COLOR #DC88C4

HEX: #DC88C4
RGB: (220,136,196)

Color info

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

RGB color model

#DC88C4 color RGB value is (220,136,196).

  • red value is 220;
  • green value is 136;
  • blue value is 196.
RGB:
(220,136,196)
(86%,53%,77%)

RGB channels and saturation

R 220 of 255 = 86%
G 136 of 255 = 53%
B 196 of 255 = 77%

220
136
196

R + G + B ~ 72%. #DC88C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 136 + 196 = 552 (100%)
R 220 of 552 ~ 39.86%
G 136 of 552 ~ 24.64%
B 196 of 552 ~ 35.51%

%39.86
%24.64
%35.51

CMYK color model

#DC88C4 color CMYK value is (0,38,11,14).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 10.91%
  • key color value is 13.73%
CMYK:
(0,38,11,14)
C0M38Y11K14 
(0%,38%,11%,14%)
(0.00/0.38/0.11/0.14)	

CMYK percentages

%0
%38.18
%10.91
%13.73

Codes

Color #DC88C4 in popluar color models

DC88C4
RGB220136196
HSL317°54.55%69.80%
HSB/HSV317°38.18%86.27%
CMYK0.00%38.18%10.91%
13.73%

Color #DC88C4 in popluar number systems.

HEXDC88C4
Decimal220136196
Binary110111001000100011000100
Octal334210304

Shades and tints

Shades of #DC88C4

#DC88C4
(220,136,196)
#C87CB3
(200,124,179)
#B470A2
(180,112,162)
#A06491
(160,100,145)
#8C5880
(140,88,128)
#784C6F
(120,76,111)
#64405E
(100,64,94)
#50344D
(80,52,77)
#3C283C
(60,40,60)
#281C2B
(40,28,43)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #DC88C4

#DC88C4
(220,136,196)
#DF92C9
(223,146,201)
#E29CCE
(226,156,206)
#E5A6D3
(229,166,211)
#E8B0D8
(232,176,216)
#EBBADD
(235,186,221)
#EEC4E2
(238,196,226)
#F1CEE7
(241,206,231)
#F4D8EC
(244,216,236)
#F7E2F1
(247,226,241)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC88C4 color. Also use rgb(220,136,196) instead hex code.

Text Font Color

.myTextColor { color: #DC88C4; }

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

This text font color is #DC88C4.


Background Color

.myBgColor { background-color: #DC88C4; }

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

This div background color is #DC88C4.


Border color

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

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

This div border color is #DC88C4.


Opacity

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

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

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

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

This text has shadow with #DC88C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC88C4 on black background.


Color preview on white background

This text has color #DC88C4 on white background.



Black color preview on #DC88C4 background

This text has black color on #DC88C4 background.


White color preview on #DC88C4 background

This text has white color on #DC88C4 background.