COLOR #D273C6

HEX: #D273C6
RGB: (210,115,198)

Color info

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

RGB color model

#D273C6 color RGB value is (210,115,198).

  • red value is 210;
  • green value is 115;
  • blue value is 198.
RGB:
(210,115,198)
(82%,45%,78%)

RGB channels and saturation

R 210 of 255 = 82%
G 115 of 255 = 45%
B 198 of 255 = 78%

210
115
198

R + G + B ~ 68%. #D273C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 115 + 198 = 523 (100%)
R 210 of 523 ~ 40.15%
G 115 of 523 ~ 21.99%
B 198 of 523 ~ 37.86%

%40.15
%21.99
%37.86

CMYK color model

#D273C6 color CMYK value is (0,45,6,18).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK:
(0,45,6,18)
C0M45Y6K18 
(0%,45%,6%,18%)
(0.00/0.45/0.06/0.18)	

CMYK percentages

%0
%45.24
%5.71
%17.65

Codes

Color #D273C6 in popluar color models

D273C6
RGB210115198
HSL308°51.35%63.73%
HSB/HSV308°45.24%82.35%
CMYK0.00%45.24%5.71%
17.65%

Color #D273C6 in popluar number systems.

HEXD273C6
Decimal210115198
Binary11010010111001111000110
Octal322163306

Shades and tints

Shades of #D273C6

#D273C6
(210,115,198)
#BF69B4
(191,105,180)
#AC5FA2
(172,95,162)
#995590
(153,85,144)
#864B7E
(134,75,126)
#73416C
(115,65,108)
#60375A
(96,55,90)
#4D2D48
(77,45,72)
#3A2336
(58,35,54)
#271924
(39,25,36)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #D273C6

#D273C6
(210,115,198)
#D67FCB
(214,127,203)
#DA8BD0
(218,139,208)
#DE97D5
(222,151,213)
#E2A3DA
(226,163,218)
#E6AFDF
(230,175,223)
#EABBE4
(234,187,228)
#EEC7E9
(238,199,233)
#F2D3EE
(242,211,238)
#F6DFF3
(246,223,243)
#FAEBF8
(250,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D273C6 color. Also use rgb(210,115,198) instead hex code.

Text Font Color

.myTextColor { color: #D273C6; }

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

This text font color is #D273C6.


Background Color

.myBgColor { background-color: #D273C6; }

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

This div background color is #D273C6.


Border color

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

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

This div border color is #D273C6.


Opacity

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

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

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

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

This text has shadow with #D273C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D273C6 on black background.


Color preview on white background

This text has color #D273C6 on white background.



Black color preview on #D273C6 background

This text has black color on #D273C6 background.


White color preview on #D273C6 background

This text has white color on #D273C6 background.