Shades of Sea Pink #D57774
Tints of Sea Pink #D57774
RGB
CMYK
RGB Variations
Color information
#D57774 (or 0xD57774) is known color: Sea Pink. HEX triplet: D5, 77 and 74. RGB value is (213,119,116). Sum of RGB (Red+Green+Blue) = 213+119+116=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D57774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57774 is #2A888B. Grayscale: #929292. Windows color (decimal): -2787468 or 7632853. OLE color: 7632853.
HSL color Cylindrical-coordinate representation of color #D57774: hue angle of 1.86º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57774 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 116 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.16 |
| HSL | 1.86º | 0.54% | 0.65% | - |
| HSV(B) | 1.86º | 0.46% | 0.84% | - |
| XYZ | 37.19 | 28.6 | 20.08 | - |
| YUV | 146.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 116 | 0 | 0.44 | 0.46 | 0.16 | 1.86 | 0.54 | 0.65 |
| Hex | D5 | 77 | 74 | 0 | 2C | 2E | 10 | 2 | 36 | 41 |
| Octal | 325 | 167 | 164 | 0 | 54 | 56 | 20 | 2 | 66 | 101 |
| Binary | 11010101 | 1110111 | 1110100 | 0 | 101100 | 101110 | 10000 | 10 | 110110 | 1000001 |
Color Harmonies of #D57774
Complementary color
Monochromatic Colors of #D57774
Black with #D57774
Text Example
Text Example
White with #D57774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57774; }
p { color: rgb(213,119,116); }
H1.HeaderClassName
{
color: #D57774;
}
.AnyTagClassName
{
color: #D57774;
}
</style>
background-color css
<style>
a { background-color: #D57774; }
a { background-color: rgb(213,119,116); }
div.DivClassName
{
background-color: #D57774;
}
.BgClassName
{
background-color: #D57774;
}
</style>
border-color css
<style>
span { border-color: #D57774; }
span { border-color: rgb(213,119,116); }
td.TdClassName
{
border-color: #D57774;
}
.TagClassName
{
border-color: #D57774;
}
</style>