#DE827D

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

Shades of Sea Pink #DE827D

Tints of Sea Pink #DE827D

Color information

#DE827D (or 0xDE827D) is unknown color: approx Sea Pink. HEX triplet: DE, 82 and 7D. RGB value is (222,130,125). Sum of RGB (Red+Green+Blue) = 222+130+125=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE827D is #217D82. Grayscale: #9D9D9D. Windows color (decimal): -2194819 or 8225502. OLE color: 8225502.

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

Color convert

RGB222130125-
CMYK00.410.440.13
HSL3.09º59.51%68.04%-
HSV(B)3.09º43.69%87.06%-
XYZ41.8132.9823.56-
YUV156.94109.98174.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=46.54%
G=27.25%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213012500.410.440.133.0959.5168.04
HexDE827D0292CD33c44
Octal3362021750515415374104
Binary1101111010000010111110101010011011001101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE827D; }

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

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

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

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

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

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

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

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