COLOR #D672E0

HEX: #D672E0 RGB: (214,114,224)

Color info

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

RGB color model

#D672E0 color RGB value is (214,114,224).

RGB: (214,114,224) (84%, 45%, 88%)

RGB channels and saturation

R 214 of 255 = 84%
G 114 of 255 = 45%
B 224 of 255 = 88%

214
114
224

R + G + B ~ 72%. #D672E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 114 + 224 = 552 (100%)
R 214 of 552 ~ 38.77%
G 114 of 552 ~ 20.65%
B 224 of 552 ~ 40.58'%

%38.77
%20.65
%40.58

CMYK color model

#D672E0 color CMYK value is (4,49,0,12).

  • cyan value is 4.46%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (4,49,0,12)
C4M49Y0K12 (4%, 49%, 0%, 12%)
(0.04 / 0.49 / 0.00 / 0.12)

CMYK percentages

%4.46
%49.11
%0
%12.16

Codes

Color #D672E0 in popluar color models

D6 72 E0
RGB 214 114 224
HSL 295° 63.95% 66.27%
HSB/HSV 295° 49.11% 87.84%
CMYK 4.46% 49.11% 0.00%
12.16%

Color #D672E0 in popluar number systems.

HEX D6 72 E0
Decimal 214 114 224
Binary 11010110 1110010 11100000
Octal 326 162 340

Shades and tints

Shades of #D672E0

#D672E0
(214,114,224)
#C368CC
(195,104,204)
#B05EB8
(176,94,184)
#9D54A4
(157,84,164)
#8A4A90
(138,74,144)
#77407C
(119,64,124)
#643668
(100,54,104)
#512C54
(81,44,84)
#3E2240
(62,34,64)
#2B182C
(43,24,44)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #D672E0

#D672E0
(214,114,224)
#D97EE2
(217,126,226)
#DC8AE4
(220,138,228)
#DF96E6
(223,150,230)
#E2A2E8
(226,162,232)
#E5AEEA
(229,174,234)
#E8BAEC
(232,186,236)
#EBC6EE
(235,198,238)
#EED2F0
(238,210,240)
#F1DEF2
(241,222,242)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D672E0 color. Also use rgb(214,114,224) instead hex code.

Text Font Color

.myTextColor { color: #D672E0; }

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

This text font color is #D672E0.

Background Color

.myBgColor { background-color: #D672E0; }

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

This div background color is #D672E0.

Border color

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

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

This div border color is #D672E0.

Opacity

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

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

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

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

This text has shadow with #D672E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D672E0.

Preview

Color preview on black background

This text has color #D672E0 on black background.


Color preview on white background

This text has color #D672E0 on white background.


Black color preview on #D672E0 background

This text has black color on #D672E0 background.


White color preview on #D672E0 background

This text has white color on #D672E0 background.


Related colors

Complementary color

Complementary color for #hex is #298D1F.


I love getcolorcode.com

Triadic colors

1 #E0D672 and #72E0D6 with #D672E0 are triadic colors.

2 #E072D6 and #72D6E0 with #D672E0 are triadic colors.