COLOR #D20CF9

HEX: #D20CF9
RGB: (210,12,249)

Color info

#D20CF9 contains mainly red and blue colors. Web safe color of #D20CF9 is #CC00FF (or #C0F).

RGB color model

#D20CF9 color RGB value is (210,12,249).

  • red value is 210;
  • green value is 12;
  • blue value is 249.
RGB:
(210,12,249)
(82%,5%,98%)

RGB channels and saturation

R 210 of 255 = 82%
G 12 of 255 = 5%
B 249 of 255 = 98%

210
12
249

R + G + B ~ 62%. #D20CF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 12 + 249 = 471 (100%)
R 210 of 471 ~ 44.59%
G 12 of 471 ~ 2.55%
B 249 of 471 ~ 52.87%

%44.59
%52.87

CMYK color model

#D20CF9 color CMYK value is (16,95,0,2).

  • cyan value is 15.66%
  • magenta value is 95.18%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(16,95,0,2)
C16M95Y0K2 
(16%,95%,0%,2%)
(0.16/0.95/0.00/0.02)	

CMYK percentages

%15.66
%95.18
%0
%2.35

Codes

Color #D20CF9 in popluar color models

D20CF9
RGB21012249
HSL290°95.18%51.18%
HSB/HSV290°95.18%97.65%
CMYK15.66%95.18%0.00%
2.35%

Color #D20CF9 in popluar number systems.

HEXD20CF9
Decimal21012249
Binary11010010110011111001
Octal32214371

Shades and tints

Shades of #D20CF9

#D20CF9
(210,12,249)
#BF0BE3
(191,11,227)
#AC0ACD
(172,10,205)
#9909B7
(153,9,183)
#8608A1
(134,8,161)
#73078B
(115,7,139)
#600675
(96,6,117)
#4D055F
(77,5,95)
#3A0449
(58,4,73)
#270333
(39,3,51)
#14021D
(20,2,29)
#000000
(0,0,0)

Tints of #D20CF9

#D20CF9
(210,12,249)
#D622F9
(214,34,249)
#DA38F9
(218,56,249)
#DE4EF9
(222,78,249)
#E264F9
(226,100,249)
#E67AF9
(230,122,249)
#EA90F9
(234,144,249)
#EEA6F9
(238,166,249)
#F2BCF9
(242,188,249)
#F6D2F9
(246,210,249)
#FAE8F9
(250,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D20CF9 color. Also use rgb(210,12,249) instead hex code.

Text Font Color

.myTextColor { color: #D20CF9; }

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

This text font color is #D20CF9.


Background Color

.myBgColor { background-color: #D20CF9; }

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

This div background color is #D20CF9.


Border color

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

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

This div border color is #D20CF9.


Opacity

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

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

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

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

This text has shadow with #D20CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D20CF9 on black background.


Color preview on white background

This text has color #D20CF9 on white background.



Black color preview on #D20CF9 background

This text has black color on #D20CF9 background.


White color preview on #D20CF9 background

This text has white color on #D20CF9 background.