Shades of Sea Pink #DD837B
Tints of Sea Pink #DD837B
RGB
CMYK
RGB Variations
Color information
#DD837B (or 0xDD837B) is known color: Sea Pink. HEX triplet: DD, 83 and 7B. RGB value is (221,131,123). Sum of RGB (Red+Green+Blue) = 221+131+123=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD837B is #227C84. Grayscale: #9D9D9D. Windows color (decimal): -2260101 or 8094685. OLE color: 8094685.
HSL color Cylindrical-coordinate representation of color #DD837B: hue angle of 4.9º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD837B is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 123 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.13 |
| HSL | 4.9º | 0.59% | 0.67% | - |
| HSV(B) | 4.9º | 0.44% | 0.87% | - |
| XYZ | 41.51 | 33.03 | 22.93 | - |
| YUV | 157 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 123 | 0 | 0.41 | 0.44 | 0.13 | 4.9 | 0.59 | 0.67 |
| Hex | DD | 83 | 7B | 0 | 29 | 2C | D | 5 | 3B | 43 |
| Octal | 335 | 203 | 173 | 0 | 51 | 54 | 15 | 5 | 73 | 103 |
| Binary | 11011101 | 10000011 | 1111011 | 0 | 101001 | 101100 | 1101 | 101 | 111011 | 1000011 |
Color Harmonies of #DD837B
Complementary color
Monochromatic Colors of #DD837B
Black with #DD837B
Text Example
Text Example
White with #DD837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD837B; }
p { color: rgb(221,131,123); }
H1.HeaderClassName
{
color: #DD837B;
}
.AnyTagClassName
{
color: #DD837B;
}
</style>
background-color css
<style>
a { background-color: #DD837B; }
a { background-color: rgb(221,131,123); }
div.DivClassName
{
background-color: #DD837B;
}
.BgClassName
{
background-color: #DD837B;
}
</style>
border-color css
<style>
span { border-color: #DD837B; }
span { border-color: rgb(221,131,123); }
td.TdClassName
{
border-color: #DD837B;
}
.TagClassName
{
border-color: #DD837B;
}
</style>