#DE8079

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

Shades of Sea Pink #DE8079

Tints of Sea Pink #DE8079

Color information

#DE8079 (or 0xDE8079) is unknown color: approx Sea Pink. HEX triplet: DE, 80 and 79. RGB value is (222,128,121). Sum of RGB (Red+Green+Blue) = 222+128+121=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8079 is #217F86. Grayscale: #9B9B9B. Windows color (decimal): -2195335 or 7962846. OLE color: 7962846.

HSL color Cylindrical-coordinate representation of color #DE8079: hue angle of 4.16º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8079 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB222128121-
CMYK00.420.450.13
HSL4.16º60.48%67.25%-
HSV(B)4.16º45.5%87.06%-
XYZ41.2932.3522.16-
YUV155.31108.64175.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=47.13%
G=27.18%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212812100.420.450.134.1660.4867.25
HexDE807902A2DD43c43
Octal3362001710525515474103
Binary11011110100000001111001010101010110111011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8079; }

 p { color: rgb(222,128,121); }

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

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

 a { background-color: rgb(222,128,121); }

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

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

 span { border-color: rgb(222,128,121); }

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