#DE8382

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

Shades of Sea Pink #DE8382

Tints of Sea Pink #DE8382

Color information

#DE8382 (or 0xDE8382) is unknown color: approx Sea Pink. HEX triplet: DE, 83 and 82. RGB value is (222,131,130). Sum of RGB (Red+Green+Blue) = 222+131+130=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8382 is #217C7D. Grayscale: #9E9E9E. Windows color (decimal): -2194558 or 8553438. OLE color: 8553438.

HSL color Cylindrical-coordinate representation of color #DE8382: hue angle of 0.65º degrees, saturation: 0.58, 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 #DE8382 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222131130-
CMYK00.410.410.13
HSL0.65º58.23%69.02%-
HSV(B)0.65º41.44%87.06%-
XYZ42.2733.3725.33-
YUV158.09112.15173.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=45.96%
G=27.12%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213113000.410.410.130.6558.2369.02
HexDE838202929D13a45
Octal3362032020515115172105
Binary1101111010000011100000100101001101001110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8382; }

 p { color: rgb(222,131,130); }

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

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

 a { background-color: rgb(222,131,130); }

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

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

 span { border-color: rgb(222,131,130); }

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