Shades of Sea Pink #D97D7B
Tints of Sea Pink #D97D7B
RGB
CMYK
RGB Variations
Color information
#D97D7B (or 0xD97D7B) is known color: Sea Pink. HEX triplet: D9, 7D and 7B. RGB value is (217,125,123). Sum of RGB (Red+Green+Blue) = 217+125+123=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D7B is #268284. Grayscale: #989898. Windows color (decimal): -2523781 or 8093145. OLE color: 8093145.
HSL color Cylindrical-coordinate representation of color #D97D7B: hue angle of 1.28º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97D7B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 123 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.15 |
| HSL | 1.28º | 0.55% | 0.67% | - |
| HSV(B) | 1.28º | 0.43% | 0.85% | - |
| XYZ | 39.52 | 30.85 | 22.61 | - |
| YUV | 152.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 123 | 0 | 0.42 | 0.43 | 0.15 | 1.28 | 0.55 | 0.67 |
| Hex | D9 | 7D | 7B | 0 | 2A | 2B | F | 1 | 37 | 43 |
| Octal | 331 | 175 | 173 | 0 | 52 | 53 | 17 | 1 | 67 | 103 |
| Binary | 11011001 | 1111101 | 1111011 | 0 | 101010 | 101011 | 1111 | 1 | 110111 | 1000011 |
Color Harmonies of #D97D7B
Complementary color
Monochromatic Colors of #D97D7B
Black with #D97D7B
Text Example
Text Example
White with #D97D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D7B; }
p { color: rgb(217,125,123); }
H1.HeaderClassName
{
color: #D97D7B;
}
.AnyTagClassName
{
color: #D97D7B;
}
</style>
background-color css
<style>
a { background-color: #D97D7B; }
a { background-color: rgb(217,125,123); }
div.DivClassName
{
background-color: #D97D7B;
}
.BgClassName
{
background-color: #D97D7B;
}
</style>
border-color css
<style>
span { border-color: #D97D7B; }
span { border-color: rgb(217,125,123); }
td.TdClassName
{
border-color: #D97D7B;
}
.TagClassName
{
border-color: #D97D7B;
}
</style>