#DE7F7C

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

Shades of Sea Pink #DE7F7C

Tints of Sea Pink #DE7F7C

Color information

#DE7F7C (or 0xDE7F7C) is unknown color: approx Sea Pink. HEX triplet: DE, 7F and 7C. RGB value is (222,127,124). Sum of RGB (Red+Green+Blue) = 222+127+124=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7F7C is #218083. Grayscale: #9B9B9B. Windows color (decimal): -2195588 or 8159198. OLE color: 8159198.

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

Color convert

RGB222127124-
CMYK00.430.440.13
HSL1.84º59.76%67.84%-
HSV(B)1.84º44.14%87.06%-
XYZ41.3532.1623.1-
YUV155.06110.47175.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=46.93%
G=26.85%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212712400.430.440.131.8459.7667.84
HexDE7F7C02B2CD23c44
Octal3361771740535415274104
Binary110111101111111111110001010111011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7F7C; }

 p { color: rgb(222,127,124); }

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

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

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

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

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

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

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