Shades of Dark Salmon #DE957E
Tints of Dark Salmon #DE957E
RGB
CMYK
RGB Variations
Color information
#DE957E (or 0xDE957E) is known color: Dark Salmon. HEX triplet: DE, 95 and 7E. RGB value is (222,149,126). Sum of RGB (Red+Green+Blue) = 222+149+126=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE957E is #216A81. Grayscale: #A8A8A8. Windows color (decimal): -2189954 or 8295902. OLE color: 8295902.
HSL color Cylindrical-coordinate representation of color #DE957E: hue angle of 14.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE957E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 126 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 14.38º | 0.59% | 0.68% | - |
| HSV(B) | 14.38º | 0.43% | 0.87% | - |
| XYZ | 44.64 | 38.53 | 24.82 | - |
| YUV | 168.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 126 | 0 | 0.33 | 0.43 | 0.13 | 14.38 | 0.59 | 0.68 |
| Hex | DE | 95 | 7E | 0 | 21 | 2B | D | E | 3B | 44 |
| Octal | 336 | 225 | 176 | 0 | 41 | 53 | 15 | 16 | 73 | 104 |
| Binary | 11011110 | 10010101 | 1111110 | 0 | 100001 | 101011 | 1101 | 1110 | 111011 | 1000100 |
Color Harmonies of #DE957E
Complementary color
Monochromatic Colors of #DE957E
Black with #DE957E
Text Example
Text Example
White with #DE957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE957E; }
p { color: rgb(222,149,126); }
H1.HeaderClassName
{
color: #DE957E;
}
.AnyTagClassName
{
color: #DE957E;
}
</style>
background-color css
<style>
a { background-color: #DE957E; }
a { background-color: rgb(222,149,126); }
div.DivClassName
{
background-color: #DE957E;
}
.BgClassName
{
background-color: #DE957E;
}
</style>
border-color css
<style>
span { border-color: #DE957E; }
span { border-color: rgb(222,149,126); }
td.TdClassName
{
border-color: #DE957E;
}
.TagClassName
{
border-color: #DE957E;
}
</style>