COLOR #D372A3

HEX: #D372A3
RGB: (211,114,163)

Color info

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

RGB color model

#D372A3 color RGB value is (211,114,163).

  • red value is 211;
  • green value is 114;
  • blue value is 163.
RGB:
(211,114,163)
(83%,45%,64%)

RGB channels and saturation

R 211 of 255 = 83%
G 114 of 255 = 45%
B 163 of 255 = 64%

211
114
163

R + G + B ~ 64%. #D372A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 114 + 163 = 488 (100%)
R 211 of 488 ~ 43.24%
G 114 of 488 ~ 23.36%
B 163 of 488 ~ 33.4%

%43.24
%23.36
%33.4

CMYK color model

#D372A3 color CMYK value is (0,46,23,17).

  • cyan value is 0.00%
  • magenta value is 45.97%
  • yellow value is 22.75%
  • key color value is 17.25%
CMYK:
(0,46,23,17)
C0M46Y23K17 
(0%,46%,23%,17%)
(0.00/0.46/0.23/0.17)	

CMYK percentages

%0
%45.97
%22.75
%17.25

Codes

Color #D372A3 in popluar color models

D372A3
RGB211114163
HSL330°52.43%63.73%
HSB/HSV330°45.97%82.75%
CMYK0.00%45.97%22.75%
17.25%

Color #D372A3 in popluar number systems.

HEXD372A3
Decimal211114163
Binary11010011111001010100011
Octal323162243

Shades and tints

Shades of #D372A3

#D372A3
(211,114,163)
#C06895
(192,104,149)
#AD5E87
(173,94,135)
#9A5479
(154,84,121)
#874A6B
(135,74,107)
#74405D
(116,64,93)
#61364F
(97,54,79)
#4E2C41
(78,44,65)
#3B2233
(59,34,51)
#281825
(40,24,37)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #D372A3

#D372A3
(211,114,163)
#D77EAB
(215,126,171)
#DB8AB3
(219,138,179)
#DF96BB
(223,150,187)
#E3A2C3
(227,162,195)
#E7AECB
(231,174,203)
#EBBAD3
(235,186,211)
#EFC6DB
(239,198,219)
#F3D2E3
(243,210,227)
#F7DEEB
(247,222,235)
#FBEAF3
(251,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D372A3 color. Also use rgb(211,114,163) instead hex code.

Text Font Color

.myTextColor { color: #D372A3; }

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

This text font color is #D372A3.


Background Color

.myBgColor { background-color: #D372A3; }

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

This div background color is #D372A3.


Border color

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

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

This div border color is #D372A3.


Opacity

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

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

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

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

This text has shadow with #D372A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D372A3 on black background.


Color preview on white background

This text has color #D372A3 on white background.



Black color preview on #D372A3 background

This text has black color on #D372A3 background.


White color preview on #D372A3 background

This text has white color on #D372A3 background.