Shades of Sea Pink #D7807E
Tints of Sea Pink #D7807E
RGB
CMYK
RGB Variations
Color information
#D7807E (or 0xD7807E) is known color: Sea Pink. HEX triplet: D7, 80 and 7E. RGB value is (215,128,126). Sum of RGB (Red+Green+Blue) = 215+128+126=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7807E is #287F81. Grayscale: #999999. Windows color (decimal): -2654082 or 8290519. OLE color: 8290519.
HSL color Cylindrical-coordinate representation of color #D7807E: hue angle of 1.35º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7807E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 126 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.16 |
| HSL | 1.35º | 0.53% | 0.67% | - |
| HSV(B) | 1.35º | 0.41% | 0.84% | - |
| XYZ | 39.51 | 31.39 | 23.72 | - |
| YUV | 153.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 126 | 0 | 0.40 | 0.41 | 0.16 | 1.35 | 0.53 | 0.67 |
| Hex | D7 | 80 | 7E | 0 | 28 | 29 | 10 | 1 | 35 | 43 |
| Octal | 327 | 200 | 176 | 0 | 50 | 51 | 20 | 1 | 65 | 103 |
| Binary | 11010111 | 10000000 | 1111110 | 0 | 101000 | 101001 | 10000 | 1 | 110101 | 1000011 |
Color Harmonies of #D7807E
Complementary color
Monochromatic Colors of #D7807E
Black with #D7807E
Text Example
Text Example
White with #D7807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7807E; }
p { color: rgb(215,128,126); }
H1.HeaderClassName
{
color: #D7807E;
}
.AnyTagClassName
{
color: #D7807E;
}
</style>
background-color css
<style>
a { background-color: #D7807E; }
a { background-color: rgb(215,128,126); }
div.DivClassName
{
background-color: #D7807E;
}
.BgClassName
{
background-color: #D7807E;
}
</style>
border-color css
<style>
span { border-color: #D7807E; }
span { border-color: rgb(215,128,126); }
td.TdClassName
{
border-color: #D7807E;
}
.TagClassName
{
border-color: #D7807E;
}
</style>