COLOR #D461CE

HEX: #D461CE
RGB: (212,97,206)

Color info

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

RGB color model

#D461CE color RGB value is (212,97,206).

  • red value is 212;
  • green value is 97;
  • blue value is 206.
RGB:
(212,97,206)
(83%,38%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 97 of 255 = 38%
B 206 of 255 = 81%

212
97
206

R + G + B ~ 67%. #D461CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 97 + 206 = 515 (100%)
R 212 of 515 ~ 41.17%
G 97 of 515 ~ 18.83%
B 206 of 515 ~ 40%

%41.17
%18.83
%40

CMYK color model

#D461CE color CMYK value is (0,54,3,17).

  • cyan value is 0.00%
  • magenta value is 54.25%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,54,3,17)
C0M54Y3K17 
(0%,54%,3%,17%)
(0.00/0.54/0.03/0.17)	

CMYK percentages

%0
%54.25
%2.83
%16.86

Codes

Color #D461CE in popluar color models

D461CE
RGB21297206
HSL303°57.21%60.59%
HSB/HSV303°54.25%83.14%
CMYK0.00%54.25%2.83%
16.86%

Color #D461CE in popluar number systems.

HEXD461CE
Decimal21297206
Binary11010100110000111001110
Octal324141316

Shades and tints

Shades of #D461CE

#D461CE
(212,97,206)
#C159BC
(193,89,188)
#AE51AA
(174,81,170)
#9B4998
(155,73,152)
#884186
(136,65,134)
#753974
(117,57,116)
#623162
(98,49,98)
#4F2950
(79,41,80)
#3C213E
(60,33,62)
#29192C
(41,25,44)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #D461CE

#D461CE
(212,97,206)
#D76FD2
(215,111,210)
#DA7DD6
(218,125,214)
#DD8BDA
(221,139,218)
#E099DE
(224,153,222)
#E3A7E2
(227,167,226)
#E6B5E6
(230,181,230)
#E9C3EA
(233,195,234)
#ECD1EE
(236,209,238)
#EFDFF2
(239,223,242)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D461CE color. Also use rgb(212,97,206) instead hex code.

Text Font Color

.myTextColor { color: #D461CE; }

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

This text font color is #D461CE.


Background Color

.myBgColor { background-color: #D461CE; }

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

This div background color is #D461CE.


Border color

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

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

This div border color is #D461CE.


Opacity

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

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

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

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

This text has shadow with #D461CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D461CE on black background.


Color preview on white background

This text has color #D461CE on white background.



Black color preview on #D461CE background

This text has black color on #D461CE background.


White color preview on #D461CE background

This text has white color on #D461CE background.