#DE807D

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

Shades of Sea Pink #DE807D

Tints of Sea Pink #DE807D

Color information

#DE807D (or 0xDE807D) is unknown color: approx Sea Pink. HEX triplet: DE, 80 and 7D. RGB value is (222,128,125). Sum of RGB (Red+Green+Blue) = 222+128+125=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE807D is #217F82. Grayscale: #9B9B9B. Windows color (decimal): -2195331 or 8224990. OLE color: 8224990.

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

Color convert

RGB222128125-
CMYK00.420.440.13
HSL1.86º59.51%68.04%-
HSV(B)1.86º43.69%87.06%-
XYZ41.5532.4523.48-
YUV155.76110.64175.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=46.74%
G=26.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212812500.420.440.131.8659.5168.04
HexDE807D02A2CD23c44
Octal3362001750525415274104
Binary1101111010000000111110101010101011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE807D; }

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

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

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

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

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

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

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

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