#DE7D7D

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

Shades of Sea Pink #DE7D7D

Tints of Sea Pink #DE7D7D

Color information

#DE7D7D (or 0xDE7D7D) is unknown color: approx Sea Pink. HEX triplet: DE, 7D and 7D. RGB value is (222,125,125). Sum of RGB (Red+Green+Blue) = 222+125+125=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7D is #218282. Grayscale: #9A9A9A. Windows color (decimal): -2196099 or 8224222. OLE color: 8224222.

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

Color convert

RGB222125125-
CMYK00.440.440.13
HSL59.51%68.04%-
HSV(B)43.69%87.06%-
XYZ41.1631.6823.35-
YUV154111.64176.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=47.03%
G=26.48%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212512500.440.440.13059.5168.04
HexDE7D7D02C2CD03c44
Octal3361751750545415074104
Binary11011110111110111111010101100101100110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D7D; }

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

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

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

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

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

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

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

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