Shades of Dark Salmon #DD9878
Tints of Dark Salmon #DD9878
RGB
CMYK
RGB Variations
Color information
#DD9878 (or 0xDD9878) is known color: Dark Salmon. HEX triplet: DD, 98 and 78. RGB value is (221,152,120). Sum of RGB (Red+Green+Blue) = 221+152+120=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9878 is #226787. Grayscale: #A9A9A9. Windows color (decimal): -2254728 or 7903453. OLE color: 7903453.
HSL color Cylindrical-coordinate representation of color #DD9878: hue angle of 19.01º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD9878 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 120 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.13 |
| HSL | 19.01º | 0.6% | 0.67% | - |
| HSV(B) | 19.01º | 0.46% | 0.87% | - |
| XYZ | 44.44 | 39.18 | 22.99 | - |
| YUV | 168.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 120 | 0 | 0.31 | 0.46 | 0.13 | 19.01 | 0.6 | 0.67 |
| Hex | DD | 98 | 78 | 0 | 1F | 2E | D | 13 | 3C | 43 |
| Octal | 335 | 230 | 170 | 0 | 37 | 56 | 15 | 23 | 74 | 103 |
| Binary | 11011101 | 10011000 | 1111000 | 0 | 11111 | 101110 | 1101 | 10011 | 111100 | 1000011 |
Color Harmonies of #DD9878
Complementary color
Monochromatic Colors of #DD9878
Black with #DD9878
Text Example
Text Example
White with #DD9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9878; }
p { color: rgb(221,152,120); }
H1.HeaderClassName
{
color: #DD9878;
}
.AnyTagClassName
{
color: #DD9878;
}
</style>
background-color css
<style>
a { background-color: #DD9878; }
a { background-color: rgb(221,152,120); }
div.DivClassName
{
background-color: #DD9878;
}
.BgClassName
{
background-color: #DD9878;
}
</style>
border-color css
<style>
span { border-color: #DD9878; }
span { border-color: rgb(221,152,120); }
td.TdClassName
{
border-color: #DD9878;
}
.TagClassName
{
border-color: #DD9878;
}
</style>