COLOR #D273A1

HEX: #D273A1
RGB: (210,115,161)

Color info

#D273A1 contains mainly red and blue colors. Web safe color of #D273A1 is #CC6699 (or #C69).

RGB color model

#D273A1 color RGB value is (210,115,161).

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

RGB channels and saturation

R 210 of 255 = 82%
G 115 of 255 = 45%
B 161 of 255 = 63%

210
115
161

R + G + B ~ 63%. #D273A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 115 + 161 = 486 (100%)
R 210 of 486 ~ 43.21%
G 115 of 486 ~ 23.66%
B 161 of 486 ~ 33.13%

%43.21
%23.66
%33.13

CMYK color model

#D273A1 color CMYK value is (0,45,23,18).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 23.33%
  • key color value is 17.65%
CMYK:
(0,45,23,18)
C0M45Y23K18 
(0%,45%,23%,18%)
(0.00/0.45/0.23/0.18)	

CMYK percentages

%0
%45.24
%23.33
%17.65

Codes

Color #D273A1 in popluar color models

D273A1
RGB210115161
HSL331°51.35%63.73%
HSB/HSV331°45.24%82.35%
CMYK0.00%45.24%23.33%
17.65%

Color #D273A1 in popluar number systems.

HEXD273A1
Decimal210115161
Binary11010010111001110100001
Octal322163241

Shades and tints

Shades of #D273A1

#D273A1
(210,115,161)
#BF6993
(191,105,147)
#AC5F85
(172,95,133)
#995577
(153,85,119)
#864B69
(134,75,105)
#73415B
(115,65,91)
#60374D
(96,55,77)
#4D2D3F
(77,45,63)
#3A2331
(58,35,49)
#271923
(39,25,35)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #D273A1

#D273A1
(210,115,161)
#D67FA9
(214,127,169)
#DA8BB1
(218,139,177)
#DE97B9
(222,151,185)
#E2A3C1
(226,163,193)
#E6AFC9
(230,175,201)
#EABBD1
(234,187,209)
#EEC7D9
(238,199,217)
#F2D3E1
(242,211,225)
#F6DFE9
(246,223,233)
#FAEBF1
(250,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D273A1; }

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

This text font color is #D273A1.


Background Color

.myBgColor { background-color: #D273A1; }

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

This div background color is #D273A1.


Border color

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

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

This div border color is #D273A1.


Opacity

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

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

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

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

This text has shadow with #D273A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D273A1 on black background.


Color preview on white background

This text has color #D273A1 on white background.



Black color preview on #D273A1 background

This text has black color on #D273A1 background.


White color preview on #D273A1 background

This text has white color on #D273A1 background.