COLOR #D61DA7

HEX: #D61DA7
RGB: (214,29,167)

Color info

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

RGB color model

#D61DA7 color RGB value is (214,29,167).

  • red value is 214;
  • green value is 29;
  • blue value is 167.
RGB:
(214,29,167)
(84%,11%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 29 of 255 = 11%
B 167 of 255 = 65%

214
29
167

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

Portions of RGB colors in percentages

R + G + B =
214 + 29 + 167 = 410 (100%)
R 214 of 410 ~ 52.2%
G 29 of 410 ~ 7.07%
B 167 of 410 ~ 40.73%

%52.2
%40.73

CMYK color model

#D61DA7 color CMYK value is (0,86,22,16).

  • cyan value is 0.00%
  • magenta value is 86.45%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(0,86,22,16)
C0M86Y22K16 
(0%,86%,22%,16%)
(0.00/0.86/0.22/0.16)	

CMYK percentages

%0
%86.45
%21.96
%16.08

Codes

Color #D61DA7 in popluar color models

D61DA7
RGB21429167
HSL315°76.13%47.65%
HSB/HSV315°86.45%83.92%
CMYK0.00%86.45%21.96%
16.08%

Color #D61DA7 in popluar number systems.

HEXD61DA7
Decimal21429167
Binary110101101110110100111
Octal32635247

Shades and tints

Shades of #D61DA7

#D61DA7
(214,29,167)
#C31B98
(195,27,152)
#B01989
(176,25,137)
#9D177A
(157,23,122)
#8A156B
(138,21,107)
#77135C
(119,19,92)
#64114D
(100,17,77)
#510F3E
(81,15,62)
#3E0D2F
(62,13,47)
#2B0B20
(43,11,32)
#180911
(24,9,17)
#000000
(0,0,0)

Tints of #D61DA7

#D61DA7
(214,29,167)
#D931AF
(217,49,175)
#DC45B7
(220,69,183)
#DF59BF
(223,89,191)
#E26DC7
(226,109,199)
#E581CF
(229,129,207)
#E895D7
(232,149,215)
#EBA9DF
(235,169,223)
#EEBDE7
(238,189,231)
#F1D1EF
(241,209,239)
#F4E5F7
(244,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D61DA7 color. Also use rgb(214,29,167) instead hex code.

Text Font Color

.myTextColor { color: #D61DA7; }

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

This text font color is #D61DA7.


Background Color

.myBgColor { background-color: #D61DA7; }

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

This div background color is #D61DA7.


Border color

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

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

This div border color is #D61DA7.


Opacity

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

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

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

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

This text has shadow with #D61DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D61DA7 on black background.


Color preview on white background

This text has color #D61DA7 on white background.



Black color preview on #D61DA7 background

This text has black color on #D61DA7 background.


White color preview on #D61DA7 background

This text has white color on #D61DA7 background.