Shades of Dark Salmon #DE987E
Tints of Dark Salmon #DE987E
RGB
CMYK
RGB Variations
Color information
#DE987E (or 0xDE987E) is known color: Dark Salmon. HEX triplet: DE, 98 and 7E. RGB value is (222,152,126). Sum of RGB (Red+Green+Blue) = 222+152+126=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE987E is #216781. Grayscale: #AAAAAA. Windows color (decimal): -2189186 or 8296670. OLE color: 8296670.
HSL color Cylindrical-coordinate representation of color #DE987E: hue angle of 16.25º 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 #DE987E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 126 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 16.25º | 0.59% | 0.68% | - |
| HSV(B) | 16.25º | 0.43% | 0.87% | - |
| XYZ | 45.12 | 39.49 | 24.98 | - |
| YUV | 169.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 126 | 0 | 0.32 | 0.43 | 0.13 | 16.25 | 0.59 | 0.68 |
| Hex | DE | 98 | 7E | 0 | 20 | 2B | D | 10 | 3B | 44 |
| Octal | 336 | 230 | 176 | 0 | 40 | 53 | 15 | 20 | 73 | 104 |
| Binary | 11011110 | 10011000 | 1111110 | 0 | 100000 | 101011 | 1101 | 10000 | 111011 | 1000100 |
Color Harmonies of #DE987E
Complementary color
Monochromatic Colors of #DE987E
Black with #DE987E
Text Example
Text Example
White with #DE987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE987E; }
p { color: rgb(222,152,126); }
H1.HeaderClassName
{
color: #DE987E;
}
.AnyTagClassName
{
color: #DE987E;
}
</style>
background-color css
<style>
a { background-color: #DE987E; }
a { background-color: rgb(222,152,126); }
div.DivClassName
{
background-color: #DE987E;
}
.BgClassName
{
background-color: #DE987E;
}
</style>
border-color css
<style>
span { border-color: #DE987E; }
span { border-color: rgb(222,152,126); }
td.TdClassName
{
border-color: #DE987E;
}
.TagClassName
{
border-color: #DE987E;
}
</style>