COLOR #D27DC0

HEX: #D27DC0
RGB: (210,125,192)

Color info

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

RGB color model

#D27DC0 color RGB value is (210,125,192).

  • red value is 210;
  • green value is 125;
  • blue value is 192.
RGB:
(210,125,192)
(82%,49%,75%)

RGB channels and saturation

R 210 of 255 = 82%
G 125 of 255 = 49%
B 192 of 255 = 75%

210
125
192

R + G + B ~ 69%. #D27DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 125 + 192 = 527 (100%)
R 210 of 527 ~ 39.85%
G 125 of 527 ~ 23.72%
B 192 of 527 ~ 36.43%

%39.85
%23.72
%36.43

CMYK color model

#D27DC0 color CMYK value is (0,40,9,18).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 8.57%
  • key color value is 17.65%
CMYK:
(0,40,9,18)
C0M40Y9K18 
(0%,40%,9%,18%)
(0.00/0.40/0.09/0.18)	

CMYK percentages

%0
%40.48
%8.57
%17.65

Codes

Color #D27DC0 in popluar color models

D27DC0
RGB210125192
HSL313°48.57%65.69%
HSB/HSV313°40.48%82.35%
CMYK0.00%40.48%8.57%
17.65%

Color #D27DC0 in popluar number systems.

HEXD27DC0
Decimal210125192
Binary11010010111110111000000
Octal322175300

Shades and tints

Shades of #D27DC0

#D27DC0
(210,125,192)
#BF72AF
(191,114,175)
#AC679E
(172,103,158)
#995C8D
(153,92,141)
#86517C
(134,81,124)
#73466B
(115,70,107)
#603B5A
(96,59,90)
#4D3049
(77,48,73)
#3A2538
(58,37,56)
#271A27
(39,26,39)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #D27DC0

#D27DC0
(210,125,192)
#D688C5
(214,136,197)
#DA93CA
(218,147,202)
#DE9ECF
(222,158,207)
#E2A9D4
(226,169,212)
#E6B4D9
(230,180,217)
#EABFDE
(234,191,222)
#EECAE3
(238,202,227)
#F2D5E8
(242,213,232)
#F6E0ED
(246,224,237)
#FAEBF2
(250,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27DC0 color. Also use rgb(210,125,192) instead hex code.

Text Font Color

.myTextColor { color: #D27DC0; }

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

This text font color is #D27DC0.


Background Color

.myBgColor { background-color: #D27DC0; }

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

This div background color is #D27DC0.


Border color

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

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

This div border color is #D27DC0.


Opacity

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

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

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

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

This text has shadow with #D27DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27DC0 on black background.


Color preview on white background

This text has color #D27DC0 on white background.



Black color preview on #D27DC0 background

This text has black color on #D27DC0 background.


White color preview on #D27DC0 background

This text has white color on #D27DC0 background.