Shades of Sea Pink #D97F7D
Tints of Sea Pink #D97F7D
RGB
CMYK
RGB Variations
Color information
#D97F7D (or 0xD97F7D) is known color: Sea Pink. HEX triplet: D9, 7F and 7D. RGB value is (217,127,125). Sum of RGB (Red+Green+Blue) = 217+127+125=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F7D is #268082. Grayscale: #999999. Windows color (decimal): -2523267 or 8224729. OLE color: 8224729.
HSL color Cylindrical-coordinate representation of color #D97F7D: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97F7D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 125 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.15 |
| HSL | 1.3º | 0.55% | 0.67% | - |
| HSV(B) | 1.3º | 0.42% | 0.85% | - |
| XYZ | 39.91 | 31.41 | 23.36 | - |
| YUV | 153.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 125 | 0 | 0.41 | 0.42 | 0.15 | 1.3 | 0.55 | 0.67 |
| Hex | D9 | 7F | 7D | 0 | 29 | 2A | F | 1 | 37 | 43 |
| Octal | 331 | 177 | 175 | 0 | 51 | 52 | 17 | 1 | 67 | 103 |
| Binary | 11011001 | 1111111 | 1111101 | 0 | 101001 | 101010 | 1111 | 1 | 110111 | 1000011 |
Color Harmonies of #D97F7D
Complementary color
Monochromatic Colors of #D97F7D
Black with #D97F7D
Text Example
Text Example
White with #D97F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F7D; }
p { color: rgb(217,127,125); }
H1.HeaderClassName
{
color: #D97F7D;
}
.AnyTagClassName
{
color: #D97F7D;
}
</style>
background-color css
<style>
a { background-color: #D97F7D; }
a { background-color: rgb(217,127,125); }
div.DivClassName
{
background-color: #D97F7D;
}
.BgClassName
{
background-color: #D97F7D;
}
</style>
border-color css
<style>
span { border-color: #D97F7D; }
span { border-color: rgb(217,127,125); }
td.TdClassName
{
border-color: #D97F7D;
}
.TagClassName
{
border-color: #D97F7D;
}
</style>