COLOR #D61FBC

HEX: #D61FBC
RGB: (214,31,188)

Color info

#D61FBC contains mainly red and blue colors. Web safe color of #D61FBC is #CC33CC (or #C3C).

RGB color model

#D61FBC color RGB value is (214,31,188).

  • red value is 214;
  • green value is 31;
  • blue value is 188.
RGB:
(214,31,188)
(84%,12%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 31 of 255 = 12%
B 188 of 255 = 74%

214
31
188

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

Portions of RGB colors in percentages

R + G + B =
214 + 31 + 188 = 433 (100%)
R 214 of 433 ~ 49.42%
G 31 of 433 ~ 7.16%
B 188 of 433 ~ 43.42%

%49.42
%43.42

CMYK color model

#D61FBC color CMYK value is (0,86,12,16).

  • cyan value is 0.00%
  • magenta value is 85.51%
  • yellow value is 12.15%
  • key color value is 16.08%
CMYK:
(0,86,12,16)
C0M86Y12K16 
(0%,86%,12%,16%)
(0.00/0.86/0.12/0.16)	

CMYK percentages

%0
%85.51
%12.15
%16.08

Codes

Color #D61FBC in popluar color models

D61FBC
RGB21431188
HSL309°74.69%48.04%
HSB/HSV309°85.51%83.92%
CMYK0.00%85.51%12.15%
16.08%

Color #D61FBC in popluar number systems.

HEXD61FBC
Decimal21431188
Binary110101101111110111100
Octal32637274

Shades and tints

Shades of #D61FBC

#D61FBC
(214,31,188)
#C31DAB
(195,29,171)
#B01B9A
(176,27,154)
#9D1989
(157,25,137)
#8A1778
(138,23,120)
#771567
(119,21,103)
#641356
(100,19,86)
#511145
(81,17,69)
#3E0F34
(62,15,52)
#2B0D23
(43,13,35)
#180B12
(24,11,18)
#000000
(0,0,0)

Tints of #D61FBC

#D61FBC
(214,31,188)
#D933C2
(217,51,194)
#DC47C8
(220,71,200)
#DF5BCE
(223,91,206)
#E26FD4
(226,111,212)
#E583DA
(229,131,218)
#E897E0
(232,151,224)
#EBABE6
(235,171,230)
#EEBFEC
(238,191,236)
#F1D3F2
(241,211,242)
#F4E7F8
(244,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D61FBC color. Also use rgb(214,31,188) instead hex code.

Text Font Color

.myTextColor { color: #D61FBC; }

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

This text font color is #D61FBC.


Background Color

.myBgColor { background-color: #D61FBC; }

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

This div background color is #D61FBC.


Border color

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

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

This div border color is #D61FBC.


Opacity

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

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

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

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

This text has shadow with #D61FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D61FBC on black background.


Color preview on white background

This text has color #D61FBC on white background.



Black color preview on #D61FBC background

This text has black color on #D61FBC background.


White color preview on #D61FBC background

This text has white color on #D61FBC background.