Shades of Sea Pink #D87B7A
Tints of Sea Pink #D87B7A
RGB
CMYK
RGB Variations
Color information
#D87B7A (or 0xD87B7A) is known color: Sea Pink. HEX triplet: D8, 7B and 7A. RGB value is (216,123,122). Sum of RGB (Red+Green+Blue) = 216+123+122=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B7A is #278485. Grayscale: #969696. Windows color (decimal): -2589830 or 8027096. OLE color: 8027096.
HSL color Cylindrical-coordinate representation of color #D87B7A: hue angle of 0.64º degrees, saturation: 0.55, 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 #D87B7A is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 122 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.15 |
| HSL | 0.64º | 0.55% | 0.66% | - |
| HSV(B) | 0.64º | 0.44% | 0.85% | - |
| XYZ | 38.91 | 30.17 | 22.18 | - |
| YUV | 150.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 122 | 0 | 0.43 | 0.44 | 0.15 | 0.64 | 0.55 | 0.66 |
| Hex | D8 | 7B | 7A | 0 | 2B | 2C | F | 1 | 37 | 42 |
| Octal | 330 | 173 | 172 | 0 | 53 | 54 | 17 | 1 | 67 | 102 |
| Binary | 11011000 | 1111011 | 1111010 | 0 | 101011 | 101100 | 1111 | 1 | 110111 | 1000010 |
Color Harmonies of #D87B7A
Complementary color
Monochromatic Colors of #D87B7A
Black with #D87B7A
Text Example
Text Example
White with #D87B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B7A; }
p { color: rgb(216,123,122); }
H1.HeaderClassName
{
color: #D87B7A;
}
.AnyTagClassName
{
color: #D87B7A;
}
</style>
background-color css
<style>
a { background-color: #D87B7A; }
a { background-color: rgb(216,123,122); }
div.DivClassName
{
background-color: #D87B7A;
}
.BgClassName
{
background-color: #D87B7A;
}
</style>
border-color css
<style>
span { border-color: #D87B7A; }
span { border-color: rgb(216,123,122); }
td.TdClassName
{
border-color: #D87B7A;
}
.TagClassName
{
border-color: #D87B7A;
}
</style>