#DE7D7A

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

Shades of Sea Pink #DE7D7A

Tints of Sea Pink #DE7D7A

Color information

#DE7D7A (or 0xDE7D7A) is unknown color: approx Sea Pink. HEX triplet: DE, 7D and 7A. RGB value is (222,125,122). Sum of RGB (Red+Green+Blue) = 222+125+122=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7A is #218285. Grayscale: #999999. Windows color (decimal): -2196102 or 8027614. OLE color: 8027614.

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

Color convert

RGB222125122-
CMYK00.440.450.13
HSL1.8º60.24%67.45%-
HSV(B)1.8º45.05%87.06%-
XYZ40.9731.622.35-
YUV153.66110.14176.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=47.33%
G=26.65%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212512200.440.450.131.860.2467.45
HexDE7D7A02C2DD23c43
Octal3361751720545515274103
Binary110111101111101111101001011001011011101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D7A; }

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

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

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

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

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

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

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

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