Shades of Sea Pink #DD837A
Tints of Sea Pink #DD837A
RGB
CMYK
RGB Variations
Color information
#DD837A (or 0xDD837A) is known color: Sea Pink. HEX triplet: DD, 83 and 7A. RGB value is (221,131,122). Sum of RGB (Red+Green+Blue) = 221+131+122=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD837A is #227C85. Grayscale: #9D9D9D. Windows color (decimal): -2260102 or 8029149. OLE color: 8029149.
HSL color Cylindrical-coordinate representation of color #DD837A: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD837A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 122 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.13 |
| HSL | 5.45º | 0.59% | 0.67% | - |
| HSV(B) | 5.45º | 0.45% | 0.87% | - |
| XYZ | 41.45 | 33.01 | 22.6 | - |
| YUV | 156.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 122 | 0 | 0.41 | 0.45 | 0.13 | 5.45 | 0.59 | 0.67 |
| Hex | DD | 83 | 7A | 0 | 29 | 2D | D | 5 | 3B | 43 |
| Octal | 335 | 203 | 172 | 0 | 51 | 55 | 15 | 5 | 73 | 103 |
| Binary | 11011101 | 10000011 | 1111010 | 0 | 101001 | 101101 | 1101 | 101 | 111011 | 1000011 |
Color Harmonies of #DD837A
Complementary color
Monochromatic Colors of #DD837A
Black with #DD837A
Text Example
Text Example
White with #DD837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD837A; }
p { color: rgb(221,131,122); }
H1.HeaderClassName
{
color: #DD837A;
}
.AnyTagClassName
{
color: #DD837A;
}
</style>
background-color css
<style>
a { background-color: #DD837A; }
a { background-color: rgb(221,131,122); }
div.DivClassName
{
background-color: #DD837A;
}
.BgClassName
{
background-color: #DD837A;
}
</style>
border-color css
<style>
span { border-color: #DD837A; }
span { border-color: rgb(221,131,122); }
td.TdClassName
{
border-color: #DD837A;
}
.TagClassName
{
border-color: #DD837A;
}
</style>