COLOR #D068C9

HEX: #D068C9 RGB: (208,104,201)

Color info

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

RGB color model

#D068C9 color RGB value is (208,104,201).

RGB: (208,104,201) (82%, 41%, 79%)

RGB channels and saturation

R 208 of 255 = 82%
G 104 of 255 = 41%
B 201 of 255 = 79%

208
104
201

R + G + B ~ 67%. #D068C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 104 + 201 = 513 (100%)
R 208 of 513 ~ 40.55%
G 104 of 513 ~ 20.27%
B 201 of 513 ~ 39.18'%

%40.55
%20.27
%39.18

CMYK color model

#D068C9 color CMYK value is (0,50,3,18).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 3.37%
  • key color value is 18.43%

CMYK: (0,50,3,18)
C0M50Y3K18 (0%, 50%, 3%, 18%)
(0.00 / 0.50 / 0.03 / 0.18)

CMYK percentages

%0
%50
%3.37
%18.43

Codes

Color #D068C9 in popluar color models

D0 68 C9
RGB 208 104 201
HSL 304° 52.53% 61.18%
HSB/HSV 304° 50.00% 81.57%
CMYK 0.00% 50.00% 3.37%
18.43%

Color #D068C9 in popluar number systems.

HEX D0 68 C9
Decimal 208 104 201
Binary 11010000 1101000 11001001
Octal 320 150 311

Shades and tints

Shades of #D068C9

#D068C9
(208,104,201)
#BE5FB7
(190,95,183)
#AC56A5
(172,86,165)
#9A4D93
(154,77,147)
#884481
(136,68,129)
#763B6F
(118,59,111)
#64325D
(100,50,93)
#52294B
(82,41,75)
#402039
(64,32,57)
#2E1727
(46,23,39)
#1C0E15
(28,14,21)
#000000
(0,0,0)

Tints of #D068C9

#D068C9
(208,104,201)
#D475CD
(212,117,205)
#D882D1
(216,130,209)
#DC8FD5
(220,143,213)
#E09CD9
(224,156,217)
#E4A9DD
(228,169,221)
#E8B6E1
(232,182,225)
#ECC3E5
(236,195,229)
#F0D0E9
(240,208,233)
#F4DDED
(244,221,237)
#F8EAF1
(248,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D068C9; }

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

This text font color is #D068C9.

Background Color

.myBgColor { background-color: #D068C9; }

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

This div background color is #D068C9.

Border color

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

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

This div border color is #D068C9.

Opacity

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

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

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

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

This text has shadow with #D068C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D068C9.

Preview

Color preview on black background

This text has color #D068C9 on black background.


Color preview on white background

This text has color #D068C9 on white background.


Black color preview on #D068C9 background

This text has black color on #D068C9 background.


White color preview on #D068C9 background

This text has white color on #D068C9 background.


Related colors

Complementary color

Complementary color for #hex is #2F9736.


I love getcolorcode.com

Triadic colors

1 #C9D068 and #68C9D0 with #D068C9 are triadic colors.

2 #C968D0 and #68D0C9 with #D068C9 are triadic colors.