COLOR #D690C2

HEX: #D690C2
RGB: (214,144,194)

Color info

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

RGB color model

#D690C2 color RGB value is (214,144,194).

  • red value is 214;
  • green value is 144;
  • blue value is 194.
RGB:
(214,144,194)
(84%,56%,76%)

RGB channels and saturation

R 214 of 255 = 84%
G 144 of 255 = 56%
B 194 of 255 = 76%

214
144
194

R + G + B ~ 72%. #D690C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 144 + 194 = 552 (100%)
R 214 of 552 ~ 38.77%
G 144 of 552 ~ 26.09%
B 194 of 552 ~ 35.14%

%38.77
%26.09
%35.14

CMYK color model

#D690C2 color CMYK value is (0,33,9,16).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(0,33,9,16)
C0M33Y9K16 
(0%,33%,9%,16%)
(0.00/0.33/0.09/0.16)	

CMYK percentages

%0
%32.71
%9.35
%16.08

Codes

Color #D690C2 in popluar color models

D690C2
RGB214144194
HSL317°46.05%70.20%
HSB/HSV317°32.71%83.92%
CMYK0.00%32.71%9.35%
16.08%

Color #D690C2 in popluar number systems.

HEXD690C2
Decimal214144194
Binary110101101001000011000010
Octal326220302

Shades and tints

Shades of #D690C2

#D690C2
(214,144,194)
#C383B1
(195,131,177)
#B076A0
(176,118,160)
#9D698F
(157,105,143)
#8A5C7E
(138,92,126)
#774F6D
(119,79,109)
#64425C
(100,66,92)
#51354B
(81,53,75)
#3E283A
(62,40,58)
#2B1B29
(43,27,41)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #D690C2

#D690C2
(214,144,194)
#D99AC7
(217,154,199)
#DCA4CC
(220,164,204)
#DFAED1
(223,174,209)
#E2B8D6
(226,184,214)
#E5C2DB
(229,194,219)
#E8CCE0
(232,204,224)
#EBD6E5
(235,214,229)
#EEE0EA
(238,224,234)
#F1EAEF
(241,234,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D690C2 color. Also use rgb(214,144,194) instead hex code.

Text Font Color

.myTextColor { color: #D690C2; }

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

This text font color is #D690C2.


Background Color

.myBgColor { background-color: #D690C2; }

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

This div background color is #D690C2.


Border color

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

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

This div border color is #D690C2.


Opacity

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

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

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

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

This text has shadow with #D690C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D690C2 on black background.


Color preview on white background

This text has color #D690C2 on white background.



Black color preview on #D690C2 background

This text has black color on #D690C2 background.


White color preview on #D690C2 background

This text has white color on #D690C2 background.