COLOR #DA126B

HEX: #DA126B
RGB: (218,18,107)

Color info

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

RGB color model

#DA126B color RGB value is (218,18,107).

  • red value is 218;
  • green value is 18;
  • blue value is 107.
RGB:
(218,18,107)
(85%,7%,42%)

RGB channels and saturation

R 218 of 255 = 85%
G 18 of 255 = 7%
B 107 of 255 = 42%

218
18
107

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

Portions of RGB colors in percentages

R + G + B =
218 + 18 + 107 = 343 (100%)
R 218 of 343 ~ 63.56%
G 18 of 343 ~ 5.25%
B 107 of 343 ~ 31.2%

%63.56
%31.2

CMYK color model

#DA126B color CMYK value is (0,92,51,15).

  • cyan value is 0.00%
  • magenta value is 91.74%
  • yellow value is 50.92%
  • key color value is 14.51%
CMYK:
(0,92,51,15)
C0M92Y51K15 
(0%,92%,51%,15%)
(0.00/0.92/0.51/0.15)	

CMYK percentages

%0
%91.74
%50.92
%14.51

Codes

Color #DA126B in popluar color models

DA126B
RGB21818107
HSL333°84.75%46.27%
HSB/HSV333°91.74%85.49%
CMYK0.00%91.74%50.92%
14.51%

Color #DA126B in popluar number systems.

HEXDA126B
Decimal21818107
Binary11011010100101101011
Octal33222153

Shades and tints

Shades of #DA126B

#DA126B
(218,18,107)
#C71162
(199,17,98)
#B41059
(180,16,89)
#A10F50
(161,15,80)
#8E0E47
(142,14,71)
#7B0D3E
(123,13,62)
#680C35
(104,12,53)
#550B2C
(85,11,44)
#420A23
(66,10,35)
#2F091A
(47,9,26)
#1C0811
(28,8,17)
#000000
(0,0,0)

Tints of #DA126B

#DA126B
(218,18,107)
#DD2778
(221,39,120)
#E03C85
(224,60,133)
#E35192
(227,81,146)
#E6669F
(230,102,159)
#E97BAC
(233,123,172)
#EC90B9
(236,144,185)
#EFA5C6
(239,165,198)
#F2BAD3
(242,186,211)
#F5CFE0
(245,207,224)
#F8E4ED
(248,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA126B color. Also use rgb(218,18,107) instead hex code.

Text Font Color

.myTextColor { color: #DA126B; }

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

This text font color is #DA126B.


Background Color

.myBgColor { background-color: #DA126B; }

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

This div background color is #DA126B.


Border color

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

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

This div border color is #DA126B.


Opacity

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

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

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

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

This text has shadow with #DA126B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA126B on black background.


Color preview on white background

This text has color #DA126B on white background.



Black color preview on #DA126B background

This text has black color on #DA126B background.


White color preview on #DA126B background

This text has white color on #DA126B background.