COLOR #D837B2

HEX: #D837B2
RGB: (216,55,178)

Color info

#D837B2 contains mainly red and blue colors. Web safe color of #D837B2 is #CC3399 (or #C39).

RGB color model

#D837B2 color RGB value is (216,55,178).

  • red value is 216;
  • green value is 55;
  • blue value is 178.
RGB:
(216,55,178)
(85%,22%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 55 of 255 = 22%
B 178 of 255 = 70%

216
55
178

R + G + B ~ 59%. #D837B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 55 + 178 = 449 (100%)
R 216 of 449 ~ 48.11%
G 55 of 449 ~ 12.25%
B 178 of 449 ~ 39.64%

%48.11
%12.25
%39.64

CMYK color model

#D837B2 color CMYK value is (0,75,18,15).

  • cyan value is 0.00%
  • magenta value is 74.54%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,75,18,15)
C0M75Y18K15 
(0%,75%,18%,15%)
(0.00/0.75/0.18/0.15)	

CMYK percentages

%0
%74.54
%17.59
%15.29

Codes

Color #D837B2 in popluar color models

D837B2
RGB21655178
HSL314°67.36%53.14%
HSB/HSV314°74.54%84.71%
CMYK0.00%74.54%17.59%
15.29%

Color #D837B2 in popluar number systems.

HEXD837B2
Decimal21655178
Binary1101100011011110110010
Octal33067262

Shades and tints

Shades of #D837B2

#D837B2
(216,55,178)
#C532A2
(197,50,162)
#B22D92
(178,45,146)
#9F2882
(159,40,130)
#8C2372
(140,35,114)
#791E62
(121,30,98)
#661952
(102,25,82)
#531442
(83,20,66)
#400F32
(64,15,50)
#2D0A22
(45,10,34)
#1A0512
(26,5,18)
#000000
(0,0,0)

Tints of #D837B2

#D837B2
(216,55,178)
#DB49B9
(219,73,185)
#DE5BC0
(222,91,192)
#E16DC7
(225,109,199)
#E47FCE
(228,127,206)
#E791D5
(231,145,213)
#EAA3DC
(234,163,220)
#EDB5E3
(237,181,227)
#F0C7EA
(240,199,234)
#F3D9F1
(243,217,241)
#F6EBF8
(246,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D837B2 color. Also use rgb(216,55,178) instead hex code.

Text Font Color

.myTextColor { color: #D837B2; }

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

This text font color is #D837B2.


Background Color

.myBgColor { background-color: #D837B2; }

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

This div background color is #D837B2.


Border color

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

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

This div border color is #D837B2.


Opacity

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

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

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

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

This text has shadow with #D837B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D837B2 on black background.


Color preview on white background

This text has color #D837B2 on white background.



Black color preview on #D837B2 background

This text has black color on #D837B2 background.


White color preview on #D837B2 background

This text has white color on #D837B2 background.