COLOR #DA6696

HEX: #DA6696
RGB: (218,102,150)

Color info

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

RGB color model

#DA6696 color RGB value is (218,102,150).

  • red value is 218;
  • green value is 102;
  • blue value is 150.
RGB:
(218,102,150)
(85%,40%,59%)

RGB channels and saturation

R 218 of 255 = 85%
G 102 of 255 = 40%
B 150 of 255 = 59%

218
102
150

R + G + B ~ 61%. #DA6696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 102 + 150 = 470 (100%)
R 218 of 470 ~ 46.38%
G 102 of 470 ~ 21.7%
B 150 of 470 ~ 31.91%

%46.38
%21.7
%31.91

CMYK color model

#DA6696 color CMYK value is (0,53,31,15).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 31.19%
  • key color value is 14.51%
CMYK:
(0,53,31,15)
C0M53Y31K15 
(0%,53%,31%,15%)
(0.00/0.53/0.31/0.15)	

CMYK percentages

%0
%53.21
%31.19
%14.51

Codes

Color #DA6696 in popluar color models

DA6696
RGB218102150
HSL335°61.05%62.75%
HSB/HSV335°53.21%85.49%
CMYK0.00%53.21%31.19%
14.51%

Color #DA6696 in popluar number systems.

HEXDA6696
Decimal218102150
Binary11011010110011010010110
Octal332146226

Shades and tints

Shades of #DA6696

#DA6696
(218,102,150)
#C75D89
(199,93,137)
#B4547C
(180,84,124)
#A14B6F
(161,75,111)
#8E4262
(142,66,98)
#7B3955
(123,57,85)
#683048
(104,48,72)
#55273B
(85,39,59)
#421E2E
(66,30,46)
#2F1521
(47,21,33)
#1C0C14
(28,12,20)
#000000
(0,0,0)

Tints of #DA6696

#DA6696
(218,102,150)
#DD739F
(221,115,159)
#E080A8
(224,128,168)
#E38DB1
(227,141,177)
#E69ABA
(230,154,186)
#E9A7C3
(233,167,195)
#ECB4CC
(236,180,204)
#EFC1D5
(239,193,213)
#F2CEDE
(242,206,222)
#F5DBE7
(245,219,231)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6696 color. Also use rgb(218,102,150) instead hex code.

Text Font Color

.myTextColor { color: #DA6696; }

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

This text font color is #DA6696.


Background Color

.myBgColor { background-color: #DA6696; }

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

This div background color is #DA6696.


Border color

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

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

This div border color is #DA6696.


Opacity

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

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

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

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

This text has shadow with #DA6696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6696 on black background.


Color preview on white background

This text has color #DA6696 on white background.



Black color preview on #DA6696 background

This text has black color on #DA6696 background.


White color preview on #DA6696 background

This text has white color on #DA6696 background.