Shades of Sea Pink #D37F78
Tints of Sea Pink #D37F78
RGB
CMYK
RGB Variations
Color information
#D37F78 (or 0xD37F78) is known color: Sea Pink. HEX triplet: D3, 7F and 78. RGB value is (211,127,120). Sum of RGB (Red+Green+Blue) = 211+127+120=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37F78 is #2C8087. Grayscale: #979797. Windows color (decimal): -2916488 or 7897043. OLE color: 7897043.
HSL color Cylindrical-coordinate representation of color #D37F78: hue angle of 4.62º degrees, saturation: 0.51, 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 #D37F78 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 120 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.17 |
| HSL | 4.62º | 0.51% | 0.65% | - |
| HSV(B) | 4.62º | 0.43% | 0.83% | - |
| XYZ | 37.84 | 30.38 | 21.64 | - |
| YUV | 151.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 120 | 0 | 0.40 | 0.43 | 0.17 | 4.62 | 0.51 | 0.65 |
| Hex | D3 | 7F | 78 | 0 | 28 | 2B | 11 | 5 | 33 | 41 |
| Octal | 323 | 177 | 170 | 0 | 50 | 53 | 21 | 5 | 63 | 101 |
| Binary | 11010011 | 1111111 | 1111000 | 0 | 101000 | 101011 | 10001 | 101 | 110011 | 1000001 |
Color Harmonies of #D37F78
Complementary color
Monochromatic Colors of #D37F78
Black with #D37F78
Text Example
Text Example
White with #D37F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F78; }
p { color: rgb(211,127,120); }
H1.HeaderClassName
{
color: #D37F78;
}
.AnyTagClassName
{
color: #D37F78;
}
</style>
background-color css
<style>
a { background-color: #D37F78; }
a { background-color: rgb(211,127,120); }
div.DivClassName
{
background-color: #D37F78;
}
.BgClassName
{
background-color: #D37F78;
}
</style>
border-color css
<style>
span { border-color: #D37F78; }
span { border-color: rgb(211,127,120); }
td.TdClassName
{
border-color: #D37F78;
}
.TagClassName
{
border-color: #D37F78;
}
</style>