COLOR #D04268

HEX: #D04268
RGB: (208,66,104)

Color info

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

RGB color model

#D04268 color RGB value is (208,66,104).

  • red value is 208;
  • green value is 66;
  • blue value is 104.
RGB:
(208,66,104)
(82%,26%,41%)

RGB channels and saturation

R 208 of 255 = 82%
G 66 of 255 = 26%
B 104 of 255 = 41%

208
66
104

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

Portions of RGB colors in percentages

R + G + B =
208 + 66 + 104 = 378 (100%)
R 208 of 378 ~ 55.03%
G 66 of 378 ~ 17.46%
B 104 of 378 ~ 27.51%

%55.03
%17.46
%27.51

CMYK color model

#D04268 color CMYK value is (0,68,50,18).

  • cyan value is 0.00%
  • magenta value is 68.27%
  • yellow value is 50.00%
  • key color value is 18.43%
CMYK:
(0,68,50,18)
C0M68Y50K18 
(0%,68%,50%,18%)
(0.00/0.68/0.50/0.18)	

CMYK percentages

%0
%68.27
%50
%18.43

Codes

Color #D04268 in popluar color models

D04268
RGB20866104
HSL344°60.17%53.73%
HSB/HSV344°68.27%81.57%
CMYK0.00%68.27%50.00%
18.43%

Color #D04268 in popluar number systems.

HEXD04268
Decimal20866104
Binary1101000010000101101000
Octal320102150

Shades and tints

Shades of #D04268

#D04268
(208,66,104)
#BE3C5F
(190,60,95)
#AC3656
(172,54,86)
#9A304D
(154,48,77)
#882A44
(136,42,68)
#76243B
(118,36,59)
#641E32
(100,30,50)
#521829
(82,24,41)
#401220
(64,18,32)
#2E0C17
(46,12,23)
#1C060E
(28,6,14)
#000000
(0,0,0)

Tints of #D04268

#D04268
(208,66,104)
#D45375
(212,83,117)
#D86482
(216,100,130)
#DC758F
(220,117,143)
#E0869C
(224,134,156)
#E497A9
(228,151,169)
#E8A8B6
(232,168,182)
#ECB9C3
(236,185,195)
#F0CAD0
(240,202,208)
#F4DBDD
(244,219,221)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04268 color. Also use rgb(208,66,104) instead hex code.

Text Font Color

.myTextColor { color: #D04268; }

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

This text font color is #D04268.


Background Color

.myBgColor { background-color: #D04268; }

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

This div background color is #D04268.


Border color

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

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

This div border color is #D04268.


Opacity

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

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

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

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

This text has shadow with #D04268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04268 on black background.


Color preview on white background

This text has color #D04268 on white background.



Black color preview on #D04268 background

This text has black color on #D04268 background.


White color preview on #D04268 background

This text has white color on #D04268 background.