Shades of Dark Salmon #DD9580
Tints of Dark Salmon #DD9580
RGB
CMYK
RGB Variations
Color information
#DD9580 (or 0xDD9580) is known color: Dark Salmon. HEX triplet: DD, 95 and 80. RGB value is (221,149,128). Sum of RGB (Red+Green+Blue) = 221+149+128=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9580 is #226A7F. Grayscale: #A8A8A8. Windows color (decimal): -2255488 or 8426973. OLE color: 8426973.
HSL color Cylindrical-coordinate representation of color #DD9580: hue angle of 13.55º 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 #DD9580 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 128 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.13 |
| HSL | 13.55º | 0.58% | 0.68% | - |
| HSV(B) | 13.55º | 0.42% | 0.87% | - |
| XYZ | 44.46 | 38.43 | 25.5 | - |
| YUV | 168.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 128 | 0 | 0.33 | 0.42 | 0.13 | 13.55 | 0.58 | 0.68 |
| Hex | DD | 95 | 80 | 0 | 21 | 2A | D | E | 3A | 44 |
| Octal | 335 | 225 | 200 | 0 | 41 | 52 | 15 | 16 | 72 | 104 |
| Binary | 11011101 | 10010101 | 10000000 | 0 | 100001 | 101010 | 1101 | 1110 | 111010 | 1000100 |
Color Harmonies of #DD9580
Complementary color
Monochromatic Colors of #DD9580
Black with #DD9580
Text Example
Text Example
White with #DD9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9580; }
p { color: rgb(221,149,128); }
H1.HeaderClassName
{
color: #DD9580;
}
.AnyTagClassName
{
color: #DD9580;
}
</style>
background-color css
<style>
a { background-color: #DD9580; }
a { background-color: rgb(221,149,128); }
div.DivClassName
{
background-color: #DD9580;
}
.BgClassName
{
background-color: #DD9580;
}
</style>
border-color css
<style>
span { border-color: #DD9580; }
span { border-color: rgb(221,149,128); }
td.TdClassName
{
border-color: #DD9580;
}
.TagClassName
{
border-color: #DD9580;
}
</style>