Shades of Sea Pink #D57976
Tints of Sea Pink #D57976
RGB
CMYK
RGB Variations
Color information
#D57976 (or 0xD57976) is known color: Sea Pink. HEX triplet: D5, 79 and 76. RGB value is (213,121,118). Sum of RGB (Red+Green+Blue) = 213+121+118=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D57976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57976 is #2A8689. Grayscale: #949494. Windows color (decimal): -2786954 or 7764437. OLE color: 7764437.
HSL color Cylindrical-coordinate representation of color #D57976: hue angle of 1.89º 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 #D57976 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 118 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.16 |
| HSL | 1.89º | 0.53% | 0.65% | - |
| HSV(B) | 1.89º | 0.45% | 0.84% | - |
| XYZ | 37.55 | 29.13 | 20.78 | - |
| YUV | 148.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 118 | 0 | 0.43 | 0.45 | 0.16 | 1.89 | 0.53 | 0.65 |
| Hex | D5 | 79 | 76 | 0 | 2B | 2D | 10 | 2 | 35 | 41 |
| Octal | 325 | 171 | 166 | 0 | 53 | 55 | 20 | 2 | 65 | 101 |
| Binary | 11010101 | 1111001 | 1110110 | 0 | 101011 | 101101 | 10000 | 10 | 110101 | 1000001 |
Color Harmonies of #D57976
Complementary color
Monochromatic Colors of #D57976
Black with #D57976
Text Example
Text Example
White with #D57976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57976; }
p { color: rgb(213,121,118); }
H1.HeaderClassName
{
color: #D57976;
}
.AnyTagClassName
{
color: #D57976;
}
</style>
background-color css
<style>
a { background-color: #D57976; }
a { background-color: rgb(213,121,118); }
div.DivClassName
{
background-color: #D57976;
}
.BgClassName
{
background-color: #D57976;
}
</style>
border-color css
<style>
span { border-color: #D57976; }
span { border-color: rgb(213,121,118); }
td.TdClassName
{
border-color: #D57976;
}
.TagClassName
{
border-color: #D57976;
}
</style>