COLOR #DA858F

HEX: #DA858F
RGB: (218,133,143)

Color info

#DA858F contains mainly red color. Web safe color of #DA858F is #CC9999 (or #C99).

RGB color model

#DA858F color RGB value is (218,133,143).

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

RGB channels and saturation

R 218 of 255 = 85%
G 133 of 255 = 52%
B 143 of 255 = 56%

218
133
143

R + G + B ~ 64%. #DA858F is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 133 + 143 = 494 (100%)
R 218 of 494 ~ 44.13%
G 133 of 494 ~ 26.92%
B 143 of 494 ~ 28.95%

%44.13
%26.92
%28.95

CMYK color model

#DA858F color CMYK value is (0,39,34,15).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 34.40%
  • key color value is 14.51%
CMYK:
(0,39,34,15)
C0M39Y34K15 
(0%,39%,34%,15%)
(0.00/0.39/0.34/0.15)	

CMYK percentages

%0
%38.99
%34.4
%14.51

Codes

Color #DA858F in popluar color models

DA858F
RGB218133143
HSL353°53.46%68.82%
HSB/HSV353°38.99%85.49%
CMYK0.00%38.99%34.40%
14.51%

Color #DA858F in popluar number systems.

HEXDA858F
Decimal218133143
Binary110110101000010110001111
Octal332205217

Shades and tints

Shades of #DA858F

#DA858F
(218,133,143)
#C77982
(199,121,130)
#B46D75
(180,109,117)
#A16168
(161,97,104)
#8E555B
(142,85,91)
#7B494E
(123,73,78)
#683D41
(104,61,65)
#553134
(85,49,52)
#422527
(66,37,39)
#2F191A
(47,25,26)
#1C0D0D
(28,13,13)
#000000
(0,0,0)

Tints of #DA858F

#DA858F
(218,133,143)
#DD9099
(221,144,153)
#E09BA3
(224,155,163)
#E3A6AD
(227,166,173)
#E6B1B7
(230,177,183)
#E9BCC1
(233,188,193)
#ECC7CB
(236,199,203)
#EFD2D5
(239,210,213)
#F2DDDF
(242,221,223)
#F5E8E9
(245,232,233)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA858F; }

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

This text font color is #DA858F.


Background Color

.myBgColor { background-color: #DA858F; }

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

This div background color is #DA858F.


Border color

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

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

This div border color is #DA858F.


Opacity

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

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

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

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

This text has shadow with #DA858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA858F on black background.


Color preview on white background

This text has color #DA858F on white background.



Black color preview on #DA858F background

This text has black color on #DA858F background.


White color preview on #DA858F background

This text has white color on #DA858F background.