COLOR #FD82DD

HEX: #FD82DD RGB: (253,130,221)

Color info

#FD82DD contains mainly red and blue colors. Web safe color of #FD82DD is #FF99CC (or #F9C).

RGB color model

#FD82DD color RGB value is (253,130,221).

RGB: (253,130,221) (99%, 51%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 130 of 255 = 51%
B 221 of 255 = 87%

253
130
221

R + G + B ~ 79%. #FD82DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 130 + 221 = 604 (100%)
R 253 of 604 ~ 41.89%
G 130 of 604 ~ 21.52%
B 221 of 604 ~ 36.59'%

%41.89
%21.52
%36.59

CMYK color model

#FD82DD color CMYK value is (0,49,13,1).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 12.65%
  • key color value is 0.78%

CMYK: (0,49,13,1)
C0M49Y13K1 (0%, 49%, 13%, 1%)
(0.00 / 0.49 / 0.13 / 0.01)

CMYK percentages

%0
%48.62
%12.65
%0.78

Codes

Color #FD82DD in popluar color models

FD 82 DD
RGB 253 130 221
HSL 316° 96.85% 75.10%
HSB/HSV 316° 48.62% 99.22%
CMYK 0.00% 48.62% 12.65%
0.78%

Color #FD82DD in popluar number systems.

HEX FD 82 DD
Decimal 253 130 221
Binary 11111101 10000010 11011101
Octal 375 202 335

Shades and tints

Shades of #FD82DD

#FD82DD
(253,130,221)
#E677C9
(230,119,201)
#CF6CB5
(207,108,181)
#B861A1
(184,97,161)
#A1568D
(161,86,141)
#8A4B79
(138,75,121)
#734065
(115,64,101)
#5C3551
(92,53,81)
#452A3D
(69,42,61)
#2E1F29
(46,31,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #FD82DD

#FD82DD
(253,130,221)
#FD8DE0
(253,141,224)
#FD98E3
(253,152,227)
#FDA3E6
(253,163,230)
#FDAEE9
(253,174,233)
#FDB9EC
(253,185,236)
#FDC4EF
(253,196,239)
#FDCFF2
(253,207,242)
#FDDAF5
(253,218,245)
#FDE5F8
(253,229,248)
#FDF0FB
(253,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD82DD color. Also use rgb(253,130,221) instead hex code.

Text Font Color

.myTextColor { color: #FD82DD; }

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

This text font color is #FD82DD.

Background Color

.myBgColor { background-color: #FD82DD; }

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

This div background color is #FD82DD.

Border color

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

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

This div border color is #FD82DD.

Opacity

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

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

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

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

This text has shadow with #FD82DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD82DD.

Preview

Color preview on black background

This text has color #FD82DD on black background.


Color preview on white background

This text has color #FD82DD on white background.


Black color preview on #FD82DD background

This text has black color on #FD82DD background.


White color preview on #FD82DD background

This text has white color on #FD82DD background.


Related colors

Complementary color

Complementary color for #hex is #027D22.


I love getcolorcode.com

Triadic colors

1 #DDFD82 and #82DDFD with #FD82DD are triadic colors.

2 #DD82FD and #82FDDD with #FD82DD are triadic colors.