COLOR #D8424E

HEX: #D8424E
RGB: (216,66,78)

Color info

#D8424E contains mainly red color. Web safe color of #D8424E is #CC3366 (or #C36).

RGB color model

#D8424E color RGB value is (216,66,78).

  • red value is 216;
  • green value is 66;
  • blue value is 78.
RGB:
(216,66,78)
(85%,26%,31%)

RGB channels and saturation

R 216 of 255 = 85%
G 66 of 255 = 26%
B 78 of 255 = 31%

216
66
78

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

Portions of RGB colors in percentages

R + G + B =
216 + 66 + 78 = 360 (100%)
R 216 of 360 ~ 60%
G 66 of 360 ~ 18.33%
B 78 of 360 ~ 21.67%

%60
%18.33
%21.67

CMYK color model

#D8424E color CMYK value is (0,69,64,15).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 63.89%
  • key color value is 15.29%
CMYK:
(0,69,64,15)
C0M69Y64K15 
(0%,69%,64%,15%)
(0.00/0.69/0.64/0.15)	

CMYK percentages

%0
%69.44
%63.89
%15.29

Codes

Color #D8424E in popluar color models

D8424E
RGB2166678
HSL355°65.79%55.29%
HSB/HSV355°69.44%84.71%
CMYK0.00%69.44%63.89%
15.29%

Color #D8424E in popluar number systems.

HEXD8424E
Decimal2166678
Binary1101100010000101001110
Octal330102116

Shades and tints

Shades of #D8424E

#D8424E
(216,66,78)
#C53C47
(197,60,71)
#B23640
(178,54,64)
#9F3039
(159,48,57)
#8C2A32
(140,42,50)
#79242B
(121,36,43)
#661E24
(102,30,36)
#53181D
(83,24,29)
#401216
(64,18,22)
#2D0C0F
(45,12,15)
#1A0608
(26,6,8)
#000000
(0,0,0)

Tints of #D8424E

#D8424E
(216,66,78)
#DB535E
(219,83,94)
#DE646E
(222,100,110)
#E1757E
(225,117,126)
#E4868E
(228,134,142)
#E7979E
(231,151,158)
#EAA8AE
(234,168,174)
#EDB9BE
(237,185,190)
#F0CACE
(240,202,206)
#F3DBDE
(243,219,222)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8424E color. Also use rgb(216,66,78) instead hex code.

Text Font Color

.myTextColor { color: #D8424E; }

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

This text font color is #D8424E.


Background Color

.myBgColor { background-color: #D8424E; }

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

This div background color is #D8424E.


Border color

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

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

This div border color is #D8424E.


Opacity

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

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

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

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

This text has shadow with #D8424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8424E on black background.


Color preview on white background

This text has color #D8424E on white background.



Black color preview on #D8424E background

This text has black color on #D8424E background.


White color preview on #D8424E background

This text has white color on #D8424E background.