#de8984

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

Shades of Sea Pink #DE8984

Tints of Sea Pink #DE8984

Color information

#DE8984 (or 0xDE8984) is unknown color: approx Sea Pink. HEX triplet: DE, 89 and 84. RGB value is (222,137,132). Sum of RGB (Red+Green+Blue) = 222+137+132=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8984 is #21767B. Grayscale: #A1A1A1. Windows color (decimal): -2193020 or 8686046. OLE color: 8686046.

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

Color convert

RGB222137132-
CMYK00.380.410.13
HSL3.33º57.69%69.41%-
HSV(B)3.33º40.54%87.06%-
XYZ43.2335.0926.32-
YUV161.84111.16170.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=45.21%
G=27.90%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213713200.380.410.133.3357.6969.41
HexDE898402629D33a45
Octal3362112040465115372105
Binary11011110100010011000010001001101010011101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de8984; }

 p { color: rgb(222,137,132); }

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

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

 a { background-color: rgb(222,137,132); }

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

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

 span { border-color: rgb(222,137,132); }

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