COLOR #D080CC

HEX: #D080CC
RGB: (208,128,204)

Color info

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

RGB color model

#D080CC color RGB value is (208,128,204).

  • red value is 208;
  • green value is 128;
  • blue value is 204.
RGB:
(208,128,204)
(82%,50%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 128 of 255 = 50%
B 204 of 255 = 80%

208
128
204

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

Portions of RGB colors in percentages

R + G + B =
208 + 128 + 204 = 540 (100%)
R 208 of 540 ~ 38.52%
G 128 of 540 ~ 23.7%
B 204 of 540 ~ 37.78%

%38.52
%23.7
%37.78

CMYK color model

#D080CC color CMYK value is (0,38,2,18).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(0,38,2,18)
C0M38Y2K18 
(0%,38%,2%,18%)
(0.00/0.38/0.02/0.18)	

CMYK percentages

%0
%38.46
%1.92
%18.43

Codes

Color #D080CC in popluar color models

D080CC
RGB208128204
HSL303°45.98%65.88%
HSB/HSV303°38.46%81.57%
CMYK0.00%38.46%1.92%
18.43%

Color #D080CC in popluar number systems.

HEXD080CC
Decimal208128204
Binary110100001000000011001100
Octal320200314

Shades and tints

Shades of #D080CC

#D080CC
(208,128,204)
#BE75BA
(190,117,186)
#AC6AA8
(172,106,168)
#9A5F96
(154,95,150)
#885484
(136,84,132)
#764972
(118,73,114)
#643E60
(100,62,96)
#52334E
(82,51,78)
#40283C
(64,40,60)
#2E1D2A
(46,29,42)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #D080CC

#D080CC
(208,128,204)
#D48BD0
(212,139,208)
#D896D4
(216,150,212)
#DCA1D8
(220,161,216)
#E0ACDC
(224,172,220)
#E4B7E0
(228,183,224)
#E8C2E4
(232,194,228)
#ECCDE8
(236,205,232)
#F0D8EC
(240,216,236)
#F4E3F0
(244,227,240)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D080CC color. Also use rgb(208,128,204) instead hex code.

Text Font Color

.myTextColor { color: #D080CC; }

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

This text font color is #D080CC.


Background Color

.myBgColor { background-color: #D080CC; }

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

This div background color is #D080CC.


Border color

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

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

This div border color is #D080CC.


Opacity

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

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

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

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

This text has shadow with #D080CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D080CC on black background.


Color preview on white background

This text has color #D080CC on white background.



Black color preview on #D080CC background

This text has black color on #D080CC background.


White color preview on #D080CC background

This text has white color on #D080CC background.