COLOR #DC88D6

HEX: #DC88D6
RGB: (220,136,214)

Color info

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

RGB color model

#DC88D6 color RGB value is (220,136,214).

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

RGB channels and saturation

R 220 of 255 = 86%
G 136 of 255 = 53%
B 214 of 255 = 84%

220
136
214

R + G + B ~ 74%. #DC88D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 136 + 214 = 570 (100%)
R 220 of 570 ~ 38.6%
G 136 of 570 ~ 23.86%
B 214 of 570 ~ 37.54%

%38.6
%23.86
%37.54

CMYK color model

#DC88D6 color CMYK value is (0,38,3,14).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(0,38,3,14)
C0M38Y3K14 
(0%,38%,3%,14%)
(0.00/0.38/0.03/0.14)	

CMYK percentages

%0
%38.18
%2.73
%13.73

Codes

Color #DC88D6 in popluar color models

DC88D6
RGB220136214
HSL304°54.55%69.80%
HSB/HSV304°38.18%86.27%
CMYK0.00%38.18%2.73%
13.73%

Color #DC88D6 in popluar number systems.

HEXDC88D6
Decimal220136214
Binary110111001000100011010110
Octal334210326

Shades and tints

Shades of #DC88D6

#DC88D6
(220,136,214)
#C87CC3
(200,124,195)
#B470B0
(180,112,176)
#A0649D
(160,100,157)
#8C588A
(140,88,138)
#784C77
(120,76,119)
#644064
(100,64,100)
#503451
(80,52,81)
#3C283E
(60,40,62)
#281C2B
(40,28,43)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #DC88D6

#DC88D6
(220,136,214)
#DF92D9
(223,146,217)
#E29CDC
(226,156,220)
#E5A6DF
(229,166,223)
#E8B0E2
(232,176,226)
#EBBAE5
(235,186,229)
#EEC4E8
(238,196,232)
#F1CEEB
(241,206,235)
#F4D8EE
(244,216,238)
#F7E2F1
(247,226,241)
#FAECF4
(250,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC88D6; }

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

This text font color is #DC88D6.


Background Color

.myBgColor { background-color: #DC88D6; }

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

This div background color is #DC88D6.


Border color

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

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

This div border color is #DC88D6.


Opacity

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

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

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

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

This text has shadow with #DC88D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC88D6 on black background.


Color preview on white background

This text has color #DC88D6 on white background.



Black color preview on #DC88D6 background

This text has black color on #DC88D6 background.


White color preview on #DC88D6 background

This text has white color on #DC88D6 background.