COLOR #DA6380

HEX: #DA6380 RGB: (218,99,128)

Color info

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

RGB color model

#DA6380 color RGB value is (218,99,128).

RGB: (218,99,128) (85%, 39%, 50%)

RGB channels and saturation

R 218 of 255 = 85%
G 99 of 255 = 39%
B 128 of 255 = 50%

218
99
128

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

Portions of RGB colors in percentages

R + G + B = 218 + 99 + 128 = 445 (100%)
R 218 of 445 ~ 48.99%
G 99 of 445 ~ 22.25%
B 128 of 445 ~ 28.76'%

%48.99
%22.25
%28.76

CMYK color model

#DA6380 color CMYK value is (0,55,41,15).

  • cyan value is 0.00%
  • magenta value is 54.59%
  • yellow value is 41.28%
  • key color value is 14.51%
CMYK: (0,55,41,15) C0M55Y41K15 (0%,55%,41%,15%) (0.00/0.55/0.41/0.15) 

CMYK percentages

%0
%54.59
%41.28
%14.51

Codes

Color #DA6380 in popluar color models

DA 63 80
RGB 218 99 128
HSL 345° 61.66% 62.16%
HSB/HSV 345° 54.59% 85.49%
CMYK 0.00% 54.59% 41.28%
14.51%

Color #DA6380 in popluar number systems.

HEX DA 63 80
Decimal 218 99 128
Binary 11011010 1100011 10000000
Octal 332 143 200

Shades and tints

Shades of #DA6380

#DA6380
(218,99,128)
#C75A75
(199,90,117)
#B4516A
(180,81,106)
#A1485F
(161,72,95)
#8E3F54
(142,63,84)
#7B3649
(123,54,73)
#682D3E
(104,45,62)
#552433
(85,36,51)
#421B28
(66,27,40)
#2F121D
(47,18,29)
#1C0912
(28,9,18)
#000000
(0,0,0)

Tints of #DA6380

#DA6380
(218,99,128)
#DD718B
(221,113,139)
#E07F96
(224,127,150)
#E38DA1
(227,141,161)
#E69BAC
(230,155,172)
#E9A9B7
(233,169,183)
#ECB7C2
(236,183,194)
#EFC5CD
(239,197,205)
#F2D3D8
(242,211,216)
#F5E1E3
(245,225,227)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6380 color. Also use rgb(218,99,128) instead hex code.

Text Font Color

.myTextColor { color: #DA6380; }

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

This text font color is #DA6380.

Background Color

.myBgColor { background-color: #DA6380; }

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

This div background color is #DA6380.

Border color

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

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

This div border color is #DA6380.

Opacity

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

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

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

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

This text has shadow with #DA6380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6380.

Preview

Color preview on black background

This text has color #DA6380 on black background.


Color preview on white background

This text has color #DA6380 on white background.


Black color preview on #DA6380 background

This text has black color on #DA6380 background.


White color preview on #DA6380 background

This text has white color on #DA6380 background.


Related colors

Complementary color

Complementary color for #hex is #259C7F.


I love getcolorcode.com

Triadic colors

1 #80DA63 and #6380DA with #DA6380 are triadic colors.

2 #8063DA and #63DA80 with #DA6380 are triadic colors.