COLOR #D370B2

HEX: #D370B2 RGB: (211,112,178)

Color info

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

RGB color model

#D370B2 color RGB value is (211,112,178).

RGB: (211,112,178) (83%, 44%, 70%)

RGB channels and saturation

R 211 of 255 = 83%
G 112 of 255 = 44%
B 178 of 255 = 70%

211
112
178

R + G + B ~ 66%. #D370B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 112 + 178 = 501 (100%)
R 211 of 501 ~ 42.12%
G 112 of 501 ~ 22.36%
B 178 of 501 ~ 35.53'%

%42.12
%22.36
%35.53

CMYK color model

#D370B2 color CMYK value is (0,47,16,17).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 15.64%
  • key color value is 17.25%

CMYK: (0,47,16,17)
C0M47Y16K17 (0%, 47%, 16%, 17%)
(0.00 / 0.47 / 0.16 / 0.17)

CMYK percentages

%0
%46.92
%15.64
%17.25

Codes

Color #D370B2 in popluar color models

D3 70 B2
RGB 211 112 178
HSL 320° 52.94% 63.33%
HSB/HSV 320° 46.92% 82.75%
CMYK 0.00% 46.92% 15.64%
17.25%

Color #D370B2 in popluar number systems.

HEX D3 70 B2
Decimal 211 112 178
Binary 11010011 1110000 10110010
Octal 323 160 262

Shades and tints

Shades of #D370B2

#D370B2
(211,112,178)
#C066A2
(192,102,162)
#AD5C92
(173,92,146)
#9A5282
(154,82,130)
#874872
(135,72,114)
#743E62
(116,62,98)
#613452
(97,52,82)
#4E2A42
(78,42,66)
#3B2032
(59,32,50)
#281622
(40,22,34)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #D370B2

#D370B2
(211,112,178)
#D77DB9
(215,125,185)
#DB8AC0
(219,138,192)
#DF97C7
(223,151,199)
#E3A4CE
(227,164,206)
#E7B1D5
(231,177,213)
#EBBEDC
(235,190,220)
#EFCBE3
(239,203,227)
#F3D8EA
(243,216,234)
#F7E5F1
(247,229,241)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D370B2 color. Also use rgb(211,112,178) instead hex code.

Text Font Color

.myTextColor { color: #D370B2; }

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

This text font color is #D370B2.

Background Color

.myBgColor { background-color: #D370B2; }

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

This div background color is #D370B2.

Border color

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

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

This div border color is #D370B2.

Opacity

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

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

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

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

This text has shadow with #D370B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D370B2.

Preview

Color preview on black background

This text has color #D370B2 on black background.


Color preview on white background

This text has color #D370B2 on white background.


Black color preview on #D370B2 background

This text has black color on #D370B2 background.


White color preview on #D370B2 background

This text has white color on #D370B2 background.


Related colors

Complementary color

Complementary color for #hex is #2C8F4D.


I love getcolorcode.com

Triadic colors

1 #B2D370 and #70B2D3 with #D370B2 are triadic colors.

2 #B270D3 and #70D3B2 with #D370B2 are triadic colors.