Shades of Sea Pink #D97675
Tints of Sea Pink #D97675
RGB
CMYK
RGB Variations
Color information
#D97675 (or 0xD97675) is known color: Sea Pink. HEX triplet: D9, 76 and 75. RGB value is (217,118,117). Sum of RGB (Red+Green+Blue) = 217+118+117=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D97675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97675 is #26898A. Grayscale: #939393. Windows color (decimal): -2525579 or 7698137. OLE color: 7698137.
HSL color Cylindrical-coordinate representation of color #D97675: hue angle of 0.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97675 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 117 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.15 |
| HSL | 0.6º | 0.57% | 0.65% | - |
| HSV(B) | 0.6º | 0.46% | 0.85% | - |
| XYZ | 38.3 | 28.99 | 20.41 | - |
| YUV | 147.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 117 | 0 | 0.46 | 0.46 | 0.15 | 0.6 | 0.57 | 0.65 |
| Hex | D9 | 76 | 75 | 0 | 2E | 2E | F | 1 | 39 | 41 |
| Octal | 331 | 166 | 165 | 0 | 56 | 56 | 17 | 1 | 71 | 101 |
| Binary | 11011001 | 1110110 | 1110101 | 0 | 101110 | 101110 | 1111 | 1 | 111001 | 1000001 |
Color Harmonies of #D97675
Complementary color
Monochromatic Colors of #D97675
Black with #D97675
Text Example
Text Example
White with #D97675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97675; }
p { color: rgb(217,118,117); }
H1.HeaderClassName
{
color: #D97675;
}
.AnyTagClassName
{
color: #D97675;
}
</style>
background-color css
<style>
a { background-color: #D97675; }
a { background-color: rgb(217,118,117); }
div.DivClassName
{
background-color: #D97675;
}
.BgClassName
{
background-color: #D97675;
}
</style>
border-color css
<style>
span { border-color: #D97675; }
span { border-color: rgb(217,118,117); }
td.TdClassName
{
border-color: #D97675;
}
.TagClassName
{
border-color: #D97675;
}
</style>