COLOR #D668C9

HEX: #D668C9
RGB: (214,104,201)

Color info

#D668C9 contains mainly red and blue colors. Web safe color of #D668C9 is #CC66CC (or #C6C).

RGB color model

#D668C9 color RGB value is (214,104,201).

  • red value is 214;
  • green value is 104;
  • blue value is 201.
RGB:
(214,104,201)
(84%,41%,79%)

RGB channels and saturation

R 214 of 255 = 84%
G 104 of 255 = 41%
B 201 of 255 = 79%

214
104
201

R + G + B ~ 68%. #D668C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 104 + 201 = 519 (100%)
R 214 of 519 ~ 41.23%
G 104 of 519 ~ 20.04%
B 201 of 519 ~ 38.73%

%41.23
%20.04
%38.73

CMYK color model

#D668C9 color CMYK value is (0,51,6,16).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 6.07%
  • key color value is 16.08%
CMYK:
(0,51,6,16)
C0M51Y6K16 
(0%,51%,6%,16%)
(0.00/0.51/0.06/0.16)	

CMYK percentages

%0
%51.4
%6.07
%16.08

Codes

Color #D668C9 in popluar color models

D668C9
RGB214104201
HSL307°57.29%62.35%
HSB/HSV307°51.40%83.92%
CMYK0.00%51.40%6.07%
16.08%

Color #D668C9 in popluar number systems.

HEXD668C9
Decimal214104201
Binary11010110110100011001001
Octal326150311

Shades and tints

Shades of #D668C9

#D668C9
(214,104,201)
#C35FB7
(195,95,183)
#B056A5
(176,86,165)
#9D4D93
(157,77,147)
#8A4481
(138,68,129)
#773B6F
(119,59,111)
#64325D
(100,50,93)
#51294B
(81,41,75)
#3E2039
(62,32,57)
#2B1727
(43,23,39)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #D668C9

#D668C9
(214,104,201)
#D975CD
(217,117,205)
#DC82D1
(220,130,209)
#DF8FD5
(223,143,213)
#E29CD9
(226,156,217)
#E5A9DD
(229,169,221)
#E8B6E1
(232,182,225)
#EBC3E5
(235,195,229)
#EED0E9
(238,208,233)
#F1DDED
(241,221,237)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D668C9 color. Also use rgb(214,104,201) instead hex code.

Text Font Color

.myTextColor { color: #D668C9; }

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

This text font color is #D668C9.


Background Color

.myBgColor { background-color: #D668C9; }

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

This div background color is #D668C9.


Border color

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

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

This div border color is #D668C9.


Opacity

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

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

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

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

This text has shadow with #D668C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D668C9 on black background.


Color preview on white background

This text has color #D668C9 on white background.



Black color preview on #D668C9 background

This text has black color on #D668C9 background.


White color preview on #D668C9 background

This text has white color on #D668C9 background.