COLOR #DC97D2

HEX: #DC97D2
RGB: (220,151,210)

Color info

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

RGB color model

#DC97D2 color RGB value is (220,151,210).

  • red value is 220;
  • green value is 151;
  • blue value is 210.
RGB:
(220,151,210)
(86%,59%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 151 of 255 = 59%
B 210 of 255 = 82%

220
151
210

R + G + B ~ 76%. #DC97D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 151 + 210 = 581 (100%)
R 220 of 581 ~ 37.87%
G 151 of 581 ~ 25.99%
B 210 of 581 ~ 36.14%

%37.87
%25.99
%36.14

CMYK color model

#DC97D2 color CMYK value is (0,31,5,14).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK:
(0,31,5,14)
C0M31Y5K14 
(0%,31%,5%,14%)
(0.00/0.31/0.05/0.14)	

CMYK percentages

%0
%31.36
%4.55
%13.73

Codes

Color #DC97D2 in popluar color models

DC97D2
RGB220151210
HSL309°49.64%72.75%
HSB/HSV309°31.36%86.27%
CMYK0.00%31.36%4.55%
13.73%

Color #DC97D2 in popluar number systems.

HEXDC97D2
Decimal220151210
Binary110111001001011111010010
Octal334227322

Shades and tints

Shades of #DC97D2

#DC97D2
(220,151,210)
#C88ABF
(200,138,191)
#B47DAC
(180,125,172)
#A07099
(160,112,153)
#8C6386
(140,99,134)
#785673
(120,86,115)
#644960
(100,73,96)
#503C4D
(80,60,77)
#3C2F3A
(60,47,58)
#282227
(40,34,39)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #DC97D2

#DC97D2
(220,151,210)
#DFA0D6
(223,160,214)
#E2A9DA
(226,169,218)
#E5B2DE
(229,178,222)
#E8BBE2
(232,187,226)
#EBC4E6
(235,196,230)
#EECDEA
(238,205,234)
#F1D6EE
(241,214,238)
#F4DFF2
(244,223,242)
#F7E8F6
(247,232,246)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC97D2 color. Also use rgb(220,151,210) instead hex code.

Text Font Color

.myTextColor { color: #DC97D2; }

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

This text font color is #DC97D2.


Background Color

.myBgColor { background-color: #DC97D2; }

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

This div background color is #DC97D2.


Border color

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

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

This div border color is #DC97D2.


Opacity

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

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

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

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

This text has shadow with #DC97D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC97D2 on black background.


Color preview on white background

This text has color #DC97D2 on white background.



Black color preview on #DC97D2 background

This text has black color on #DC97D2 background.


White color preview on #DC97D2 background

This text has white color on #DC97D2 background.