COLOR #D368A0

HEX: #D368A0
RGB: (211,104,160)

Color info

#D368A0 contains mainly red and blue colors. Web safe color of #D368A0 is #CC6699 (or #C69).

RGB color model

#D368A0 color RGB value is (211,104,160).

  • red value is 211;
  • green value is 104;
  • blue value is 160.
RGB:
(211,104,160)
(83%,41%,63%)

RGB channels and saturation

R 211 of 255 = 83%
G 104 of 255 = 41%
B 160 of 255 = 63%

211
104
160

R + G + B ~ 62%. #D368A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 104 + 160 = 475 (100%)
R 211 of 475 ~ 44.42%
G 104 of 475 ~ 21.89%
B 160 of 475 ~ 33.68%

%44.42
%21.89
%33.68

CMYK color model

#D368A0 color CMYK value is (0,51,24,17).

  • cyan value is 0.00%
  • magenta value is 50.71%
  • yellow value is 24.17%
  • key color value is 17.25%
CMYK:
(0,51,24,17)
C0M51Y24K17 
(0%,51%,24%,17%)
(0.00/0.51/0.24/0.17)	

CMYK percentages

%0
%50.71
%24.17
%17.25

Codes

Color #D368A0 in popluar color models

D368A0
RGB211104160
HSL329°54.87%61.76%
HSB/HSV329°50.71%82.75%
CMYK0.00%50.71%24.17%
17.25%

Color #D368A0 in popluar number systems.

HEXD368A0
Decimal211104160
Binary11010011110100010100000
Octal323150240

Shades and tints

Shades of #D368A0

#D368A0
(211,104,160)
#C05F92
(192,95,146)
#AD5684
(173,86,132)
#9A4D76
(154,77,118)
#874468
(135,68,104)
#743B5A
(116,59,90)
#61324C
(97,50,76)
#4E293E
(78,41,62)
#3B2030
(59,32,48)
#281722
(40,23,34)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #D368A0

#D368A0
(211,104,160)
#D775A8
(215,117,168)
#DB82B0
(219,130,176)
#DF8FB8
(223,143,184)
#E39CC0
(227,156,192)
#E7A9C8
(231,169,200)
#EBB6D0
(235,182,208)
#EFC3D8
(239,195,216)
#F3D0E0
(243,208,224)
#F7DDE8
(247,221,232)
#FBEAF0
(251,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D368A0 color. Also use rgb(211,104,160) instead hex code.

Text Font Color

.myTextColor { color: #D368A0; }

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

This text font color is #D368A0.


Background Color

.myBgColor { background-color: #D368A0; }

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

This div background color is #D368A0.


Border color

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

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

This div border color is #D368A0.


Opacity

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

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

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

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

This text has shadow with #D368A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D368A0 on black background.


Color preview on white background

This text has color #D368A0 on white background.



Black color preview on #D368A0 background

This text has black color on #D368A0 background.


White color preview on #D368A0 background

This text has white color on #D368A0 background.