Shades of Dark Salmon #DD937D
Tints of Dark Salmon #DD937D
RGB
CMYK
RGB Variations
Color information
#DD937D (or 0xDD937D) is known color: Dark Salmon. HEX triplet: DD, 93 and 7D. RGB value is (221,147,125). Sum of RGB (Red+Green+Blue) = 221+147+125=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD937D is #226C82. Grayscale: #A6A6A6. Windows color (decimal): -2256003 or 8229853. OLE color: 8229853.
HSL color Cylindrical-coordinate representation of color #DD937D: hue angle of 13.75º 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 #DD937D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 13.75º | 0.59% | 0.68% | - |
| HSV(B) | 13.75º | 0.43% | 0.87% | - |
| XYZ | 43.95 | 37.72 | 24.37 | - |
| YUV | 166.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 125 | 0 | 0.33 | 0.43 | 0.13 | 13.75 | 0.59 | 0.68 |
| Hex | DD | 93 | 7D | 0 | 21 | 2B | D | E | 3B | 44 |
| Octal | 335 | 223 | 175 | 0 | 41 | 53 | 15 | 16 | 73 | 104 |
| Binary | 11011101 | 10010011 | 1111101 | 0 | 100001 | 101011 | 1101 | 1110 | 111011 | 1000100 |
Color Harmonies of #DD937D
Complementary color
Monochromatic Colors of #DD937D
Black with #DD937D
Text Example
Text Example
White with #DD937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD937D; }
p { color: rgb(221,147,125); }
H1.HeaderClassName
{
color: #DD937D;
}
.AnyTagClassName
{
color: #DD937D;
}
</style>
background-color css
<style>
a { background-color: #DD937D; }
a { background-color: rgb(221,147,125); }
div.DivClassName
{
background-color: #DD937D;
}
.BgClassName
{
background-color: #DD937D;
}
</style>
border-color css
<style>
span { border-color: #DD937D; }
span { border-color: rgb(221,147,125); }
td.TdClassName
{
border-color: #DD937D;
}
.TagClassName
{
border-color: #DD937D;
}
</style>