Shades of Sea Pink #D97F7F
Tints of Sea Pink #D97F7F
RGB
CMYK
RGB Variations
Color information
#D97F7F (or 0xD97F7F) is known color: Sea Pink. HEX triplet: D9, 7F and 7F. RGB value is (217,127,127). Sum of RGB (Red+Green+Blue) = 217+127+127=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F7F is #268080. Grayscale: #999999. Windows color (decimal): -2523265 or 8355801. OLE color: 8355801.
HSL color Cylindrical-coordinate representation of color #D97F7F: hue angle of 0º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97F7F is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 127 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.15 |
| HSL | 0º | 0.54% | 0.67% | - |
| HSV(B) | 0º | 0.41% | 0.85% | - |
| XYZ | 40.04 | 31.46 | 24.04 | - |
| YUV | 153.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 127 | 0 | 0.41 | 0.41 | 0.15 | 0 | 0.54 | 0.67 |
| Hex | D9 | 7F | 7F | 0 | 29 | 29 | F | 0 | 36 | 43 |
| Octal | 331 | 177 | 177 | 0 | 51 | 51 | 17 | 0 | 66 | 103 |
| Binary | 11011001 | 1111111 | 1111111 | 0 | 101001 | 101001 | 1111 | 0 | 110110 | 1000011 |
Color Harmonies of #D97F7F
Complementary color
Monochromatic Colors of #D97F7F
Black with #D97F7F
Text Example
Text Example
White with #D97F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F7F; }
p { color: rgb(217,127,127); }
H1.HeaderClassName
{
color: #D97F7F;
}
.AnyTagClassName
{
color: #D97F7F;
}
</style>
background-color css
<style>
a { background-color: #D97F7F; }
a { background-color: rgb(217,127,127); }
div.DivClassName
{
background-color: #D97F7F;
}
.BgClassName
{
background-color: #D97F7F;
}
</style>
border-color css
<style>
span { border-color: #D97F7F; }
span { border-color: rgb(217,127,127); }
td.TdClassName
{
border-color: #D97F7F;
}
.TagClassName
{
border-color: #D97F7F;
}
</style>