Shades of Dark Salmon #DF8F75
Tints of Dark Salmon #DF8F75
RGB
CMYK
RGB Variations
Color information
#DF8F75 (or 0xDF8F75) is known color: Dark Salmon. HEX triplet: DF, 8F and 75. RGB value is (223,143,117). Sum of RGB (Red+Green+Blue) = 223+143+117=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F75 is #20708A. Grayscale: #A4A4A4. Windows color (decimal): -2125963 or 7704543. OLE color: 7704543.
HSL color Cylindrical-coordinate representation of color #DF8F75: hue angle of 14.72º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF8F75 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 117 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.13 |
| HSL | 14.72º | 0.62% | 0.67% | - |
| HSV(B) | 14.72º | 0.48% | 0.87% | - |
| XYZ | 43.46 | 36.62 | 21.61 | - |
| YUV | 163.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 117 | 0 | 0.36 | 0.48 | 0.13 | 14.72 | 0.62 | 0.67 |
| Hex | DF | 8F | 75 | 0 | 24 | 30 | D | F | 3E | 43 |
| Octal | 337 | 217 | 165 | 0 | 44 | 60 | 15 | 17 | 76 | 103 |
| Binary | 11011111 | 10001111 | 1110101 | 0 | 100100 | 110000 | 1101 | 1111 | 111110 | 1000011 |
Color Harmonies of #DF8F75
Complementary color
Monochromatic Colors of #DF8F75
Black with #DF8F75
Text Example
Text Example
White with #DF8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F75; }
p { color: rgb(223,143,117); }
H1.HeaderClassName
{
color: #DF8F75;
}
.AnyTagClassName
{
color: #DF8F75;
}
</style>
background-color css
<style>
a { background-color: #DF8F75; }
a { background-color: rgb(223,143,117); }
div.DivClassName
{
background-color: #DF8F75;
}
.BgClassName
{
background-color: #DF8F75;
}
</style>
border-color css
<style>
span { border-color: #DF8F75; }
span { border-color: rgb(223,143,117); }
td.TdClassName
{
border-color: #DF8F75;
}
.TagClassName
{
border-color: #DF8F75;
}
</style>