COLOR #D72FDC

HEX: #D72FDC
RGB: (215,47,220)

Color info

#D72FDC contains mainly red and blue colors. Web safe color of #D72FDC is #CC33CC (or #C3C).

RGB color model

#D72FDC color RGB value is (215,47,220).

  • red value is 215;
  • green value is 47;
  • blue value is 220.
RGB:
(215,47,220)
(84%,18%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 47 of 255 = 18%
B 220 of 255 = 86%

215
47
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 47 + 220 = 482 (100%)
R 215 of 482 ~ 44.61%
G 47 of 482 ~ 9.75%
B 220 of 482 ~ 45.64%

%44.61
%9.75
%45.64

CMYK color model

#D72FDC color CMYK value is (2,79,0,14).

  • cyan value is 2.27%
  • magenta value is 78.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,79,0,14)
C2M79Y0K14 
(2%,79%,0%,14%)
(0.02/0.79/0.00/0.14)	

CMYK percentages

%2.27
%78.64
%0
%13.73

Codes

Color #D72FDC in popluar color models

D72FDC
RGB21547220
HSL298°71.19%52.35%
HSB/HSV298°78.64%86.27%
CMYK2.27%78.64%0.00%
13.73%

Color #D72FDC in popluar number systems.

HEXD72FDC
Decimal21547220
Binary1101011110111111011100
Octal32757334

Shades and tints

Shades of #D72FDC

#D72FDC
(215,47,220)
#C42BC8
(196,43,200)
#B127B4
(177,39,180)
#9E23A0
(158,35,160)
#8B1F8C
(139,31,140)
#781B78
(120,27,120)
#651764
(101,23,100)
#521350
(82,19,80)
#3F0F3C
(63,15,60)
#2C0B28
(44,11,40)
#190714
(25,7,20)
#000000
(0,0,0)

Tints of #D72FDC

#D72FDC
(215,47,220)
#DA41DF
(218,65,223)
#DD53E2
(221,83,226)
#E065E5
(224,101,229)
#E377E8
(227,119,232)
#E689EB
(230,137,235)
#E99BEE
(233,155,238)
#ECADF1
(236,173,241)
#EFBFF4
(239,191,244)
#F2D1F7
(242,209,247)
#F5E3FA
(245,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D72FDC color. Also use rgb(215,47,220) instead hex code.

Text Font Color

.myTextColor { color: #D72FDC; }

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

This text font color is #D72FDC.


Background Color

.myBgColor { background-color: #D72FDC; }

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

This div background color is #D72FDC.


Border color

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

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

This div border color is #D72FDC.


Opacity

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

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

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

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

This text has shadow with #D72FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D72FDC on black background.


Color preview on white background

This text has color #D72FDC on white background.



Black color preview on #D72FDC background

This text has black color on #D72FDC background.


White color preview on #D72FDC background

This text has white color on #D72FDC background.