#DD9980

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

Shades of Dark Salmon #DD9980

Tints of Dark Salmon #DD9980

Color information

#DD9980 (or 0xDD9980) is unknown color: approx Dark Salmon. HEX triplet: DD, 99 and 80. RGB value is (221,153,128). Sum of RGB (Red+Green+Blue) = 221+153+128=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9980 is #22667F. Grayscale: #AAAAAA. Windows color (decimal): -2254464 or 8427997. OLE color: 8427997.

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

Color convert

RGB221153128-
CMYK00.310.420.13
HSL16.13º57.76%68.43%-
HSV(B)16.13º42.08%86.67%-
XYZ45.1139.7125.71-
YUV170.48104.03164.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=44.02%
G=30.48%
B=25.50%

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
Decimal22115312800.310.420.1316.1357.7668.43
HexDD998001F2AD103a44
Octal33523120003752152072104
Binary1101110110011001100000000111111010101101100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9980; }

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

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

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

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

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

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

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

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