Shades of Sea Pink #D97E7A
Tints of Sea Pink #D97E7A
RGB
CMYK
RGB Variations
Color information
#D97E7A (or 0xD97E7A) is known color: Sea Pink. HEX triplet: D9, 7E and 7A. RGB value is (217,126,122). Sum of RGB (Red+Green+Blue) = 217+126+122=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E7A is #268185. Grayscale: #989898. Windows color (decimal): -2523526 or 8027865. OLE color: 8027865.
HSL color Cylindrical-coordinate representation of color #D97E7A: hue angle of 2.53º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97E7A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 122 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.15 |
| HSL | 2.53º | 0.56% | 0.66% | - |
| HSV(B) | 2.53º | 0.44% | 0.85% | - |
| XYZ | 39.59 | 31.08 | 22.32 | - |
| YUV | 152.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 122 | 0 | 0.42 | 0.44 | 0.15 | 2.53 | 0.56 | 0.66 |
| Hex | D9 | 7E | 7A | 0 | 2A | 2C | F | 3 | 38 | 42 |
| Octal | 331 | 176 | 172 | 0 | 52 | 54 | 17 | 3 | 70 | 102 |
| Binary | 11011001 | 1111110 | 1111010 | 0 | 101010 | 101100 | 1111 | 11 | 111000 | 1000010 |
Color Harmonies of #D97E7A
Complementary color
Monochromatic Colors of #D97E7A
Black with #D97E7A
Text Example
Text Example
White with #D97E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E7A; }
p { color: rgb(217,126,122); }
H1.HeaderClassName
{
color: #D97E7A;
}
.AnyTagClassName
{
color: #D97E7A;
}
</style>
background-color css
<style>
a { background-color: #D97E7A; }
a { background-color: rgb(217,126,122); }
div.DivClassName
{
background-color: #D97E7A;
}
.BgClassName
{
background-color: #D97E7A;
}
</style>
border-color css
<style>
span { border-color: #D97E7A; }
span { border-color: rgb(217,126,122); }
td.TdClassName
{
border-color: #D97E7A;
}
.TagClassName
{
border-color: #D97E7A;
}
</style>