#DE9980

Color #DE9980 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #DE9980

Tints of Dark Salmon #DE9980

Color information

#DE9980 (or 0xDE9980) is unknown color: approx Dark Salmon. HEX triplet: DE, 99 and 80. RGB value is (222,153,128). Sum of RGB (Red+Green+Blue) = 222+153+128=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9980 is #21667F. Grayscale: #AAAAAA. Windows color (decimal): -2188928 or 8427998. OLE color: 8427998.

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

Color convert

RGB222153128-
CMYK00.310.420.13
HSL15.96º58.75%68.63%-
HSV(B)15.96º42.34%87.06%-
XYZ45.4139.8725.72-
YUV170.78103.86164.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=44.14%
G=30.42%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215312800.310.420.1315.9658.7568.63
HexDE998001F2AD103b45
Octal33623120003752152073105
Binary1101111010011001100000000111111010101101100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9980; }

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

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

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

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

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

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

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

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