COLOR #D277E7

HEX: #D277E7
RGB: (210,119,231)

Color info

#D277E7 contains mainly red and blue colors. Web safe color of #D277E7 is #CC66FF (or #C6F).

RGB color model

#D277E7 color RGB value is (210,119,231).

  • red value is 210;
  • green value is 119;
  • blue value is 231.
RGB:
(210,119,231)
(82%,47%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 231 of 255 = 91%

210
119
231

R + G + B ~ 73%. #D277E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 119 + 231 = 560 (100%)
R 210 of 560 ~ 37.5%
G 119 of 560 ~ 21.25%
B 231 of 560 ~ 41.25%

%37.5
%21.25
%41.25

CMYK color model

#D277E7 color CMYK value is (9,48,0,9).

  • cyan value is 9.09%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,48,0,9)
C9M48Y0K9 
(9%,48%,0%,9%)
(0.09/0.48/0.00/0.09)	

CMYK percentages

%9.09
%48.48
%0
%9.41

Codes

Color #D277E7 in popluar color models

D277E7
RGB210119231
HSL289°70.00%68.63%
HSB/HSV289°48.48%90.59%
CMYK9.09%48.48%0.00%
9.41%

Color #D277E7 in popluar number systems.

HEXD277E7
Decimal210119231
Binary11010010111011111100111
Octal322167347

Shades and tints

Shades of #D277E7

#D277E7
(210,119,231)
#BF6DD2
(191,109,210)
#AC63BD
(172,99,189)
#9959A8
(153,89,168)
#864F93
(134,79,147)
#73457E
(115,69,126)
#603B69
(96,59,105)
#4D3154
(77,49,84)
#3A273F
(58,39,63)
#271D2A
(39,29,42)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D277E7

#D277E7
(210,119,231)
#D683E9
(214,131,233)
#DA8FEB
(218,143,235)
#DE9BED
(222,155,237)
#E2A7EF
(226,167,239)
#E6B3F1
(230,179,241)
#EABFF3
(234,191,243)
#EECBF5
(238,203,245)
#F2D7F7
(242,215,247)
#F6E3F9
(246,227,249)
#FAEFFB
(250,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D277E7 color. Also use rgb(210,119,231) instead hex code.

Text Font Color

.myTextColor { color: #D277E7; }

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

This text font color is #D277E7.


Background Color

.myBgColor { background-color: #D277E7; }

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

This div background color is #D277E7.


Border color

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

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

This div border color is #D277E7.


Opacity

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

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

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

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

This text has shadow with #D277E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D277E7 on black background.


Color preview on white background

This text has color #D277E7 on white background.



Black color preview on #D277E7 background

This text has black color on #D277E7 background.


White color preview on #D277E7 background

This text has white color on #D277E7 background.