Shades of Sea Pink #D47573
Tints of Sea Pink #D47573
RGB
CMYK
RGB Variations
Color information
#D47573 (or 0xD47573) is known color: Sea Pink. HEX triplet: D4, 75 and 73. RGB value is (212,117,115). Sum of RGB (Red+Green+Blue) = 212+117+115=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D47573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47573 is #2B8A8C. Grayscale: #919191. Windows color (decimal): -2853517 or 7566804. OLE color: 7566804.
HSL color Cylindrical-coordinate representation of color #D47573: hue angle of 1.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47573 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 115 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.17 |
| HSL | 1.24º | 0.53% | 0.64% | - |
| HSV(B) | 1.24º | 0.46% | 0.83% | - |
| XYZ | 36.61 | 27.96 | 19.69 | - |
| YUV | 145.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 115 | 0 | 0.45 | 0.46 | 0.17 | 1.24 | 0.53 | 0.64 |
| Hex | D4 | 75 | 73 | 0 | 2D | 2E | 11 | 1 | 35 | 40 |
| Octal | 324 | 165 | 163 | 0 | 55 | 56 | 21 | 1 | 65 | 100 |
| Binary | 11010100 | 1110101 | 1110011 | 0 | 101101 | 101110 | 10001 | 1 | 110101 | 1000000 |
Color Harmonies of #D47573
Complementary color
Monochromatic Colors of #D47573
Black with #D47573
Text Example
Text Example
White with #D47573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47573; }
p { color: rgb(212,117,115); }
H1.HeaderClassName
{
color: #D47573;
}
.AnyTagClassName
{
color: #D47573;
}
</style>
background-color css
<style>
a { background-color: #D47573; }
a { background-color: rgb(212,117,115); }
div.DivClassName
{
background-color: #D47573;
}
.BgClassName
{
background-color: #D47573;
}
</style>
border-color css
<style>
span { border-color: #D47573; }
span { border-color: rgb(212,117,115); }
td.TdClassName
{
border-color: #D47573;
}
.TagClassName
{
border-color: #D47573;
}
</style>