COLOR #DA8CB2

HEX: #DA8CB2
RGB: (218,140,178)

Color info

#DA8CB2 contains mainly red and blue colors. Web safe color of #DA8CB2 is #CC9999 (or #C99).

RGB color model

#DA8CB2 color RGB value is (218,140,178).

  • red value is 218;
  • green value is 140;
  • blue value is 178.
RGB:
(218,140,178)
(85%,55%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 140 of 255 = 55%
B 178 of 255 = 70%

218
140
178

R + G + B ~ 70%. #DA8CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 140 + 178 = 536 (100%)
R 218 of 536 ~ 40.67%
G 140 of 536 ~ 26.12%
B 178 of 536 ~ 33.21%

%40.67
%26.12
%33.21

CMYK color model

#DA8CB2 color CMYK value is (0,36,18,15).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 18.35%
  • key color value is 14.51%
CMYK:
(0,36,18,15)
C0M36Y18K15 
(0%,36%,18%,15%)
(0.00/0.36/0.18/0.15)	

CMYK percentages

%0
%35.78
%18.35
%14.51

Codes

Color #DA8CB2 in popluar color models

DA8CB2
RGB218140178
HSL331°51.32%70.20%
HSB/HSV331°35.78%85.49%
CMYK0.00%35.78%18.35%
14.51%

Color #DA8CB2 in popluar number systems.

HEXDA8CB2
Decimal218140178
Binary110110101000110010110010
Octal332214262

Shades and tints

Shades of #DA8CB2

#DA8CB2
(218,140,178)
#C780A2
(199,128,162)
#B47492
(180,116,146)
#A16882
(161,104,130)
#8E5C72
(142,92,114)
#7B5062
(123,80,98)
#684452
(104,68,82)
#553842
(85,56,66)
#422C32
(66,44,50)
#2F2022
(47,32,34)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DA8CB2

#DA8CB2
(218,140,178)
#DD96B9
(221,150,185)
#E0A0C0
(224,160,192)
#E3AAC7
(227,170,199)
#E6B4CE
(230,180,206)
#E9BED5
(233,190,213)
#ECC8DC
(236,200,220)
#EFD2E3
(239,210,227)
#F2DCEA
(242,220,234)
#F5E6F1
(245,230,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8CB2 color. Also use rgb(218,140,178) instead hex code.

Text Font Color

.myTextColor { color: #DA8CB2; }

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

This text font color is #DA8CB2.


Background Color

.myBgColor { background-color: #DA8CB2; }

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

This div background color is #DA8CB2.


Border color

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

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

This div border color is #DA8CB2.


Opacity

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

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

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

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

This text has shadow with #DA8CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8CB2 on black background.


Color preview on white background

This text has color #DA8CB2 on white background.



Black color preview on #DA8CB2 background

This text has black color on #DA8CB2 background.


White color preview on #DA8CB2 background

This text has white color on #DA8CB2 background.