COLOR #DA97CC

HEX: #DA97CC
RGB: (218,151,204)

Color info

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

RGB color model

#DA97CC color RGB value is (218,151,204).

  • red value is 218;
  • green value is 151;
  • blue value is 204.
RGB:
(218,151,204)
(85%,59%,80%)

RGB channels and saturation

R 218 of 255 = 85%
G 151 of 255 = 59%
B 204 of 255 = 80%

218
151
204

R + G + B ~ 75%. #DA97CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 151 + 204 = 573 (100%)
R 218 of 573 ~ 38.05%
G 151 of 573 ~ 26.35%
B 204 of 573 ~ 35.6%

%38.05
%26.35
%35.6

CMYK color model

#DA97CC color CMYK value is (0,31,6,15).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(0,31,6,15)
C0M31Y6K15 
(0%,31%,6%,15%)
(0.00/0.31/0.06/0.15)	

CMYK percentages

%0
%30.73
%6.42
%14.51

Codes

Color #DA97CC in popluar color models

DA97CC
RGB218151204
HSL313°47.52%72.35%
HSB/HSV313°30.73%85.49%
CMYK0.00%30.73%6.42%
14.51%

Color #DA97CC in popluar number systems.

HEXDA97CC
Decimal218151204
Binary110110101001011111001100
Octal332227314

Shades and tints

Shades of #DA97CC

#DA97CC
(218,151,204)
#C78ABA
(199,138,186)
#B47DA8
(180,125,168)
#A17096
(161,112,150)
#8E6384
(142,99,132)
#7B5672
(123,86,114)
#684960
(104,73,96)
#553C4E
(85,60,78)
#422F3C
(66,47,60)
#2F222A
(47,34,42)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DA97CC

#DA97CC
(218,151,204)
#DDA0D0
(221,160,208)
#E0A9D4
(224,169,212)
#E3B2D8
(227,178,216)
#E6BBDC
(230,187,220)
#E9C4E0
(233,196,224)
#ECCDE4
(236,205,228)
#EFD6E8
(239,214,232)
#F2DFEC
(242,223,236)
#F5E8F0
(245,232,240)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA97CC color. Also use rgb(218,151,204) instead hex code.

Text Font Color

.myTextColor { color: #DA97CC; }

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

This text font color is #DA97CC.


Background Color

.myBgColor { background-color: #DA97CC; }

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

This div background color is #DA97CC.


Border color

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

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

This div border color is #DA97CC.


Opacity

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

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

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

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

This text has shadow with #DA97CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA97CC on black background.


Color preview on white background

This text has color #DA97CC on white background.



Black color preview on #DA97CC background

This text has black color on #DA97CC background.


White color preview on #DA97CC background

This text has white color on #DA97CC background.