Shades of Sea Pink #D57473
Tints of Sea Pink #D57473
RGB
CMYK
RGB Variations
Color information
#D57473 (or 0xD57473) is known color: Sea Pink. HEX triplet: D5, 74 and 73. RGB value is (213,116,115). Sum of RGB (Red+Green+Blue) = 213+116+115=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57473 is #2A8B8C. Grayscale: #909090. Windows color (decimal): -2788237 or 7566549. OLE color: 7566549.
HSL color Cylindrical-coordinate representation of color #D57473: hue angle of 0.61º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57473 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 115 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.16 |
| HSL | 0.61º | 0.54% | 0.64% | - |
| HSV(B) | 0.61º | 0.46% | 0.84% | - |
| XYZ | 36.78 | 27.87 | 19.66 | - |
| YUV | 144.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 115 | 0 | 0.46 | 0.46 | 0.16 | 0.61 | 0.54 | 0.64 |
| Hex | D5 | 74 | 73 | 0 | 2E | 2E | 10 | 1 | 36 | 40 |
| Octal | 325 | 164 | 163 | 0 | 56 | 56 | 20 | 1 | 66 | 100 |
| Binary | 11010101 | 1110100 | 1110011 | 0 | 101110 | 101110 | 10000 | 1 | 110110 | 1000000 |
Color Harmonies of #D57473
Complementary color
Monochromatic Colors of #D57473
Black with #D57473
Text Example
Text Example
White with #D57473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57473; }
p { color: rgb(213,116,115); }
H1.HeaderClassName
{
color: #D57473;
}
.AnyTagClassName
{
color: #D57473;
}
</style>
background-color css
<style>
a { background-color: #D57473; }
a { background-color: rgb(213,116,115); }
div.DivClassName
{
background-color: #D57473;
}
.BgClassName
{
background-color: #D57473;
}
</style>
border-color css
<style>
span { border-color: #D57473; }
span { border-color: rgb(213,116,115); }
td.TdClassName
{
border-color: #D57473;
}
.TagClassName
{
border-color: #D57473;
}
</style>