COLOR #D374C2

HEX: #D374C2
RGB: (211,116,194)

Color info

#D374C2 contains mainly red and blue colors. Web safe color of #D374C2 is #CC66CC (or #C6C).

RGB color model

#D374C2 color RGB value is (211,116,194).

  • red value is 211;
  • green value is 116;
  • blue value is 194.
RGB:
(211,116,194)
(83%,45%,76%)

RGB channels and saturation

R 211 of 255 = 83%
G 116 of 255 = 45%
B 194 of 255 = 76%

211
116
194

R + G + B ~ 68%. #D374C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 116 + 194 = 521 (100%)
R 211 of 521 ~ 40.5%
G 116 of 521 ~ 22.26%
B 194 of 521 ~ 37.24%

%40.5
%22.26
%37.24

CMYK color model

#D374C2 color CMYK value is (0,45,8,17).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 8.06%
  • key color value is 17.25%
CMYK:
(0,45,8,17)
C0M45Y8K17 
(0%,45%,8%,17%)
(0.00/0.45/0.08/0.17)	

CMYK percentages

%0
%45.02
%8.06
%17.25

Codes

Color #D374C2 in popluar color models

D374C2
RGB211116194
HSL311°51.91%64.12%
HSB/HSV311°45.02%82.75%
CMYK0.00%45.02%8.06%
17.25%

Color #D374C2 in popluar number systems.

HEXD374C2
Decimal211116194
Binary11010011111010011000010
Octal323164302

Shades and tints

Shades of #D374C2

#D374C2
(211,116,194)
#C06AB1
(192,106,177)
#AD60A0
(173,96,160)
#9A568F
(154,86,143)
#874C7E
(135,76,126)
#74426D
(116,66,109)
#61385C
(97,56,92)
#4E2E4B
(78,46,75)
#3B243A
(59,36,58)
#281A29
(40,26,41)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #D374C2

#D374C2
(211,116,194)
#D780C7
(215,128,199)
#DB8CCC
(219,140,204)
#DF98D1
(223,152,209)
#E3A4D6
(227,164,214)
#E7B0DB
(231,176,219)
#EBBCE0
(235,188,224)
#EFC8E5
(239,200,229)
#F3D4EA
(243,212,234)
#F7E0EF
(247,224,239)
#FBECF4
(251,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D374C2 color. Also use rgb(211,116,194) instead hex code.

Text Font Color

.myTextColor { color: #D374C2; }

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

This text font color is #D374C2.


Background Color

.myBgColor { background-color: #D374C2; }

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

This div background color is #D374C2.


Border color

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

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

This div border color is #D374C2.


Opacity

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

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

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

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

This text has shadow with #D374C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D374C2 on black background.


Color preview on white background

This text has color #D374C2 on white background.



Black color preview on #D374C2 background

This text has black color on #D374C2 background.


White color preview on #D374C2 background

This text has white color on #D374C2 background.