COLOR #DA1358

HEX: #DA1358
RGB: (218,19,88)

Color info

#DA1358 contains mainly red color. Web safe color of #DA1358 is #CC0066 (or #C06).

RGB color model

#DA1358 color RGB value is (218,19,88).

  • red value is 218;
  • green value is 19;
  • blue value is 88.
RGB:
(218,19,88)
(85%,7%,35%)

RGB channels and saturation

R 218 of 255 = 85%
G 19 of 255 = 7%
B 88 of 255 = 35%

218
19
88

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

Portions of RGB colors in percentages

R + G + B =
218 + 19 + 88 = 325 (100%)
R 218 of 325 ~ 67.08%
G 19 of 325 ~ 5.85%
B 88 of 325 ~ 27.08%

%67.08
%27.08

CMYK color model

#DA1358 color CMYK value is (0,91,60,15).

  • cyan value is 0.00%
  • magenta value is 91.28%
  • yellow value is 59.63%
  • key color value is 14.51%
CMYK:
(0,91,60,15)
C0M91Y60K15 
(0%,91%,60%,15%)
(0.00/0.91/0.60/0.15)	

CMYK percentages

%0
%91.28
%59.63
%14.51

Codes

Color #DA1358 in popluar color models

DA1358
RGB2181988
HSL339°83.97%46.47%
HSB/HSV339°91.28%85.49%
CMYK0.00%91.28%59.63%
14.51%

Color #DA1358 in popluar number systems.

HEXDA1358
Decimal2181988
Binary11011010100111011000
Octal33223130

Shades and tints

Shades of #DA1358

#DA1358
(218,19,88)
#C71250
(199,18,80)
#B41148
(180,17,72)
#A11040
(161,16,64)
#8E0F38
(142,15,56)
#7B0E30
(123,14,48)
#680D28
(104,13,40)
#550C20
(85,12,32)
#420B18
(66,11,24)
#2F0A10
(47,10,16)
#1C0908
(28,9,8)
#000000
(0,0,0)

Tints of #DA1358

#DA1358
(218,19,88)
#DD2867
(221,40,103)
#E03D76
(224,61,118)
#E35285
(227,82,133)
#E66794
(230,103,148)
#E97CA3
(233,124,163)
#EC91B2
(236,145,178)
#EFA6C1
(239,166,193)
#F2BBD0
(242,187,208)
#F5D0DF
(245,208,223)
#F8E5EE
(248,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA1358 color. Also use rgb(218,19,88) instead hex code.

Text Font Color

.myTextColor { color: #DA1358; }

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

This text font color is #DA1358.


Background Color

.myBgColor { background-color: #DA1358; }

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

This div background color is #DA1358.


Border color

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

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

This div border color is #DA1358.


Opacity

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

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

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

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

This text has shadow with #DA1358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA1358 on black background.


Color preview on white background

This text has color #DA1358 on white background.



Black color preview on #DA1358 background

This text has black color on #DA1358 background.


White color preview on #DA1358 background

This text has white color on #DA1358 background.