#DE8888

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

Shades of Sea Pink #DE8888

Tints of Sea Pink #DE8888

Color information

#DE8888 (or 0xDE8888) is unknown color: approx Sea Pink. HEX triplet: DE, 88 and 88. RGB value is (222,136,136). Sum of RGB (Red+Green+Blue) = 222+136+136=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8888 is #217777. Grayscale: #A1A1A1. Windows color (decimal): -2193272 or 8947934. OLE color: 8947934.

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

Color convert

RGB222136136-
CMYK00.390.390.13
HSL56.58%70.2%-
HSV(B)38.74%87.06%-
XYZ43.3734.9227.75-
YUV161.71113.49171-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=44.94%
G=27.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213613600.390.390.13056.5870.2
HexDE888802727D03946
Octal3362102100474715071106
Binary1101111010001000100010000100111100111110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8888; }

 p { color: rgb(222,136,136); }

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

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

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

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

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

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

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