COLOR #D799DD

HEX: #D799DD
RGB: (215,153,221)

Color info

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

RGB color model

#D799DD color RGB value is (215,153,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 153 of 255 = 60%
B 221 of 255 = 87%

215
153
221

R + G + B ~ 77%. #D799DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 153 + 221 = 589 (100%)
R 215 of 589 ~ 36.5%
G 153 of 589 ~ 25.98%
B 221 of 589 ~ 37.52%

%36.5
%25.98
%37.52

CMYK color model

#D799DD color CMYK value is (3,31,0,13).

  • cyan value is 2.71%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(3,31,0,13)
C3M31Y0K13 
(3%,31%,0%,13%)
(0.03/0.31/0.00/0.13)	

CMYK percentages

%2.71
%30.77
%0
%13.33

Codes

Color #D799DD in popluar color models

D799DD
RGB215153221
HSL295°50.00%73.33%
HSB/HSV295°30.77%86.67%
CMYK2.71%30.77%0.00%
13.33%

Color #D799DD in popluar number systems.

HEXD799DD
Decimal215153221
Binary110101111001100111011101
Octal327231335

Shades and tints

Shades of #D799DD

#D799DD
(215,153,221)
#C48CC9
(196,140,201)
#B17FB5
(177,127,181)
#9E72A1
(158,114,161)
#8B658D
(139,101,141)
#785879
(120,88,121)
#654B65
(101,75,101)
#523E51
(82,62,81)
#3F313D
(63,49,61)
#2C2429
(44,36,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D799DD

#D799DD
(215,153,221)
#DAA2E0
(218,162,224)
#DDABE3
(221,171,227)
#E0B4E6
(224,180,230)
#E3BDE9
(227,189,233)
#E6C6EC
(230,198,236)
#E9CFEF
(233,207,239)
#ECD8F2
(236,216,242)
#EFE1F5
(239,225,245)
#F2EAF8
(242,234,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D799DD; }

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

This text font color is #D799DD.


Background Color

.myBgColor { background-color: #D799DD; }

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

This div background color is #D799DD.


Border color

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

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

This div border color is #D799DD.


Opacity

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

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

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

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

This text has shadow with #D799DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D799DD on black background.


Color preview on white background

This text has color #D799DD on white background.



Black color preview on #D799DD background

This text has black color on #D799DD background.


White color preview on #D799DD background

This text has white color on #D799DD background.