COLOR #DA6F99

HEX: #DA6F99
RGB: (218,111,153)

Color info

#DA6F99 contains mainly red color. Web safe color of #DA6F99 is #CC6699 (or #C69).

RGB color model

#DA6F99 color RGB value is (218,111,153).

  • red value is 218;
  • green value is 111;
  • blue value is 153.
RGB:
(218,111,153)
(85%,44%,60%)

RGB channels and saturation

R 218 of 255 = 85%
G 111 of 255 = 44%
B 153 of 255 = 60%

218
111
153

R + G + B ~ 63%. #DA6F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 111 + 153 = 482 (100%)
R 218 of 482 ~ 45.23%
G 111 of 482 ~ 23.03%
B 153 of 482 ~ 31.74%

%45.23
%23.03
%31.74

CMYK color model

#DA6F99 color CMYK value is (0,49,30,15).

  • cyan value is 0.00%
  • magenta value is 49.08%
  • yellow value is 29.82%
  • key color value is 14.51%
CMYK:
(0,49,30,15)
C0M49Y30K15 
(0%,49%,30%,15%)
(0.00/0.49/0.30/0.15)	

CMYK percentages

%0
%49.08
%29.82
%14.51

Codes

Color #DA6F99 in popluar color models

DA6F99
RGB218111153
HSL336°59.12%64.51%
HSB/HSV336°49.08%85.49%
CMYK0.00%49.08%29.82%
14.51%

Color #DA6F99 in popluar number systems.

HEXDA6F99
Decimal218111153
Binary11011010110111110011001
Octal332157231

Shades and tints

Shades of #DA6F99

#DA6F99
(218,111,153)
#C7658C
(199,101,140)
#B45B7F
(180,91,127)
#A15172
(161,81,114)
#8E4765
(142,71,101)
#7B3D58
(123,61,88)
#68334B
(104,51,75)
#55293E
(85,41,62)
#421F31
(66,31,49)
#2F1524
(47,21,36)
#1C0B17
(28,11,23)
#000000
(0,0,0)

Tints of #DA6F99

#DA6F99
(218,111,153)
#DD7CA2
(221,124,162)
#E089AB
(224,137,171)
#E396B4
(227,150,180)
#E6A3BD
(230,163,189)
#E9B0C6
(233,176,198)
#ECBDCF
(236,189,207)
#EFCAD8
(239,202,216)
#F2D7E1
(242,215,225)
#F5E4EA
(245,228,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6F99 color. Also use rgb(218,111,153) instead hex code.

Text Font Color

.myTextColor { color: #DA6F99; }

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

This text font color is #DA6F99.


Background Color

.myBgColor { background-color: #DA6F99; }

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

This div background color is #DA6F99.


Border color

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

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

This div border color is #DA6F99.


Opacity

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

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

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

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

This text has shadow with #DA6F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6F99 on black background.


Color preview on white background

This text has color #DA6F99 on white background.



Black color preview on #DA6F99 background

This text has black color on #DA6F99 background.


White color preview on #DA6F99 background

This text has white color on #DA6F99 background.