COLOR #D994C2

HEX: #D994C2
RGB: (217,148,194)

Color info

#D994C2 contains mainly red and blue colors. Web safe color of #D994C2 is #CC99CC (or #C9C).

RGB color model

#D994C2 color RGB value is (217,148,194).

  • red value is 217;
  • green value is 148;
  • blue value is 194.
RGB:
(217,148,194)
(85%,58%,76%)

RGB channels and saturation

R 217 of 255 = 85%
G 148 of 255 = 58%
B 194 of 255 = 76%

217
148
194

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

Portions of RGB colors in percentages

R + G + B =
217 + 148 + 194 = 559 (100%)
R 217 of 559 ~ 38.82%
G 148 of 559 ~ 26.48%
B 194 of 559 ~ 34.7%

%38.82
%26.48
%34.7

CMYK color model

#D994C2 color CMYK value is (0,32,11,15).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 10.60%
  • key color value is 14.90%
CMYK:
(0,32,11,15)
C0M32Y11K15 
(0%,32%,11%,15%)
(0.00/0.32/0.11/0.15)	

CMYK percentages

%0
%31.8
%10.6
%14.9

Codes

Color #D994C2 in popluar color models

D994C2
RGB217148194
HSL320°47.59%71.57%
HSB/HSV320°31.80%85.10%
CMYK0.00%31.80%10.60%
14.90%

Color #D994C2 in popluar number systems.

HEXD994C2
Decimal217148194
Binary110110011001010011000010
Octal331224302

Shades and tints

Shades of #D994C2

#D994C2
(217,148,194)
#C687B1
(198,135,177)
#B37AA0
(179,122,160)
#A06D8F
(160,109,143)
#8D607E
(141,96,126)
#7A536D
(122,83,109)
#67465C
(103,70,92)
#54394B
(84,57,75)
#412C3A
(65,44,58)
#2E1F29
(46,31,41)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #D994C2

#D994C2
(217,148,194)
#DC9DC7
(220,157,199)
#DFA6CC
(223,166,204)
#E2AFD1
(226,175,209)
#E5B8D6
(229,184,214)
#E8C1DB
(232,193,219)
#EBCAE0
(235,202,224)
#EED3E5
(238,211,229)
#F1DCEA
(241,220,234)
#F4E5EF
(244,229,239)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D994C2 color. Also use rgb(217,148,194) instead hex code.

Text Font Color

.myTextColor { color: #D994C2; }

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

This text font color is #D994C2.


Background Color

.myBgColor { background-color: #D994C2; }

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

This div background color is #D994C2.


Border color

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

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

This div border color is #D994C2.


Opacity

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

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

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

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

This text has shadow with #D994C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D994C2 on black background.


Color preview on white background

This text has color #D994C2 on white background.



Black color preview on #D994C2 background

This text has black color on #D994C2 background.


White color preview on #D994C2 background

This text has white color on #D994C2 background.