Shades of Sea Pink #D87D7A
Tints of Sea Pink #D87D7A
RGB
CMYK
RGB Variations
Color information
#D87D7A (or 0xD87D7A) is known color: Sea Pink. HEX triplet: D8, 7D and 7A. RGB value is (216,125,122). Sum of RGB (Red+Green+Blue) = 216+125+122=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D7A is #278285. Grayscale: #979797. Windows color (decimal): -2589318 or 8027608. OLE color: 8027608.
HSL color Cylindrical-coordinate representation of color #D87D7A: hue angle of 1.91º 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 #D87D7A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 122 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.15 |
| HSL | 1.91º | 0.55% | 0.66% | - |
| HSV(B) | 1.91º | 0.44% | 0.85% | - |
| XYZ | 39.17 | 30.67 | 22.27 | - |
| YUV | 151.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 122 | 0 | 0.42 | 0.44 | 0.15 | 1.91 | 0.55 | 0.66 |
| Hex | D8 | 7D | 7A | 0 | 2A | 2C | F | 2 | 37 | 42 |
| Octal | 330 | 175 | 172 | 0 | 52 | 54 | 17 | 2 | 67 | 102 |
| Binary | 11011000 | 1111101 | 1111010 | 0 | 101010 | 101100 | 1111 | 10 | 110111 | 1000010 |
Color Harmonies of #D87D7A
Complementary color
Monochromatic Colors of #D87D7A
Black with #D87D7A
Text Example
Text Example
White with #D87D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D7A; }
p { color: rgb(216,125,122); }
H1.HeaderClassName
{
color: #D87D7A;
}
.AnyTagClassName
{
color: #D87D7A;
}
</style>
background-color css
<style>
a { background-color: #D87D7A; }
a { background-color: rgb(216,125,122); }
div.DivClassName
{
background-color: #D87D7A;
}
.BgClassName
{
background-color: #D87D7A;
}
</style>
border-color css
<style>
span { border-color: #D87D7A; }
span { border-color: rgb(216,125,122); }
td.TdClassName
{
border-color: #D87D7A;
}
.TagClassName
{
border-color: #D87D7A;
}
</style>