#DE8885

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

Shades of Sea Pink #DE8885

Tints of Sea Pink #DE8885

Color information

#DE8885 (or 0xDE8885) is unknown color: approx Sea Pink. HEX triplet: DE, 88 and 85. RGB value is (222,136,133). Sum of RGB (Red+Green+Blue) = 222+136+133=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8885 is #21777A. Grayscale: #A1A1A1. Windows color (decimal): -2193275 or 8751326. OLE color: 8751326.

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

Color convert

RGB222136133-
CMYK00.390.400.13
HSL2.02º57.42%69.61%-
HSV(B)2.02º40.09%87.06%-
XYZ43.1634.8326.64-
YUV161.37111.99171.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=45.21%
G=27.70%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213613300.390.400.132.0257.4269.61
HexDE888502728D23946
Octal3362102050475015271106
Binary11011110100010001000010101001111010001101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8885; }

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

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

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

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

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

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

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

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