Shades of Sea Pink #D17F7F
Tints of Sea Pink #D17F7F
RGB
CMYK
RGB Variations
Color information
#D17F7F (or 0xD17F7F) is known color: Sea Pink. HEX triplet: D1, 7F and 7F. RGB value is (209,127,127). Sum of RGB (Red+Green+Blue) = 209+127+127=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F7F is #2E8080. Grayscale: #979797. Windows color (decimal): -3047553 or 8355793. OLE color: 8355793.
HSL color Cylindrical-coordinate representation of color #D17F7F: hue angle of 0º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17F7F is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 127 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.18 |
| HSL | 0º | 0.47% | 0.66% | - |
| HSV(B) | 0º | 0.39% | 0.82% | - |
| XYZ | 37.71 | 30.27 | 23.93 | - |
| YUV | 151.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 127 | 0 | 0.39 | 0.39 | 0.18 | 0 | 0.47 | 0.66 |
| Hex | D1 | 7F | 7F | 0 | 27 | 27 | 12 | 0 | 2F | 42 |
| Octal | 321 | 177 | 177 | 0 | 47 | 47 | 22 | 0 | 57 | 102 |
| Binary | 11010001 | 1111111 | 1111111 | 0 | 100111 | 100111 | 10010 | 0 | 101111 | 1000010 |
Color Harmonies of #D17F7F
Complementary color
Monochromatic Colors of #D17F7F
Black with #D17F7F
Text Example
Text Example
White with #D17F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F7F; }
p { color: rgb(209,127,127); }
H1.HeaderClassName
{
color: #D17F7F;
}
.AnyTagClassName
{
color: #D17F7F;
}
</style>
background-color css
<style>
a { background-color: #D17F7F; }
a { background-color: rgb(209,127,127); }
div.DivClassName
{
background-color: #D17F7F;
}
.BgClassName
{
background-color: #D17F7F;
}
</style>
border-color css
<style>
span { border-color: #D17F7F; }
span { border-color: rgb(209,127,127); }
td.TdClassName
{
border-color: #D17F7F;
}
.TagClassName
{
border-color: #D17F7F;
}
</style>