COLOR #DA85C1

HEX: #DA85C1
RGB: (218,133,193)

Color info

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

RGB color model

#DA85C1 color RGB value is (218,133,193).

  • red value is 218;
  • green value is 133;
  • blue value is 193.
RGB:
(218,133,193)
(85%,52%,76%)

RGB channels and saturation

R 218 of 255 = 85%
G 133 of 255 = 52%
B 193 of 255 = 76%

218
133
193

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

Portions of RGB colors in percentages

R + G + B =
218 + 133 + 193 = 544 (100%)
R 218 of 544 ~ 40.07%
G 133 of 544 ~ 24.45%
B 193 of 544 ~ 35.48%

%40.07
%24.45
%35.48

CMYK color model

#DA85C1 color CMYK value is (0,39,11,15).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 11.47%
  • key color value is 14.51%
CMYK:
(0,39,11,15)
C0M39Y11K15 
(0%,39%,11%,15%)
(0.00/0.39/0.11/0.15)	

CMYK percentages

%0
%38.99
%11.47
%14.51

Codes

Color #DA85C1 in popluar color models

DA85C1
RGB218133193
HSL318°53.46%68.82%
HSB/HSV318°38.99%85.49%
CMYK0.00%38.99%11.47%
14.51%

Color #DA85C1 in popluar number systems.

HEXDA85C1
Decimal218133193
Binary110110101000010111000001
Octal332205301

Shades and tints

Shades of #DA85C1

#DA85C1
(218,133,193)
#C779B0
(199,121,176)
#B46D9F
(180,109,159)
#A1618E
(161,97,142)
#8E557D
(142,85,125)
#7B496C
(123,73,108)
#683D5B
(104,61,91)
#55314A
(85,49,74)
#422539
(66,37,57)
#2F1928
(47,25,40)
#1C0D17
(28,13,23)
#000000
(0,0,0)

Tints of #DA85C1

#DA85C1
(218,133,193)
#DD90C6
(221,144,198)
#E09BCB
(224,155,203)
#E3A6D0
(227,166,208)
#E6B1D5
(230,177,213)
#E9BCDA
(233,188,218)
#ECC7DF
(236,199,223)
#EFD2E4
(239,210,228)
#F2DDE9
(242,221,233)
#F5E8EE
(245,232,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA85C1 color. Also use rgb(218,133,193) instead hex code.

Text Font Color

.myTextColor { color: #DA85C1; }

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

This text font color is #DA85C1.


Background Color

.myBgColor { background-color: #DA85C1; }

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

This div background color is #DA85C1.


Border color

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

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

This div border color is #DA85C1.


Opacity

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

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

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

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

This text has shadow with #DA85C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA85C1 on black background.


Color preview on white background

This text has color #DA85C1 on white background.



Black color preview on #DA85C1 background

This text has black color on #DA85C1 background.


White color preview on #DA85C1 background

This text has white color on #DA85C1 background.