Shades of Sea Pink #D47F78
Tints of Sea Pink #D47F78
RGB
CMYK
RGB Variations
Color information
#D47F78 (or 0xD47F78) is known color: Sea Pink. HEX triplet: D4, 7F and 78. RGB value is (212,127,120). Sum of RGB (Red+Green+Blue) = 212+127+120=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F78 is #2B8087. Grayscale: #979797. Windows color (decimal): -2850952 or 7897044. OLE color: 7897044.
HSL color Cylindrical-coordinate representation of color #D47F78: hue angle of 4.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47F78 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 120 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.17 |
| HSL | 4.57º | 0.52% | 0.65% | - |
| HSV(B) | 4.57º | 0.43% | 0.83% | - |
| XYZ | 38.13 | 30.53 | 21.65 | - |
| YUV | 151.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 120 | 0 | 0.40 | 0.43 | 0.17 | 4.57 | 0.52 | 0.65 |
| Hex | D4 | 7F | 78 | 0 | 28 | 2B | 11 | 5 | 34 | 41 |
| Octal | 324 | 177 | 170 | 0 | 50 | 53 | 21 | 5 | 64 | 101 |
| Binary | 11010100 | 1111111 | 1111000 | 0 | 101000 | 101011 | 10001 | 101 | 110100 | 1000001 |
Color Harmonies of #D47F78
Complementary color
Monochromatic Colors of #D47F78
Black with #D47F78
Text Example
Text Example
White with #D47F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F78; }
p { color: rgb(212,127,120); }
H1.HeaderClassName
{
color: #D47F78;
}
.AnyTagClassName
{
color: #D47F78;
}
</style>
background-color css
<style>
a { background-color: #D47F78; }
a { background-color: rgb(212,127,120); }
div.DivClassName
{
background-color: #D47F78;
}
.BgClassName
{
background-color: #D47F78;
}
</style>
border-color css
<style>
span { border-color: #D47F78; }
span { border-color: rgb(212,127,120); }
td.TdClassName
{
border-color: #D47F78;
}
.TagClassName
{
border-color: #D47F78;
}
</style>