Shades of Sea Pink #D57472
Tints of Sea Pink #D57472
RGB
CMYK
RGB Variations
Color information
#D57472 (or 0xD57472) is known color: Sea Pink. HEX triplet: D5, 74 and 72. RGB value is (213,116,114). Sum of RGB (Red+Green+Blue) = 213+116+114=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57472 is #2A8B8D. Grayscale: #909090. Windows color (decimal): -2788238 or 7501013. OLE color: 7501013.
HSL color Cylindrical-coordinate representation of color #D57472: hue angle of 1.21º 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 #D57472 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 114 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.16 |
| HSL | 1.21º | 0.54% | 0.64% | - |
| HSV(B) | 1.21º | 0.46% | 0.84% | - |
| XYZ | 36.72 | 27.85 | 19.36 | - |
| YUV | 144.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 114 | 0 | 0.46 | 0.46 | 0.16 | 1.21 | 0.54 | 0.64 |
| Hex | D5 | 74 | 72 | 0 | 2E | 2E | 10 | 1 | 36 | 40 |
| Octal | 325 | 164 | 162 | 0 | 56 | 56 | 20 | 1 | 66 | 100 |
| Binary | 11010101 | 1110100 | 1110010 | 0 | 101110 | 101110 | 10000 | 1 | 110110 | 1000000 |
Color Harmonies of #D57472
Complementary color
Monochromatic Colors of #D57472
Black with #D57472
Text Example
Text Example
White with #D57472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57472; }
p { color: rgb(213,116,114); }
H1.HeaderClassName
{
color: #D57472;
}
.AnyTagClassName
{
color: #D57472;
}
</style>
background-color css
<style>
a { background-color: #D57472; }
a { background-color: rgb(213,116,114); }
div.DivClassName
{
background-color: #D57472;
}
.BgClassName
{
background-color: #D57472;
}
</style>
border-color css
<style>
span { border-color: #D57472; }
span { border-color: rgb(213,116,114); }
td.TdClassName
{
border-color: #D57472;
}
.TagClassName
{
border-color: #D57472;
}
</style>