COLOR #D40468

HEX: #D40468
RGB: (212,4,104)

Color info

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

RGB color model

#D40468 color RGB value is (212,4,104).

  • red value is 212;
  • green value is 4;
  • blue value is 104.
RGB:
(212,4,104)
(83%,2%,41%)

RGB channels and saturation

R 212 of 255 = 83%
G 4 of 255 = 2%
B 104 of 255 = 41%

212
4
104

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

Portions of RGB colors in percentages

R + G + B =
212 + 4 + 104 = 320 (100%)
R 212 of 320 ~ 66.25%
G 4 of 320 ~ 1.25%
B 104 of 320 ~ 32.5%

%66.25
%32.5

CMYK color model

#D40468 color CMYK value is (0,98,51,17).

  • cyan value is 0.00%
  • magenta value is 98.11%
  • yellow value is 50.94%
  • key color value is 16.86%
CMYK:
(0,98,51,17)
C0M98Y51K17 
(0%,98%,51%,17%)
(0.00/0.98/0.51/0.17)	

CMYK percentages

%0
%98.11
%50.94
%16.86

Codes

Color #D40468 in popluar color models

D40468
RGB2124104
HSL331°96.30%42.35%
HSB/HSV331°98.11%83.14%
CMYK0.00%98.11%50.94%
16.86%

Color #D40468 in popluar number systems.

HEXD40468
Decimal2124104
Binary110101001001101000
Octal3244150

Shades and tints

Shades of #D40468

#D40468
(212,4,104)
#C1045F
(193,4,95)
#AE0456
(174,4,86)
#9B044D
(155,4,77)
#880444
(136,4,68)
#75043B
(117,4,59)
#620432
(98,4,50)
#4F0429
(79,4,41)
#3C0420
(60,4,32)
#290417
(41,4,23)
#16040E
(22,4,14)
#000000
(0,0,0)

Tints of #D40468

#D40468
(212,4,104)
#D71A75
(215,26,117)
#DA3082
(218,48,130)
#DD468F
(221,70,143)
#E05C9C
(224,92,156)
#E372A9
(227,114,169)
#E688B6
(230,136,182)
#E99EC3
(233,158,195)
#ECB4D0
(236,180,208)
#EFCADD
(239,202,221)
#F2E0EA
(242,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D40468 color. Also use rgb(212,4,104) instead hex code.

Text Font Color

.myTextColor { color: #D40468; }

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

This text font color is #D40468.


Background Color

.myBgColor { background-color: #D40468; }

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

This div background color is #D40468.


Border color

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

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

This div border color is #D40468.


Opacity

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

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

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

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

This text has shadow with #D40468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D40468 on black background.


Color preview on white background

This text has color #D40468 on white background.



Black color preview on #D40468 background

This text has black color on #D40468 background.


White color preview on #D40468 background

This text has white color on #D40468 background.