COLOR #DC90CC

HEX: #DC90CC
RGB: (220,144,204)

Color info

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

RGB color model

#DC90CC color RGB value is (220,144,204).

  • red value is 220;
  • green value is 144;
  • blue value is 204.
RGB:
(220,144,204)
(86%,56%,80%)

RGB channels and saturation

R 220 of 255 = 86%
G 144 of 255 = 56%
B 204 of 255 = 80%

220
144
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 144 + 204 = 568 (100%)
R 220 of 568 ~ 38.73%
G 144 of 568 ~ 25.35%
B 204 of 568 ~ 35.92%

%38.73
%25.35
%35.92

CMYK color model

#DC90CC color CMYK value is (0,35,7,14).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,35,7,14)
C0M35Y7K14 
(0%,35%,7%,14%)
(0.00/0.35/0.07/0.14)	

CMYK percentages

%0
%34.55
%7.27
%13.73

Codes

Color #DC90CC in popluar color models

DC90CC
RGB220144204
HSL313°52.05%71.37%
HSB/HSV313°34.55%86.27%
CMYK0.00%34.55%7.27%
13.73%

Color #DC90CC in popluar number systems.

HEXDC90CC
Decimal220144204
Binary110111001001000011001100
Octal334220314

Shades and tints

Shades of #DC90CC

#DC90CC
(220,144,204)
#C883BA
(200,131,186)
#B476A8
(180,118,168)
#A06996
(160,105,150)
#8C5C84
(140,92,132)
#784F72
(120,79,114)
#644260
(100,66,96)
#50354E
(80,53,78)
#3C283C
(60,40,60)
#281B2A
(40,27,42)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #DC90CC

#DC90CC
(220,144,204)
#DF9AD0
(223,154,208)
#E2A4D4
(226,164,212)
#E5AED8
(229,174,216)
#E8B8DC
(232,184,220)
#EBC2E0
(235,194,224)
#EECCE4
(238,204,228)
#F1D6E8
(241,214,232)
#F4E0EC
(244,224,236)
#F7EAF0
(247,234,240)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC90CC color. Also use rgb(220,144,204) instead hex code.

Text Font Color

.myTextColor { color: #DC90CC; }

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

This text font color is #DC90CC.


Background Color

.myBgColor { background-color: #DC90CC; }

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

This div background color is #DC90CC.


Border color

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

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

This div border color is #DC90CC.


Opacity

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

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

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

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

This text has shadow with #DC90CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC90CC on black background.


Color preview on white background

This text has color #DC90CC on white background.



Black color preview on #DC90CC background

This text has black color on #DC90CC background.


White color preview on #DC90CC background

This text has white color on #DC90CC background.