Shades of Sea Pink #D57775
Tints of Sea Pink #D57775
RGB
CMYK
RGB Variations
Color information
#D57775 (or 0xD57775) is known color: Sea Pink. HEX triplet: D5, 77 and 75. RGB value is (213,119,117). Sum of RGB (Red+Green+Blue) = 213+119+117=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57775 is #2A888A. Grayscale: #929292. Windows color (decimal): -2787467 or 7698389. OLE color: 7698389.
HSL color Cylindrical-coordinate representation of color #D57775: hue angle of 1.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57775 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 117 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.16 |
| HSL | 1.25º | 0.53% | 0.65% | - |
| HSV(B) | 1.25º | 0.45% | 0.84% | - |
| XYZ | 37.25 | 28.62 | 20.39 | - |
| YUV | 146.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 117 | 0 | 0.44 | 0.45 | 0.16 | 1.25 | 0.53 | 0.65 |
| Hex | D5 | 77 | 75 | 0 | 2C | 2D | 10 | 1 | 35 | 41 |
| Octal | 325 | 167 | 165 | 0 | 54 | 55 | 20 | 1 | 65 | 101 |
| Binary | 11010101 | 1110111 | 1110101 | 0 | 101100 | 101101 | 10000 | 1 | 110101 | 1000001 |
Color Harmonies of #D57775
Complementary color
Monochromatic Colors of #D57775
Black with #D57775
Text Example
Text Example
White with #D57775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57775; }
p { color: rgb(213,119,117); }
H1.HeaderClassName
{
color: #D57775;
}
.AnyTagClassName
{
color: #D57775;
}
</style>
background-color css
<style>
a { background-color: #D57775; }
a { background-color: rgb(213,119,117); }
div.DivClassName
{
background-color: #D57775;
}
.BgClassName
{
background-color: #D57775;
}
</style>
border-color css
<style>
span { border-color: #D57775; }
span { border-color: rgb(213,119,117); }
td.TdClassName
{
border-color: #D57775;
}
.TagClassName
{
border-color: #D57775;
}
</style>