Shades of Dark Salmon #DD9581
Tints of Dark Salmon #DD9581
RGB
CMYK
RGB Variations
Color information
#DD9581 (or 0xDD9581) is known color: Dark Salmon. HEX triplet: DD, 95 and 81. RGB value is (221,149,129). Sum of RGB (Red+Green+Blue) = 221+149+129=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9581 is #226A7E. Grayscale: #A8A8A8. Windows color (decimal): -2255487 or 8492509. OLE color: 8492509.
HSL color Cylindrical-coordinate representation of color #DD9581: hue angle of 13.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9581 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 129 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.13 |
| HSL | 13.04º | 0.58% | 0.69% | - |
| HSV(B) | 13.04º | 0.42% | 0.87% | - |
| XYZ | 44.53 | 38.45 | 25.84 | - |
| YUV | 168.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 129 | 0 | 0.33 | 0.42 | 0.13 | 13.04 | 0.58 | 0.69 |
| Hex | DD | 95 | 81 | 0 | 21 | 2A | D | D | 3A | 45 |
| Octal | 335 | 225 | 201 | 0 | 41 | 52 | 15 | 15 | 72 | 105 |
| Binary | 11011101 | 10010101 | 10000001 | 0 | 100001 | 101010 | 1101 | 1101 | 111010 | 1000101 |
Color Harmonies of #DD9581
Complementary color
Monochromatic Colors of #DD9581
Black with #DD9581
Text Example
Text Example
White with #DD9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9581; }
p { color: rgb(221,149,129); }
H1.HeaderClassName
{
color: #DD9581;
}
.AnyTagClassName
{
color: #DD9581;
}
</style>
background-color css
<style>
a { background-color: #DD9581; }
a { background-color: rgb(221,149,129); }
div.DivClassName
{
background-color: #DD9581;
}
.BgClassName
{
background-color: #DD9581;
}
</style>
border-color css
<style>
span { border-color: #DD9581; }
span { border-color: rgb(221,149,129); }
td.TdClassName
{
border-color: #DD9581;
}
.TagClassName
{
border-color: #DD9581;
}
</style>