COLOR #D374BC

HEX: #D374BC RGB: (211,116,188)

Color info

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

RGB color model

#D374BC color RGB value is (211,116,188).

RGB: (211,116,188) (83%, 45%, 74%)

RGB channels and saturation

R 211 of 255 = 83%
G 116 of 255 = 45%
B 188 of 255 = 74%

211
116
188

R + G + B ~ 67%. #D374BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 116 + 188 = 515 (100%)
R 211 of 515 ~ 40.97%
G 116 of 515 ~ 22.52%
B 188 of 515 ~ 36.5'%

%40.97
%22.52
%36.5

CMYK color model

#D374BC color CMYK value is (0,45,11,17).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 10.90%
  • key color value is 17.25%

CMYK: (0,45,11,17)
C0M45Y11K17 (0%, 45%, 11%, 17%)
(0.00 / 0.45 / 0.11 / 0.17)

CMYK percentages

%0
%45.02
%10.9
%17.25

Codes

Color #D374BC in popluar color models

D3 74 BC
RGB 211 116 188
HSL 315° 51.91% 64.12%
HSB/HSV 315° 45.02% 82.75%
CMYK 0.00% 45.02% 10.90%
17.25%

Color #D374BC in popluar number systems.

HEX D3 74 BC
Decimal 211 116 188
Binary 11010011 1110100 10111100
Octal 323 164 274

Shades and tints

Shades of #D374BC

#D374BC
(211,116,188)
#C06AAB
(192,106,171)
#AD609A
(173,96,154)
#9A5689
(154,86,137)
#874C78
(135,76,120)
#744267
(116,66,103)
#613856
(97,56,86)
#4E2E45
(78,46,69)
#3B2434
(59,36,52)
#281A23
(40,26,35)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #D374BC

#D374BC
(211,116,188)
#D780C2
(215,128,194)
#DB8CC8
(219,140,200)
#DF98CE
(223,152,206)
#E3A4D4
(227,164,212)
#E7B0DA
(231,176,218)
#EBBCE0
(235,188,224)
#EFC8E6
(239,200,230)
#F3D4EC
(243,212,236)
#F7E0F2
(247,224,242)
#FBECF8
(251,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D374BC; }

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

This text font color is #D374BC.

Background Color

.myBgColor { background-color: #D374BC; }

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

This div background color is #D374BC.

Border color

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

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

This div border color is #D374BC.

Opacity

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

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

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

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

This text has shadow with #D374BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D374BC.

Preview

Color preview on black background

This text has color #D374BC on black background.


Color preview on white background

This text has color #D374BC on white background.


Black color preview on #D374BC background

This text has black color on #D374BC background.


White color preview on #D374BC background

This text has white color on #D374BC background.


Related colors

Complementary color

Complementary color for #hex is #2C8B43.


I love getcolorcode.com

Triadic colors

1 #BCD374 and #74BCD3 with #D374BC are triadic colors.

2 #BC74D3 and #74D3BC with #D374BC are triadic colors.