COLOR #D372DC

HEX: #D372DC
RGB: (211,114,220)

Color info

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

RGB color model

#D372DC color RGB value is (211,114,220).

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

RGB channels and saturation

R 211 of 255 = 83%
G 114 of 255 = 45%
B 220 of 255 = 86%

211
114
220

R + G + B ~ 71%. #D372DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 114 + 220 = 545 (100%)
R 211 of 545 ~ 38.72%
G 114 of 545 ~ 20.92%
B 220 of 545 ~ 40.37%

%38.72
%20.92
%40.37

CMYK color model

#D372DC color CMYK value is (4,48,0,14).

  • cyan value is 4.09%
  • magenta value is 48.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,48,0,14)
C4M48Y0K14 
(4%,48%,0%,14%)
(0.04/0.48/0.00/0.14)	

CMYK percentages

%4.09
%48.18
%0
%13.73

Codes

Color #D372DC in popluar color models

D372DC
RGB211114220
HSL295°60.23%65.49%
HSB/HSV295°48.18%86.27%
CMYK4.09%48.18%0.00%
13.73%

Color #D372DC in popluar number systems.

HEXD372DC
Decimal211114220
Binary11010011111001011011100
Octal323162334

Shades and tints

Shades of #D372DC

#D372DC
(211,114,220)
#C068C8
(192,104,200)
#AD5EB4
(173,94,180)
#9A54A0
(154,84,160)
#874A8C
(135,74,140)
#744078
(116,64,120)
#613664
(97,54,100)
#4E2C50
(78,44,80)
#3B223C
(59,34,60)
#281828
(40,24,40)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #D372DC

#D372DC
(211,114,220)
#D77EDF
(215,126,223)
#DB8AE2
(219,138,226)
#DF96E5
(223,150,229)
#E3A2E8
(227,162,232)
#E7AEEB
(231,174,235)
#EBBAEE
(235,186,238)
#EFC6F1
(239,198,241)
#F3D2F4
(243,210,244)
#F7DEF7
(247,222,247)
#FBEAFA
(251,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D372DC; }

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

This text font color is #D372DC.


Background Color

.myBgColor { background-color: #D372DC; }

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

This div background color is #D372DC.


Border color

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

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

This div border color is #D372DC.


Opacity

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

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

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

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

This text has shadow with #D372DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D372DC on black background.


Color preview on white background

This text has color #D372DC on white background.



Black color preview on #D372DC background

This text has black color on #D372DC background.


White color preview on #D372DC background

This text has white color on #D372DC background.