COLOR #DA6075

HEX: #DA6075
RGB: (218,96,117)

Color info

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

RGB color model

#DA6075 color RGB value is (218,96,117).

  • red value is 218;
  • green value is 96;
  • blue value is 117.
RGB:
(218,96,117)
(85%,38%,46%)

RGB channels and saturation

R 218 of 255 = 85%
G 96 of 255 = 38%
B 117 of 255 = 46%

218
96
117

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

Portions of RGB colors in percentages

R + G + B =
218 + 96 + 117 = 431 (100%)
R 218 of 431 ~ 50.58%
G 96 of 431 ~ 22.27%
B 117 of 431 ~ 27.15%

%50.58
%22.27
%27.15

CMYK color model

#DA6075 color CMYK value is (0,56,46,15).

  • cyan value is 0.00%
  • magenta value is 55.96%
  • yellow value is 46.33%
  • key color value is 14.51%
CMYK:
(0,56,46,15)
C0M56Y46K15 
(0%,56%,46%,15%)
(0.00/0.56/0.46/0.15)	

CMYK percentages

%0
%55.96
%46.33
%14.51

Codes

Color #DA6075 in popluar color models

DA6075
RGB21896117
HSL350°62.24%61.57%
HSB/HSV350°55.96%85.49%
CMYK0.00%55.96%46.33%
14.51%

Color #DA6075 in popluar number systems.

HEXDA6075
Decimal21896117
Binary1101101011000001110101
Octal332140165

Shades and tints

Shades of #DA6075

#DA6075
(218,96,117)
#C7586B
(199,88,107)
#B45061
(180,80,97)
#A14857
(161,72,87)
#8E404D
(142,64,77)
#7B3843
(123,56,67)
#683039
(104,48,57)
#55282F
(85,40,47)
#422025
(66,32,37)
#2F181B
(47,24,27)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #DA6075

#DA6075
(218,96,117)
#DD6E81
(221,110,129)
#E07C8D
(224,124,141)
#E38A99
(227,138,153)
#E698A5
(230,152,165)
#E9A6B1
(233,166,177)
#ECB4BD
(236,180,189)
#EFC2C9
(239,194,201)
#F2D0D5
(242,208,213)
#F5DEE1
(245,222,225)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6075 color. Also use rgb(218,96,117) instead hex code.

Text Font Color

.myTextColor { color: #DA6075; }

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

This text font color is #DA6075.


Background Color

.myBgColor { background-color: #DA6075; }

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

This div background color is #DA6075.


Border color

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

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

This div border color is #DA6075.


Opacity

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

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

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

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

This text has shadow with #DA6075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6075 on black background.


Color preview on white background

This text has color #DA6075 on white background.



Black color preview on #DA6075 background

This text has black color on #DA6075 background.


White color preview on #DA6075 background

This text has white color on #DA6075 background.