COLOR #DA666E

HEX: #DA666E RGB: (218,102,110)

Color info

#DA666E contains mainly red color. Web safe color of #DA666E is #CC6666 (or #C66).

RGB color model

#DA666E color RGB value is (218,102,110).

RGB: (218,102,110) (85%, 40%, 43%)

RGB channels and saturation

R 218 of 255 = 85%
G 102 of 255 = 40%
B 110 of 255 = 43%

218
102
110

R + G + B ~ 56%. #DA666E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 218 + 102 + 110 = 430 (100%)
R 218 of 430 ~ 50.7%
G 102 of 430 ~ 23.72%
B 110 of 430 ~ 25.58'%

%50.7
%23.72
%25.58

CMYK color model

#DA666E color CMYK value is (0,53,50,15).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 49.54%
  • key color value is 14.51%

CMYK: (0,53,50,15)
C0M53Y50K15 (0%, 53%, 50%, 15%)
(0.00 / 0.53 / 0.50 / 0.15)

CMYK percentages

%0
%53.21
%49.54
%14.51

Codes

Color #DA666E in popluar color models

DA 66 6E
RGB 218 102 110
HSL 356° 61.05% 62.75%
HSB/HSV 356° 53.21% 85.49%
CMYK 0.00% 53.21% 49.54%
14.51%

Color #DA666E in popluar number systems.

HEX DA 66 6E
Decimal 218 102 110
Binary 11011010 1100110 1101110
Octal 332 146 156

Shades and tints

Shades of #DA666E

#DA666E
(218,102,110)
#C75D64
(199,93,100)
#B4545A
(180,84,90)
#A14B50
(161,75,80)
#8E4246
(142,66,70)
#7B393C
(123,57,60)
#683032
(104,48,50)
#552728
(85,39,40)
#421E1E
(66,30,30)
#2F1514
(47,21,20)
#1C0C0A
(28,12,10)
#000000
(0,0,0)

Tints of #DA666E

#DA666E
(218,102,110)
#DD737B
(221,115,123)
#E08088
(224,128,136)
#E38D95
(227,141,149)
#E69AA2
(230,154,162)
#E9A7AF
(233,167,175)
#ECB4BC
(236,180,188)
#EFC1C9
(239,193,201)
#F2CED6
(242,206,214)
#F5DBE3
(245,219,227)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA666E; }

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

This text font color is #DA666E.

Background Color

.myBgColor { background-color: #DA666E; }

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

This div background color is #DA666E.

Border color

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

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

This div border color is #DA666E.

Opacity

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

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

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

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

This text has shadow with #DA666E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA666E.

Preview

Color preview on black background

This text has color #DA666E on black background.


Color preview on white background

This text has color #DA666E on white background.


Black color preview on #DA666E background

This text has black color on #DA666E background.


White color preview on #DA666E background

This text has white color on #DA666E background.


Related colors

Complementary color

Complementary color for #hex is #259991.


I love getcolorcode.com

Triadic colors

1 #6EDA66 and #666EDA with #DA666E are triadic colors.

2 #6E66DA and #66DA6E with #DA666E are triadic colors.