COLOR #D272C6

HEX: #D272C6 RGB: (210,114,198)

Color info

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

RGB color model

#D272C6 color RGB value is (210,114,198).

RGB: (210,114,198) (82%, 45%, 78%)

RGB channels and saturation

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

210
114
198

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

Portions of RGB colors in percentages

R + G + B = 210 + 114 + 198 = 522 (100%)
R 210 of 522 ~ 40.23%
G 114 of 522 ~ 21.84%
B 198 of 522 ~ 37.93'%

%40.23
%21.84
%37.93

CMYK color model

#D272C6 color CMYK value is (0,46,6,18).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 5.71%
  • key color value is 17.65%

CMYK: (0,46,6,18)
C0M46Y6K18 (0%, 46%, 6%, 18%)
(0.00 / 0.46 / 0.06 / 0.18)

CMYK percentages

%0
%45.71
%5.71
%17.65

Codes

Color #D272C6 in popluar color models

D2 72 C6
RGB 210 114 198
HSL 308° 51.61% 63.53%
HSB/HSV 308° 45.71% 82.35%
CMYK 0.00% 45.71% 5.71%
17.65%

Color #D272C6 in popluar number systems.

HEX D2 72 C6
Decimal 210 114 198
Binary 11010010 1110010 11000110
Octal 322 162 306

Shades and tints

Shades of #D272C6

#D272C6
(210,114,198)
#BF68B4
(191,104,180)
#AC5EA2
(172,94,162)
#995490
(153,84,144)
#864A7E
(134,74,126)
#73406C
(115,64,108)
#60365A
(96,54,90)
#4D2C48
(77,44,72)
#3A2236
(58,34,54)
#271824
(39,24,36)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #D272C6

#D272C6
(210,114,198)
#D67ECB
(214,126,203)
#DA8AD0
(218,138,208)
#DE96D5
(222,150,213)
#E2A2DA
(226,162,218)
#E6AEDF
(230,174,223)
#EABAE4
(234,186,228)
#EEC6E9
(238,198,233)
#F2D2EE
(242,210,238)
#F6DEF3
(246,222,243)
#FAEAF8
(250,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D272C6; }

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

This text font color is #D272C6.

Background Color

.myBgColor { background-color: #D272C6; }

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

This div background color is #D272C6.

Border color

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

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

This div border color is #D272C6.

Opacity

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

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

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

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

This text has shadow with #D272C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D272C6.

Preview

Color preview on black background

This text has color #D272C6 on black background.


Color preview on white background

This text has color #D272C6 on white background.


Black color preview on #D272C6 background

This text has black color on #D272C6 background.


White color preview on #D272C6 background

This text has white color on #D272C6 background.


Related colors

Complementary color

Complementary color for #hex is #2D8D39.


I love getcolorcode.com

Triadic colors

1 #C6D272 and #72C6D2 with #D272C6 are triadic colors.

2 #C672D2 and #72D2C6 with #D272C6 are triadic colors.