COLOR #D01CC2

HEX: #D01CC2
RGB: (208,28,194)

Color info

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

RGB color model

#D01CC2 color RGB value is (208,28,194).

  • red value is 208;
  • green value is 28;
  • blue value is 194.
RGB:
(208,28,194)
(82%,11%,76%)

RGB channels and saturation

R 208 of 255 = 82%
G 28 of 255 = 11%
B 194 of 255 = 76%

208
28
194

R + G + B ~ 56%. #D01CC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 28 + 194 = 430 (100%)
R 208 of 430 ~ 48.37%
G 28 of 430 ~ 6.51%
B 194 of 430 ~ 45.12%

%48.37
%45.12

CMYK color model

#D01CC2 color CMYK value is (0,87,7,18).

  • cyan value is 0.00%
  • magenta value is 86.54%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(0,87,7,18)
C0M87Y7K18 
(0%,87%,7%,18%)
(0.00/0.87/0.07/0.18)	

CMYK percentages

%0
%86.54
%6.73
%18.43

Codes

Color #D01CC2 in popluar color models

D01CC2
RGB20828194
HSL305°76.27%46.27%
HSB/HSV305°86.54%81.57%
CMYK0.00%86.54%6.73%
18.43%

Color #D01CC2 in popluar number systems.

HEXD01CC2
Decimal20828194
Binary110100001110011000010
Octal32034302

Shades and tints

Shades of #D01CC2

#D01CC2
(208,28,194)
#BE1AB1
(190,26,177)
#AC18A0
(172,24,160)
#9A168F
(154,22,143)
#88147E
(136,20,126)
#76126D
(118,18,109)
#64105C
(100,16,92)
#520E4B
(82,14,75)
#400C3A
(64,12,58)
#2E0A29
(46,10,41)
#1C0818
(28,8,24)
#000000
(0,0,0)

Tints of #D01CC2

#D01CC2
(208,28,194)
#D430C7
(212,48,199)
#D844CC
(216,68,204)
#DC58D1
(220,88,209)
#E06CD6
(224,108,214)
#E480DB
(228,128,219)
#E894E0
(232,148,224)
#ECA8E5
(236,168,229)
#F0BCEA
(240,188,234)
#F4D0EF
(244,208,239)
#F8E4F4
(248,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D01CC2 color. Also use rgb(208,28,194) instead hex code.

Text Font Color

.myTextColor { color: #D01CC2; }

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

This text font color is #D01CC2.


Background Color

.myBgColor { background-color: #D01CC2; }

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

This div background color is #D01CC2.


Border color

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

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

This div border color is #D01CC2.


Opacity

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

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

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

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

This text has shadow with #D01CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D01CC2 on black background.


Color preview on white background

This text has color #D01CC2 on white background.



Black color preview on #D01CC2 background

This text has black color on #D01CC2 background.


White color preview on #D01CC2 background

This text has white color on #D01CC2 background.