Shades of Sea Pink #D87F7D
Tints of Sea Pink #D87F7D
RGB
CMYK
RGB Variations
Color information
#D87F7D (or 0xD87F7D) is known color: Sea Pink. HEX triplet: D8, 7F and 7D. RGB value is (216,127,125). Sum of RGB (Red+Green+Blue) = 216+127+125=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F7D is #278082. Grayscale: #999999. Windows color (decimal): -2588803 or 8224728. OLE color: 8224728.
HSL color Cylindrical-coordinate representation of color #D87F7D: hue angle of 1.32º degrees, saturation: 0.54, 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 #D87F7D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 125 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.15 |
| HSL | 1.32º | 0.54% | 0.67% | - |
| HSV(B) | 1.32º | 0.42% | 0.85% | - |
| XYZ | 39.61 | 31.26 | 23.35 | - |
| YUV | 153.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 125 | 0 | 0.41 | 0.42 | 0.15 | 1.32 | 0.54 | 0.67 |
| Hex | D8 | 7F | 7D | 0 | 29 | 2A | F | 1 | 36 | 43 |
| Octal | 330 | 177 | 175 | 0 | 51 | 52 | 17 | 1 | 66 | 103 |
| Binary | 11011000 | 1111111 | 1111101 | 0 | 101001 | 101010 | 1111 | 1 | 110110 | 1000011 |
Color Harmonies of #D87F7D
Complementary color
Monochromatic Colors of #D87F7D
Black with #D87F7D
Text Example
Text Example
White with #D87F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F7D; }
p { color: rgb(216,127,125); }
H1.HeaderClassName
{
color: #D87F7D;
}
.AnyTagClassName
{
color: #D87F7D;
}
</style>
background-color css
<style>
a { background-color: #D87F7D; }
a { background-color: rgb(216,127,125); }
div.DivClassName
{
background-color: #D87F7D;
}
.BgClassName
{
background-color: #D87F7D;
}
</style>
border-color css
<style>
span { border-color: #D87F7D; }
span { border-color: rgb(216,127,125); }
td.TdClassName
{
border-color: #D87F7D;
}
.TagClassName
{
border-color: #D87F7D;
}
</style>