#DD8682

Color #DD8682 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #DD8682

Tints of Sea Pink #DD8682

Color information

#DD8682 (or 0xDD8682) is unknown color: approx Sea Pink. HEX triplet: DD, 86 and 82. RGB value is (221,134,130). Sum of RGB (Red+Green+Blue) = 221+134+130=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8682 is #22797D. Grayscale: #9F9F9F. Windows color (decimal): -2259326 or 8554205. OLE color: 8554205.

HSL color Cylindrical-coordinate representation of color #DD8682: hue angle of 2.64º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8682 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221134130-
CMYK00.390.410.13
HSL2.64º57.23%68.82%-
HSV(B)2.64º41.18%86.67%-
XYZ42.3734.0325.46-
YUV159.56111.32171.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=45.57%
G=27.63%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113413000.390.410.132.6457.2368.82
HexDD868202729D33945
Octal3352062020475115371105
Binary11011101100001101000001001001111010011101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8682; }

 p { color: rgb(221,134,130); }

 H1.HeaderClassName
 {
   color: #DD8682;
 }
 .AnyTagClassName
 {
   color: #DD8682;
 }
</style>
background-color css

<style>
 a { background-color: #DD8682; }

 a { background-color: rgb(221,134,130); }

 div.DivClassName
 {
   background-color: #DD8682;
 }
 .BgClassName
 {
   background-color: #DD8682;
 }
</style>
border-color css

<style>
 span { border-color: #DD8682; }

 span { border-color: rgb(221,134,130); }

 td.TdClassName
 {
   border-color: #DD8682;
 }
 .TagClassName
 {
   border-color: #DD8682;
 }
</style>