COLOR #D799D1

HEX: #D799D1
RGB: (215,153,209)

Color info

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

RGB color model

#D799D1 color RGB value is (215,153,209).

  • red value is 215;
  • green value is 153;
  • blue value is 209.
RGB:
(215,153,209)
(84%,60%,82%)

RGB channels and saturation

R 215 of 255 = 84%
G 153 of 255 = 60%
B 209 of 255 = 82%

215
153
209

R + G + B ~ 75%. #D799D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 153 + 209 = 577 (100%)
R 215 of 577 ~ 37.26%
G 153 of 577 ~ 26.52%
B 209 of 577 ~ 36.22%

%37.26
%26.52
%36.22

CMYK color model

#D799D1 color CMYK value is (0,29,3,16).

  • cyan value is 0.00%
  • magenta value is 28.84%
  • yellow value is 2.79%
  • key color value is 15.69%
CMYK:
(0,29,3,16)
C0M29Y3K16 
(0%,29%,3%,16%)
(0.00/0.29/0.03/0.16)	

CMYK percentages

%0
%28.84
%2.79
%15.69

Codes

Color #D799D1 in popluar color models

D799D1
RGB215153209
HSL306°43.66%72.16%
HSB/HSV306°28.84%84.31%
CMYK0.00%28.84%2.79%
15.69%

Color #D799D1 in popluar number systems.

HEXD799D1
Decimal215153209
Binary110101111001100111010001
Octal327231321

Shades and tints

Shades of #D799D1

#D799D1
(215,153,209)
#C48CBE
(196,140,190)
#B17FAB
(177,127,171)
#9E7298
(158,114,152)
#8B6585
(139,101,133)
#785872
(120,88,114)
#654B5F
(101,75,95)
#523E4C
(82,62,76)
#3F3139
(63,49,57)
#2C2426
(44,36,38)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #D799D1

#D799D1
(215,153,209)
#DAA2D5
(218,162,213)
#DDABD9
(221,171,217)
#E0B4DD
(224,180,221)
#E3BDE1
(227,189,225)
#E6C6E5
(230,198,229)
#E9CFE9
(233,207,233)
#ECD8ED
(236,216,237)
#EFE1F1
(239,225,241)
#F2EAF5
(242,234,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D799D1 color. Also use rgb(215,153,209) instead hex code.

Text Font Color

.myTextColor { color: #D799D1; }

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

This text font color is #D799D1.


Background Color

.myBgColor { background-color: #D799D1; }

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

This div background color is #D799D1.


Border color

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

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

This div border color is #D799D1.


Opacity

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

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

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

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

This text has shadow with #D799D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D799D1 on black background.


Color preview on white background

This text has color #D799D1 on white background.



Black color preview on #D799D1 background

This text has black color on #D799D1 background.


White color preview on #D799D1 background

This text has white color on #D799D1 background.