COLOR #D04CC2

HEX: #D04CC2 RGB: (208,76,194)

Color info

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

RGB color model

#D04CC2 color RGB value is (208,76,194).

RGB: (208,76,194) (82%, 30%, 76%)

RGB channels and saturation

R 208 of 255 = 82%
G 76 of 255 = 30%
B 194 of 255 = 76%

208
76
194

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

Portions of RGB colors in percentages

R + G + B = 208 + 76 + 194 = 478 (100%)
R 208 of 478 ~ 43.51%
G 76 of 478 ~ 15.9%
B 194 of 478 ~ 40.59'%

%43.51
%15.9
%40.59

CMYK color model

#D04CC2 color CMYK value is (0,63,7,18).

  • cyan value is 0.00%
  • magenta value is 63.46%
  • yellow value is 6.73%
  • key color value is 18.43%

CMYK: (0,63,7,18)
C0M63Y7K18 (0%, 63%, 7%, 18%)
(0.00 / 0.63 / 0.07 / 0.18)

CMYK percentages

%0
%63.46
%6.73
%18.43

Codes

Color #D04CC2 in popluar color models

D0 4C C2
RGB 208 76 194
HSL 306° 58.41% 55.69%
HSB/HSV 306° 63.46% 81.57%
CMYK 0.00% 63.46% 6.73%
18.43%

Color #D04CC2 in popluar number systems.

HEX D0 4C C2
Decimal 208 76 194
Binary 11010000 1001100 11000010
Octal 320 114 302

Shades and tints

Shades of #D04CC2

#D04CC2
(208,76,194)
#BE46B1
(190,70,177)
#AC40A0
(172,64,160)
#9A3A8F
(154,58,143)
#88347E
(136,52,126)
#762E6D
(118,46,109)
#64285C
(100,40,92)
#52224B
(82,34,75)
#401C3A
(64,28,58)
#2E1629
(46,22,41)
#1C1018
(28,16,24)
#000000
(0,0,0)

Tints of #D04CC2

#D04CC2
(208,76,194)
#D45CC7
(212,92,199)
#D86CCC
(216,108,204)
#DC7CD1
(220,124,209)
#E08CD6
(224,140,214)
#E49CDB
(228,156,219)
#E8ACE0
(232,172,224)
#ECBCE5
(236,188,229)
#F0CCEA
(240,204,234)
#F4DCEF
(244,220,239)
#F8ECF4
(248,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D04CC2; }

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

This text font color is #D04CC2.

Background Color

.myBgColor { background-color: #D04CC2; }

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

This div background color is #D04CC2.

Border color

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

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

This div border color is #D04CC2.

Opacity

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

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

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

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

This text has shadow with #D04CC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D04CC2.

Preview

Color preview on black background

This text has color #D04CC2 on black background.


Color preview on white background

This text has color #D04CC2 on white background.


Black color preview on #D04CC2 background

This text has black color on #D04CC2 background.


White color preview on #D04CC2 background

This text has white color on #D04CC2 background.


Related colors

Complementary color

Complementary color for #hex is #2FB33D.


I love getcolorcode.com

Triadic colors

1 #C2D04C and #4CC2D0 with #D04CC2 are triadic colors.

2 #C24CD0 and #4CD0C2 with #D04CC2 are triadic colors.