COLOR #D072E9

HEX: #D072E9 RGB: (208,114,233)

Color info

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

RGB color model

#D072E9 color RGB value is (208,114,233).

RGB: (208,114,233) (82%, 45%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 114 of 255 = 45%
B 233 of 255 = 91%

208
114
233

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

Portions of RGB colors in percentages

R + G + B = 208 + 114 + 233 = 555 (100%)
R 208 of 555 ~ 37.48%
G 114 of 555 ~ 20.54%
B 233 of 555 ~ 41.98'%

%37.48
%20.54
%41.98

CMYK color model

#D072E9 color CMYK value is (11,51,0,9).

  • cyan value is 10.73%
  • magenta value is 51.07%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (11,51,0,9)
C11M51Y0K9 (11%, 51%, 0%, 9%)
(0.11 / 0.51 / 0.00 / 0.09)

CMYK percentages

%10.73
%51.07
%0
%8.63

Codes

Color #D072E9 in popluar color models

D0 72 E9
RGB 208 114 233
HSL 287° 73.01% 68.04%
HSB/HSV 287° 51.07% 91.37%
CMYK 10.73% 51.07% 0.00%
8.63%

Color #D072E9 in popluar number systems.

HEX D0 72 E9
Decimal 208 114 233
Binary 11010000 1110010 11101001
Octal 320 162 351

Shades and tints

Shades of #D072E9

#D072E9
(208,114,233)
#BE68D4
(190,104,212)
#AC5EBF
(172,94,191)
#9A54AA
(154,84,170)
#884A95
(136,74,149)
#764080
(118,64,128)
#64366B
(100,54,107)
#522C56
(82,44,86)
#402241
(64,34,65)
#2E182C
(46,24,44)
#1C0E17
(28,14,23)
#000000
(0,0,0)

Tints of #D072E9

#D072E9
(208,114,233)
#D47EEB
(212,126,235)
#D88AED
(216,138,237)
#DC96EF
(220,150,239)
#E0A2F1
(224,162,241)
#E4AEF3
(228,174,243)
#E8BAF5
(232,186,245)
#ECC6F7
(236,198,247)
#F0D2F9
(240,210,249)
#F4DEFB
(244,222,251)
#F8EAFD
(248,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D072E9 color. Also use rgb(208,114,233) instead hex code.

Text Font Color

.myTextColor { color: #D072E9; }

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

This text font color is #D072E9.

Background Color

.myBgColor { background-color: #D072E9; }

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

This div background color is #D072E9.

Border color

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

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

This div border color is #D072E9.

Opacity

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

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

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

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

This text has shadow with #D072E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D072E9.

Preview

Color preview on black background

This text has color #D072E9 on black background.


Color preview on white background

This text has color #D072E9 on white background.


Black color preview on #D072E9 background

This text has black color on #D072E9 background.


White color preview on #D072E9 background

This text has white color on #D072E9 background.


Related colors

Complementary color

Complementary color for #hex is #2F8D16.


I love getcolorcode.com

Triadic colors

1 #E9D072 and #72E9D0 with #D072E9 are triadic colors.

2 #E972D0 and #72D0E9 with #D072E9 are triadic colors.