COLOR #D093CC

HEX: #D093CC
RGB: (208,147,204)

Color info

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

RGB color model

#D093CC color RGB value is (208,147,204).

  • red value is 208;
  • green value is 147;
  • blue value is 204.
RGB:
(208,147,204)
(82%,58%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 147 of 255 = 58%
B 204 of 255 = 80%

208
147
204

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

Portions of RGB colors in percentages

R + G + B =
208 + 147 + 204 = 559 (100%)
R 208 of 559 ~ 37.21%
G 147 of 559 ~ 26.3%
B 204 of 559 ~ 36.49%

%37.21
%26.3
%36.49

CMYK color model

#D093CC color CMYK value is (0,29,2,18).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(0,29,2,18)
C0M29Y2K18 
(0%,29%,2%,18%)
(0.00/0.29/0.02/0.18)	

CMYK percentages

%0
%29.33
%1.92
%18.43

Codes

Color #D093CC in popluar color models

D093CC
RGB208147204
HSL304°39.35%69.61%
HSB/HSV304°29.33%81.57%
CMYK0.00%29.33%1.92%
18.43%

Color #D093CC in popluar number systems.

HEXD093CC
Decimal208147204
Binary110100001001001111001100
Octal320223314

Shades and tints

Shades of #D093CC

#D093CC
(208,147,204)
#BE86BA
(190,134,186)
#AC79A8
(172,121,168)
#9A6C96
(154,108,150)
#885F84
(136,95,132)
#765272
(118,82,114)
#644560
(100,69,96)
#52384E
(82,56,78)
#402B3C
(64,43,60)
#2E1E2A
(46,30,42)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #D093CC

#D093CC
(208,147,204)
#D49CD0
(212,156,208)
#D8A5D4
(216,165,212)
#DCAED8
(220,174,216)
#E0B7DC
(224,183,220)
#E4C0E0
(228,192,224)
#E8C9E4
(232,201,228)
#ECD2E8
(236,210,232)
#F0DBEC
(240,219,236)
#F4E4F0
(244,228,240)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D093CC color. Also use rgb(208,147,204) instead hex code.

Text Font Color

.myTextColor { color: #D093CC; }

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

This text font color is #D093CC.


Background Color

.myBgColor { background-color: #D093CC; }

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

This div background color is #D093CC.


Border color

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

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

This div border color is #D093CC.


Opacity

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

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

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

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

This text has shadow with #D093CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D093CC on black background.


Color preview on white background

This text has color #D093CC on white background.



Black color preview on #D093CC background

This text has black color on #D093CC background.


White color preview on #D093CC background

This text has white color on #D093CC background.