Shades of Dark Salmon #DD9880
Tints of Dark Salmon #DD9880
RGB
CMYK
RGB Variations
Color information
#DD9880 (or 0xDD9880) is known color: Dark Salmon. HEX triplet: DD, 98 and 80. RGB value is (221,152,128). Sum of RGB (Red+Green+Blue) = 221+152+128=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9880 is #22677F. Grayscale: #AAAAAA. Windows color (decimal): -2254720 or 8427741. OLE color: 8427741.
HSL color Cylindrical-coordinate representation of color #DD9880: hue angle of 15.48º 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 #DD9880 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 128 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.13 |
| HSL | 15.48º | 0.58% | 0.68% | - |
| HSV(B) | 15.48º | 0.42% | 0.87% | - |
| XYZ | 44.94 | 39.39 | 25.66 | - |
| YUV | 169.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 128 | 0 | 0.31 | 0.42 | 0.13 | 15.48 | 0.58 | 0.68 |
| Hex | DD | 98 | 80 | 0 | 1F | 2A | D | F | 3A | 44 |
| Octal | 335 | 230 | 200 | 0 | 37 | 52 | 15 | 17 | 72 | 104 |
| Binary | 11011101 | 10011000 | 10000000 | 0 | 11111 | 101010 | 1101 | 1111 | 111010 | 1000100 |
Color Harmonies of #DD9880
Complementary color
Monochromatic Colors of #DD9880
Black with #DD9880
Text Example
Text Example
White with #DD9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9880; }
p { color: rgb(221,152,128); }
H1.HeaderClassName
{
color: #DD9880;
}
.AnyTagClassName
{
color: #DD9880;
}
</style>
background-color css
<style>
a { background-color: #DD9880; }
a { background-color: rgb(221,152,128); }
div.DivClassName
{
background-color: #DD9880;
}
.BgClassName
{
background-color: #DD9880;
}
</style>
border-color css
<style>
span { border-color: #DD9880; }
span { border-color: rgb(221,152,128); }
td.TdClassName
{
border-color: #DD9880;
}
.TagClassName
{
border-color: #DD9880;
}
</style>